Cindera · Getting Started
Getting Started
If you only read one page, read this one. It covers what Cindera does, how the workflow looks day-to-day, and how to interpret the number on your dashboard.
What is Cindera
Cindera is a Microsoft 365 identity security and compliance copilot built for small and mid-sized businesses. It reads the configuration of your Entra ID tenant — accounts, MFA registration, conditional access policies, app consents, admin roles — and translates the raw signals into plain-language findings with step-by-step remediation.
Think of Cindera as an external Microsoft security engineer for SMEs. Tenants ship with sensible-but-incomplete defaults, and most companies do not have the in-house expertise to know what is missing. Cindera does that legwork for you on every scan and tells you which two or three things actually matter this week.
Cindera is intentionally not a SIEM, a threat-detection tool, or a generic compliance checklist. It is focused on identity and access configuration — the layer where the majority of SME breaches start. NIS2, GDPR Article 32 evidence, and cyber-insurance readiness fall out of that focus as outputs.
How it works
Cindera runs in three steps. After the initial connect, the loop repeats on a nightly schedule and on-demand whenever you want a fresh picture.
1. Connect
A Global Administrator in your tenant grants Cindera read-only access to Microsoft Graph through Microsoft's standard admin-consent flow. The consent is granted to a dedicated Cindera application registration; no user-by-user prompts are involved later. Cindera never modifies anything in your environment.
2. Scan
The scanner pulls a focused slice of your directory — accounts, authentication methods, conditional access policies, app registrations, role assignments — and runs every Cindera rule against it. A typical scan finishes in 15 to 30 seconds. You can watch progress live on the dashboard or close the tab and come back later.
3. Review
Each finding includes a plain-language explanation, the business impact, an estimated fix time, a direct link into the Microsoft 365 admin centre at the right page, and step-by-step instructions for whoever will actually do the work. Mark findings as resolved or assign them as tasks; the next scan re-checks automatically.
Your first scan
The first scan kicks off as soon as the admin consent flow returns. You will see a live progress card with the current rule running. Here is what to expect:
- Duration: typically 15 to 30 seconds. Very large tenants (5,000+ accounts, dozens of conditional access policies) can take up to a minute.
- Data read: user objects, authentication-method registration, conditional access policies, directory roles, application registrations, service principals, and sign-in activity timestamps. Cindera requests the smallest possible shape of each object using Microsoft Graph
$select. - No writes: the scanner uses a read-only application identity. Nothing in your tenant is modified by the scan itself.
- Findings persist:at the end of the scan, results are written to Cindera's database (EU region) and your health score is recomputed.
Tip
Understanding your health score
The number on your dashboard is a weighted score from 0 to 100. Every open finding deducts points based on its severity:
- Critical — minus 25 points each. Things that put the tenant at immediate risk (e.g. an admin without MFA).
- High — minus 10 points each. Configuration gaps that materially weaken your security posture.
- Medium — minus 4 points each. Hygiene issues that compound over time.
- Low — minus 1 point each. Minor improvements worth doing when convenient.
- Info — no impact on the score. Context only.
The score floors at 0 and is calculated separately for the overall posture, the NIS2 view, and the GDPR view, so you can see at a glance which framework is dragging you down.
Score labels
- 80–100 · Healthy. The fundamentals are in place. Continue monitoring and stay on top of new findings as they appear.
- 60–79 · Needs attention. One or two material gaps that should be closed within the next sprint.
- 40–59 · At risk. Multiple identity issues stacking up. This is where most attackers find a way in. Prioritise critical and high findings this week.
- 0–39 · Critical. The tenant is materially exposed. Treat the critical findings as incidents and fix them before anything else.
Important