Photo: Unsplash
ITDR metrics turn identity threat detection and response from a tooling slide into something a board can govern. Security leaders are commonly asked whether MFA “worked,” whether compromised accounts were contained quickly, and whether privileged sessions are actually monitored—not whether an alert fired once in a demo.
This guide defines operational ITDR KPIs you can measure, trend, and present without hand-waving.
This guide covers:
- Board questions ITDR metrics should answer
- Definitions for MTTD, MTTC, false positive rate, and privileged session risk
- How to set baselines and targets without gaming the numbers
- A board-pack structure with owners and evidence
- How SecureSlate helps connect identity risk to audit-ready reporting

GIF via GIPHY
Related guides:
- What is ITDR? Identity threat detection and response
- ITDR vs XDR vs EDR: what's the difference
- How to build an ITDR program checklist
- Privileged access threat detection with ITDR
- ITDR for SOC 2 and ISO 27001 evidence
Key takeaways
- ITDR metrics should prove speed and quality—mean time to detect and contain identity threats, not raw alert volume.
- False positive rate is a capacity metric—high noise typically burns analyst trust and slows real containment.
- Privileged session risk scores help boards see exposure before a breach narrative arrives.
- Baselines beat vanity targets—measure your current MTTD/MTTC, then improve quarter over quarter.
- Evidence packs matter—link each KPI to logs, tickets, and control owners auditors can sample.
Why ITDR metrics matter to the board
Boards rarely need another “security stack” diagram. They typically need answers to:
- How fast do we detect account takeover, token theft, or privilege abuse?
- How fast do we contain—revoke sessions, rotate credentials, disable access?
- Are we drowning in identity noise, or detecting high-fidelity threats?
- Which privileged identities and sessions carry the most residual risk?
ITDR (identity threat detection and response) sits alongside endpoint and network detection. Without identity-specific KPIs, leadership may over-index on malware metrics while attackers live in valid sessions. Pair this view with ITDR vs XDR vs EDR so stakeholders understand what each layer measures.
Core ITDR KPI definitions
| KPI | What it measures | Typical data sources | Board framing |
|---|---|---|---|
| MTTD (identity) | Time from first malicious identity signal to confirmed detection | IdP logs, ITDR alerts, SIEM | “How fast do we see identity abuse?” |
| MTTC (identity) | Time from confirmed detection to containment (sessions revoked, account locked, tokens invalidated) | Tickets, IdP admin actions, SOAR | “How fast do we stop the blast radius?” |
| False positive rate | Share of identity alerts closed as benign / no action | Case management, SOC metrics | “Are we spending people on noise?” |
| Privileged session risk score | Composite risk for admin / break-glass / high-privilege sessions | PAM logs, IdP risk, session metadata | “Where could one session hurt us most?” |
| Coverage % | Identities, apps, and token types under monitoring | Inventory + ITDR config | “What identity surface is still dark?” |
| Privileged MFA / step-up compliance | % of privileged actions requiring strong auth | IdP policy reports | “Are our highest-risk actions actually gated?” |
Start with a small set. Expanding to twenty dashboards typically dilutes accountability.
MTTD and MTTC for identity threats
Mean time to detect (identity)
Define the clock start carefully:
- Start: first observable signal that later correlates to the incident (impossible travel, impossible MFA pattern, anomalous OAuth grant, suspicious API key use).
- Stop: human or automated confirmation that the identity event is malicious or requires containment.
Common pitfalls:
- Starting the clock only when a ticket is opened (hides detection lag)
- Mixing phishing “report received” with credential-use detection (different problems)
- Averaging all alerts instead of high-severity identity incidents (noise dominates)
Segment MTTD by threat class—MFA fatigue, session hijacking, privilege escalation, dormant account takeover—so improvements are attributable.
Mean time to contain (identity)
Containment for identity incidents commonly includes:
- Force logout / revoke active sessions
- Invalidate refresh tokens and OAuth grants
- Disable or suspend the account
- Rotate API keys and service credentials
- Remove malicious federation or app consents
MTTC should stop when blast radius controls are applied, not when the full investigation closes. Investigation can continue for days; containment should typically finish in minutes to a few hours for high-severity cases.
| Severity | Typical MTTD target | Typical MTTC target | Notes |
|---|---|---|---|
| Critical (privileged account confirmed compromised) | < 30 minutes | < 30–60 minutes | Parallel revoke + notify |
| High (user account takeover with active session) | < 1–2 hours | < 2 hours | Session + token revoke first |
| Medium (suspicious OAuth / API key without confirmed abuse) | < 1 business day | Same day | May need owner confirmation |
| Low (policy drift / stale privilege) | Weekly review cycle | Planned change window | Track as risk, not firefight |
Targets are organizational; use them as improvement goals after you baseline.
False positive rate and analyst load
False positives are not a vanity problem. High identity false positive rates commonly cause:
- Alert fatigue and skipped escalations
- Over-broad suppressions that hide real threats
- Slow MTTC because analysts distrust signals
Measure:
False positive rate = benign / no-action closures ÷ total identity alerts investigated
Also track:
- Alerts per analyst per day (load)
- Time-to-triage (first human touch)
- % of alerts auto-closed with high confidence (if automation exists)
Tune detections using known-good patterns (travel, VPN egress, approved automation accounts) rather than silencing entire rule families. For playbook-level signal design, see identity-based attack detection playbook.
Privileged session risk scores
A privileged session risk score is a composite indicator boards can trend without reading raw PAM logs. Typical inputs:
| Factor | Higher risk when… | Weighting guidance |
|---|---|---|
| Privilege tier | Domain admin, cloud owner, break-glass | Highest |
| Auth strength | Password-only or push MFA without number matching | High |
| Session origin | New geo, new ASN, unmanaged device | High |
| Session duration / idle | Long-lived or never re-authed | Medium |
| Just-in-time vs standing | Standing admin always on | High |
| Concurrent sessions | Multiple simultaneous privileged sessions | Medium |
| Sensitive action density | Mass export, role changes, key creation | High |
Present scores as:
- Distribution of privileged sessions by risk band (low / medium / high / critical)
- Top identities and apps contributing risk
- Week-over-week change after control changes (JIT, phishing-resistant MFA, session length limits)
This pairs well with privileged access threat detection with ITDR.
Building a board-ready metrics pack
A practical quarterly pack typically fits on one or two slides plus an appendix:
- Outcome headline — MTTD/MTTC trend for high+critical identity incidents
- Quality — false positive rate and triage SLA
- Exposure — privileged session risk distribution + coverage %
- Narrative — 1–2 incidents (anonymized) showing detect → contain → learn
- Investment ask — tied to a metric gap (e.g., coverage of OAuth grants, session revocation automation)
Avoid flooding the board with raw IdP charts. Translate identity operations into risk language they already use for cyber insurance and customer trust.
For compliance framing of the same evidence, see ITDR for SOC 2 and ISO 27001 evidence.
Owners, cadences, and evidence
| Metric | Primary owner | Review cadence | Evidence to retain |
|---|---|---|---|
| MTTD / MTTC | Security operations lead | Weekly ops; quarterly board | Incident tickets, timestamps, IdP revoke logs |
| False positive rate | Detection engineering + SOC | Biweekly tuning | Case dispositions, rule change log |
| Privileged session risk | IAM / PAM owner | Weekly; monthly risk committee | Session reports, exception register |
| Coverage % | ITDR program owner | Monthly | Inventory vs monitored identity assets |
| Privileged MFA compliance | IAM + GRC | Monthly; audit samples | Policy export, attestation, exception tickets |
Program setup steps live in how to build an ITDR program checklist. Metrics without owners typically stagnate.
Streamline with SecureSlate
SecureSlate helps security and GRC teams turn identity risk into evidence—not just alerts. Connect access reviews, policy attestations, training, risk registers, and audit workflows so ITDR KPIs sit beside the controls boards and auditors already ask about.
Use SecureSlate to:
- Track identity-related risks and treatment owners in one register
- Attach MTTD/MTTC incident evidence to control tests and audit requests
- Prove privileged access and MFA-related policies with attestations and reviews
- Keep board and auditor narratives consistent across SOC 2 and ISO 27001 programs
Get started for free: Create your SecureSlate account
Prefer a walkthrough? Book a demo to map ITDR metrics to your frameworks and workflows.
FAQ: ITDR metrics
What is the most important ITDR metric for executives?
Typically MTTC for high-severity identity incidents—boards care that compromised sessions are revoked quickly.
How is ITDR MTTD different from SOC MTTD?
ITDR MTTD is scoped to identity signals (IdP, tokens, OAuth, privileged sessions), not endpoint malware first-seen times.
What false positive rate is “good”?
There is no universal number. Baseline yours, then reduce noise while preserving high-severity recall. Sudden drops may mean over-suppression.
Should we report privileged session risk weekly or monthly?
Ops teams typically review weekly; risk committees and boards commonly see monthly or quarterly trends.
How does SecureSlate help with ITDR KPIs?
It centralizes evidence—risks, access reviews, policies, and incident artifacts—so metrics are explainable in audits and leadership reviews.
Disclaimer (legal note)
SecureSlate is not a law firm, and this article does not constitute or contain legal advice or create an attorney-client relationship. When determining your obligations and compliance with respect to relevant laws and regulations, you should consult a licensed attorney.
Need compliance without the complexity?
SecureSlate automates ISO 27001, SOC 2, GDPR, HIPAA, and more. Built for growing teams. See it in action.
Find compliance gaps in 30 seconds
