Modern identity attacks follow recognizable patterns.
Phishing and Credential Theft
Phishing remains the most common initial access vector.
Attackers use:
- Convincing login pages
- OAuth consent abuse
- Email and SMS lures
- Social engineering
Stolen credentials allow attackers to authenticate legitimately — bypassing perimeter controls.
MFA Fatigue and Push Bombing
When MFA is enabled, attackers often adapt.
Common techniques include:
- Repeated MFA push requests
- Social engineering users to approve access
- Timing attacks during off-hours
If a user approves a push, the attacker gains valid access.
Token Theft and Session Hijacking
Modern authentication relies heavily on tokens.
Attackers abuse identity by:
- Stealing access tokens
- Replaying session cookies
- Bypassing MFA entirely using valid sessions
These attacks are particularly dangerous because they can appear completely legitimate.
Privilege Escalation and Role Abuse
Once authenticated, attackers often seek higher privileges.
This may involve:
- Exploiting overly permissive roles
- Abusing service principals
- Assigning new admin permissions
- Modifying directory roles
Privilege abuse dramatically increases attacker impact.
Persistence Through Identity
Identity allows attackers to persist without malware.
Persistence techniques include:
- Creating backdoor accounts
- Adding mailbox rules
- Registering new MFA devices
- Granting long-lived API permissions
These techniques survive endpoint reimaging and password resets if not detected.