← All glossary terms
Identity Security7 min read

What is Identity Risk Management?

Identity risk management is the discipline of identifying, prioritizing, and reducing risks tied to human and non-human identities and their access. Learn what it means, why it matters, and how to do it well.

What is Identity Risk Management?

Definition

Identity risk management is the discipline of identifying, assessing, prioritizing, and reducing risks related to identities — human, machine, and AI — and the access they hold across an organization's systems.

Where traditional risk management asks "what are the risks to our business?", identity risk management narrows the question:

Which identity weaknesses, configurations, and behaviors most increase the likelihood and impact of a breach?

It draws on familiar risk frameworks (NIST SP 800-30, ISO/IEC 27005, FAIR) but applies them to the unique characteristics of identity: thousands of accounts, dynamic permissions, hidden relationships, and rapid change.


Why Identity Risk Management Matters

Identity-related issues are the leading cause of breaches:

  • The Verizon DBIR repeatedly highlights stolen credentials as a top initial access vector.
  • CISA / NSA / FBI Top 10 Misconfigurations are dominated by identity issues (weak MFA, excessive privilege, unmanaged service accounts).
  • Major incidents in the last several years (SolarWinds, Colonial Pipeline, MGM, Okta sessions, Snowflake customer breaches) all centered on identity abuse.

Without a structured approach, identity teams drown in findings:

  • Thousands of users
  • Tens of thousands of permissions
  • Many service accounts with unclear ownership
  • Constant change

Identity risk management turns this noise into a prioritized, measurable backlog.


Core Concepts

Identity Risk

The probability that an identity or its access will be abused, multiplied by the resulting impact. Common factors:

  • Privilege level
  • Authentication strength
  • Exposure (sessions, tokens, leaked credentials)
  • Behavior anomalies
  • Reachability of critical assets

Risk Factors

  • Standing privilege
  • Weak or missing MFA
  • Stale or orphaned accounts
  • Overprivileged service accounts
  • Toxic role combinations
  • Hidden privilege paths
  • Tenant-wide OAuth scopes
  • Long-lived static credentials
  • Recently changed permissions
  • Missing logging or monitoring

Risk Treatment

  • Mitigate — fix or reduce the issue.
  • Transfer — outsource (e.g., managed PAM service).
  • Avoid — eliminate the offending account or feature.
  • Accept — document and monitor.

How Identity Risk Management Works

Step 1: Inventory

You can't manage risk for things you can't see. Inventory:

  • Human identities
  • Privileged identities
  • Service accounts and workload identities
  • OAuth apps and API keys
  • AI agents and bots
  • Resources and data classifications

Step 2: Analyze Risk

For each identity, evaluate:

  • What can it access today?
  • What could it become (privilege paths)?
  • How strong is its authentication?
  • Is it active, dormant, or orphaned?
  • Are its credentials exposed or stale?

Step 3: Prioritize

Combine likelihood and impact:

  • Likelihood: weak MFA, exposed credentials, behavior anomalies, common attack patterns.
  • Impact: privilege level, blast radius, sensitivity of reachable data.

Prioritize identities that are highly exploitable and highly impactful.

Step 4: Remediate

Common treatments:

  • Enable phishing-resistant MFA.
  • Remove standing privilege; adopt JIT.
  • Right-size permissions.
  • Rotate or revoke credentials.
  • Decommission stale accounts.
  • Disable risky OAuth apps.
  • Add logging and detection.

Step 5: Monitor and Re-Evaluate

Identity is dynamic. New risks emerge daily; old ones return. Continuous monitoring and re-prioritization are essential.

Step 6: Report

Translate identity risk into terms executives and auditors care about:

  • % of admins under JIT.
  • of paths to Tier 0.

  • % of NHIs with owners.
  • of stale identities.

  • Trend over time.

Real-World Examples

Example 1: A Service Account Risk

A backup service account has Domain Admin rights, a 7-year-old password, and is used on dozens of servers.

  • Likelihood: high (long-lived password, broad use, attractive target).
  • Impact: catastrophic (Domain Admin = full domain compromise).
  • Treatment: vault and rotate, right-size permissions, restrict interactive logon, monitor.

Example 2: A Standing Global Administrator

An IT admin holds permanent Global Administrator on Microsoft Entra ID for convenience.

  • Likelihood: moderate (phishing target, MFA fatigue).
  • Impact: tenant-wide.
  • Treatment: move to PIM with JIT activation, MFA + approval.

Example 3: An Overprivileged AI Agent

A new AI assistant has read/write access to the entire customer database and no human-in-the-loop policy.

  • Likelihood: rising (prompt injection, integration bugs).
  • Impact: customer data exposure or destruction.
  • Treatment: scope tools tightly, require human approval for sensitive actions, log everything.

Example 4: Tenant-Wide OAuth App

A vendor app holds Mail.ReadWrite.All and Files.ReadWrite.All tenant-wide.

  • Likelihood: moderate (vendor compromise).
  • Impact: mass data exposure.
  • Treatment: revoke unused scopes, switch to least-scope, require admin consent.

Example 5: Hidden Privilege Path

A help desk group has the Reset Password right delegated on an OU that contains a Domain Admin's user object.

  • Likelihood: depends on phishing exposure of help desk.
  • Impact: path to Domain Admin.
  • Treatment: move sensitive accounts out of the OU, restrict delegations, monitor.

Example 6: Stale Contractor Account

A contractor's account remained active 8 months after engagement end.

  • Likelihood: unknown — but credentials may have been reused.
  • Impact: depends on access; in this case, included read on customer DB.
  • Treatment: disable, revoke sessions, audit prior activity, fix offboarding process.

Common Identity Risks at a Glance

Risk Likelihood Drivers Impact Drivers Typical Treatment
Standing privilege Phishing, token theft Full domain/tenant control JIT, MFA, approval
Overprivileged service accounts Long-lived creds, broad use Lateral movement Right-size, vault, rotate
Hidden privilege paths Complex AD/cloud relationships Full domain/tenant control Map paths, prune
Weak MFA Legacy protocols, exclusions Credential abuse Phishing-resistant MFA
Stale identities Poor offboarding Quiet abuse Disable, delete
Tenant-wide OAuth Vendor compromise Mass data access Least scope, admin consent
Toxic combinations Privilege creep SoD violations, fraud SoD policy, review
Long-lived secrets Hardcoded, unrotated Persistent access Short-lived creds, vault
Unmanaged AI agents Prompt injection, misuse Automated harm Scoping, HITL, audit

Best Practices

  1. Treat identity as a discrete risk domain — own it, measure it, report it.
  2. Inventory all identity types, including NHIs and AI agents.
  3. Use likelihood × impact prioritization, not raw finding counts.
  4. Continuously map attack paths; treat path reduction as a KPI.
  5. Automate remediation for common, low-judgement issues (stale accounts, expired MFA, dormant tokens).
  6. Tie identity risk to business owners, not only IT.
  7. Track trends, not snapshots — improvement over time matters more than any single audit.
  8. Integrate with ITDR so risks and detections share context.
  9. Govern AI agents with the same rigor as service accounts.
  10. Report in business language — number of paths to Tier 0, % of admins under JIT, etc.

Identity Risk Management Checklist

  • Is there a single inventory of identities (human + non-human + AI)?
  • Are risk factors scored consistently?
  • Is prioritization based on likelihood × impact?
  • Are critical assets defined (Tier 0, regulated data, customer data)?
  • Are attack paths to those assets analyzed continuously?
  • Are NHI risks treated equally with human risks?
  • Are remediations automated where possible?
  • Are trends and KPIs reported to leadership?
  • Are accepted risks documented and re-reviewed?

How Forestall Helps

Forestall is purpose-built for identity risk management. It:

  • Inventories all identities and their effective access.
  • Scores risk by likelihood and impact.
  • Maps attack paths to your defined critical assets.
  • Tracks posture trends over time.
  • Integrates with ticketing and SIEM for fast remediation and detection.

This turns identity risk from a vague worry into a measurable, prioritized program.


Frequently Asked Questions

Is identity risk management the same as ISPM?

ISPM (Identity Security Posture Management) is the continuous-posture component of identity risk management. Identity risk management is the broader discipline that also includes governance, response, and reporting.

How do I score identity risk?

Use likelihood × impact, weighted by your organization's most critical assets. Avoid pure counts — they reward noisy findings over real risk.

How often should identity risk be reviewed?

Continuously for high-impact assets, with formal reporting at least quarterly.

Should AI agent identities be in the program?

Yes — they introduce new risk patterns (prompt injection, machine-speed action) that traditional IAM controls don't address.

What's the most common mistake?

Equating "fewer findings" with "less risk." Without prioritization, teams clean up easy issues while critical paths remain wide open.


Conclusion

Identity risk management transforms identity security from a checklist into a measurable, prioritized program. By focusing on likelihood, impact, and attack paths — across all identity types — organizations can dramatically reduce the chance and damage of the next identity-driven breach. Done well, it gives both security teams and executives a clear, defensible answer to the question: which identity risks matter most, and what are we doing about them?

Identity RiskRisk ManagementISPMITDRIdentity Security

Prioritize identity risk by real-world impact.

Forestall ranks identity risks by exploitability and blast radius — so your team fixes what matters first.

We respect your privacy

We use cookies to keep this site secure and working properly. With your permission, we also use optional cookies to understand usage and improve the experience. Cookie Policy

You can change your choice at any time.

What is Identity Risk Management? | Forestall