defensiva
itdr
identidad
iam

What Is ITDR (Identity Threat Detection and Response)?

What ITDR (identity threat detection and response) is, how it differs from IAM, what it detects, and how it fits a zero trust strategy against credential theft.

Secra Solutions teamJuly 26, 202611 min read

ITDR (Identity Threat Detection and Response) is the discipline and set of tools that detect, investigate, and respond to identity-based threats: credential theft, privilege escalation, lateral movement, MFA bypass, identity misconfigurations, and session hijacking. It matters now because identity has become the primary battleground, and compromised credentials are involved in more than 80% of breaches, according to the industry. In many incidents, attackers do not break in: they log in with valid credentials.

This article explains what ITDR is, how it differs from identity and access management, which specific threats it covers, and how it fits inside a zero trust architecture. You will see how it relates to the detection and response ecosystem you already run (EDR, XDR, and SIEM), how it addresses non-human identities, and why modern attacker techniques, from AiTM phishing to social engineering against the help desk, make identity-centric detection essential.

Key takeaways

  • ITDR is the detection and response layer that watches identity systems (Active Directory, Entra ID, Okta), not the one that grants access.
  • It establishes baselines of normal identity behavior and detects anomalies such as impossible logins, privilege escalation, or token misuse.
  • It differs from IAM and IGA: those manage and prevent access; ITDR detects and responds when that access is abused.
  • It complements EDR, XDR, and SIEM, but with a specific focus on identity telemetry.
  • It covers threats such as AiTM and session theft, help desk attacks, Golden SAML and Golden Ticket, and token abuse.
  • It fits naturally with zero trust, non-human identity management, and PAM.

What ITDR is

ITDR answers an uncomfortable reality: most traditional security systems assume that whoever presents valid credentials is who they claim to be. Attackers know this, so they focus on obtaining and abusing legitimate identities instead of exploiting noisy vulnerabilities. As a widely cited industry phrase puts it, "attackers log in, they do not break in".

Identity threat detection and response addresses that exact blind spot. Its goal is twofold. First, to detect when an identity (human or non-human) behaves abnormally, or when the identity infrastructure itself carries dangerous configurations. Second, to respond quickly and, where possible, automatically: isolate the account, force reauthentication, revoke sessions or tokens, and contain the incident before it turns into lateral movement and data access.

Gartner recognizes ITDR as a market category in its own right, which reflects that identity protection has moved from being an accessory of IAM to becoming a detection and response discipline with its own identity.

From prevention to continuous detection

For years, identity security was understood almost entirely as prevention: strong passwords, multi-factor authentication, conditional access policies, and account lifecycle. All of that is still necessary, but it is not enough. Prevention can be bypassed. A stolen session token, a convincing call to technical support, or a misconfigured federation lets an attacker present themselves as a legitimate user without breaking any preventive control.

ITDR assumes that prevention will fail at some point and adds a layer of continuous monitoring. Instead of only asking "can this identity get in?", it asks "is this identity behaving as it should, and is the infrastructure behind it secure?".

How ITDR works

ITDR revolves around three capabilities: understanding what is normal, detecting what is anomalous, and responding quickly.

Behavior baselines

An ITDR platform ingests telemetry from identity systems and builds baselines of normal behavior: which locations and devices each user logs in from, which resources they reach and at what times, which privilege patterns they follow, and which trust relationships exist between services. These baselines are the reference against which any deviation is measured.

Detecting anomalies and misconfigurations

On top of those baselines, ITDR detects signals of compromise. Common examples include impossible travel (two geographically incompatible logins within a short window), sudden privilege escalation, a service account used for interactive tasks, or authentication patterns suggesting the second factor was bypassed. Beyond behavioral anomalies, ITDR assesses identity posture: over-privileged accounts, dangerous trust relationships, misconfigured delegations, or attack paths toward administrative accounts.

Response and integration

When a threat is confirmed, ITDR orchestrates the response. This may include disabling an account, revoking active sessions, invalidating tokens, forcing credential resets, or requiring fresh step-up authentication. Automation is key because identity attacks move in minutes, not days. These actions integrate with the rest of the security ecosystem and feed forensic investigation workflows, which you can explore further in DFIR.

ITDR versus IAM, IGA, EDR, XDR, and SIEM

One of the most confusing points is where ITDR fits relative to technologies you already know. The key is to separate access management from abuse detection.

ITDR versus IAM and IGA

IAM (identity and access management) and IGA (identity governance and administration) handle managing and preventing access: authentication, authorization, and identity lifecycle. They define who can get in, to what, and with which permissions, and they administer provisioning, deprovisioning, and access reviews. They are preventive and governance controls.

ITDR operates on a different layer. It does not routinely grant or revoke access: it watches how that access is used and detects when it is abused. In other words, IAM builds the door and decides the keys; ITDR observes who crosses it and how they behave once inside. Both are complementary and necessary. For the detail of the management layer, review what IAM is.

ITDR versus EDR, XDR, and SIEM

ITDR complements EDR, XDR, and SIEM, but with a specific focus. EDR watches the endpoint, XDR correlates signals across multiple domains, and SIEM centralizes and correlates logs. None of them has, by design, deep knowledge of the identity plane: trust relationships in Active Directory, Entra ID configuration, or the policies of a provider like Okta. ITDR brings that identity telemetry and context that the rest of the stack, on its own, does not interpret with the same depth. In practice, ITDR integrates with these tools and enriches them with detections that only make sense once you understand identity as an attack surface.

Threats ITDR covers

The value of ITDR is best understood through the concrete techniques it helps detect and contain.

AiTM and session theft

Adversary in the middle attacks intercept the authentication process through a reverse proxy, capture the already validated session token, and reuse it to bypass MFA without needing to authenticate again. The attacker only needs the session, not the password. ITDR helps detect the anomalous use of those stolen sessions. You can find the detail of the technique in the analysis of AiTM phishing and session hijacking.

Help desk attacks and social engineering

Groups such as Scattered Spider have shown that the weakest link is often not technical. A convincing call to the support desk to reset credentials or disable a user's MFA can open the door without exploiting any vulnerability. ITDR helps detect the patterns that follow that manipulation, such as factor changes followed by anomalous logins. There is a dedicated analysis in the post on Scattered Spider and help desk social engineering.

Golden SAML, Golden Ticket, and token abuse

In federated and directory environments, attackers with sufficient access can forge authentication tokens. Golden SAML lets them craft valid SAML assertions to impersonate any user before federated services, while Golden Ticket abuses Kerberos in Active Directory to issue arbitrary tickets. Session and access token abuse follows a similar logic: presenting technically valid credentials obtained illegitimately. Securing the federation layer is critical, as the privilege escalation case in AD FS (CVE-2026-56155) reminds us. ITDR focuses precisely on detecting the use of those forged tokens through the behavior they generate.

ITDR, zero trust, and non-human identities

ITDR is not an isolated technology but a piece within an identity-centric security strategy.

Fit with zero trust

The zero trust principle ("never trust, always verify") assumes that no identity is trustworthy by default and that trust must be evaluated continuously. ITDR is the mechanism that makes that continuous evaluation possible over identity: it provides the signal needed to reassess trust when behavior changes. Without continuous detection, zero trust remains a promise. You can see how it all comes together in the zero trust architecture guide.

Non-human identities and PAM

The number of non-human identities (service accounts, tokens, API keys, workloads) frequently exceeds that of human identities, and these identities often carry elevated privileges and little oversight. ITDR extends its monitoring to this territory, complementing secrets management and the governance of these accounts. You can dig into the challenge in the article on non-human identities and secrets management. Together with privileged access management (PAM), ITDR closes the loop on the most sensitive accounts: the ones an attacker will try to compromise first.

How to get started with ITDR

Adopting ITDR is not just about buying a tool. It is worth starting by knowing your identity surface: inventory the identity systems (Active Directory, Entra ID, Okta, or others), the trust relationships, and the privileged accounts. From there, prioritize visibility over the most critical identities, define which behaviors you consider anomalous, and rehearse the response workflows before you need them. Detection without a rehearsed response only generates alerts; the real value appears when containment is fast and reliable.

Just as important is validating controls with an offensive perspective. Simulating credential theft, token abuse, or privilege escalation reveals which detections truly work and where gaps remain that an attacker would exploit.

Frequently asked questions

What does ITDR mean?

ITDR stands for Identity Threat Detection and Response. It is the discipline and set of tools that detect, investigate, and respond to attacks that rely on identities, such as credential theft or session abuse.

How does ITDR differ from IAM?

IAM manages and prevents access: authentication, authorization, and identity lifecycle. ITDR is the detection and response layer that watches those identity systems and acts when legitimate access is abused. IAM decides who gets in; ITDR observes how each identity behaves once inside.

Does ITDR replace my EDR, XDR, or SIEM?

No. ITDR complements EDR, XDR, and SIEM, but with a specific focus on identity. It brings telemetry and context from the identity plane (Active Directory, Entra ID, Okta) that the rest of the stack does not interpret with the same depth, and it integrates with those tools to enrich detection.

What threats does ITDR detect?

ITDR detects credential theft, privilege escalation, lateral movement, MFA bypass, identity misconfigurations, and session hijacking. In terms of concrete techniques, it covers AiTM and session theft, help desk social engineering attacks, Golden SAML, Golden Ticket, and token abuse.

How does ITDR fit into a zero trust strategy?

Zero trust requires verifying trust continuously. ITDR provides the continuous detection over identity that makes that reassessment possible: it supplies the signal to withdraw trust when behavior turns anomalous. Without continuous detection, zero trust stays incomplete.

Why does identity security matter now?

Because identity has become the primary battleground. Compromised credentials are involved in more than 80% of breaches, according to the industry, and in many incidents attackers do not exploit vulnerabilities: they log in with valid credentials. Detecting and responding to that abuse is now as important as preventing it.

Put yourself to the test with Secra

At Secra we are an offensive cybersecurity company with our own vulnerability research program. We have published real CVEs in NVD and INCIBE-CERT, such as CVE-2025-40652 in CoverManager and CVE-2023-3512 in Setelsa ConacWin CB. That attacker mindset is what we apply when assessing your identity security: we simulate credential theft, token abuse, and privilege escalation to check what your ITDR really detects and where gaps remain.

If you want to validate your identity controls and strengthen your detection and response, contact our team. We help you audit your identity surface and close the paths an attacker would target first.

About the author

Secra Solutions team

Ethical hackers with OSCP, OSEP, OSWE, CRTO, CRTL and CARTE certifications, 7+ years of experience in offensive cybersecurity, and authors of CVE-2025-40652 and CVE-2023-3512.

Share article