LevelBlue TTP Briefing Q2 2026: Stolen Identities Outpace Defenses
LevelBlue's Q2 2026 TTP Briefing highlights that identity-based attacks—compromised credentials, OAuth tokens, API keys, and machine identities—are outpacing traditional perimeter and MFA defenses, with BEC (45% of incidents) achieving 100% MFA bypass and cloud/supply chain intrusions rising sharply via abused third-party integrations (e.g., the Klue/Salesforce compromise). Phishing remains the top initial access vector (65%), edge/VPN appliance CVEs continue to be heavily exploited for credentialless access, and overall dwell time is shrinking as attackers compress the intrusion path from initial access to impact.
Detection / HunterAnthropic
What Happened
This report from security firm LevelBlue summarizes the most common cyberattack patterns their incident responders saw between April and June 2026. The biggest problem highlighted is that attackers are increasingly stealing and reusing legitimate login credentials, security codes, and app-to-app access tokens rather than breaking in through technical hacking alone—meaning multi-factor authentication (an extra login verification step) was defeated in every business email compromise case it was supposed to protect. This affects organizations of all sizes, but financial services, schools/universities, and legal firms were hit hardest, and mid-sized companies ($1M-$100M in revenue) were the most common victims. This matters because once attackers get valid access, they move through networks and cause damage much faster than before, giving defenders less time to react. Organizations should consider adopting phishing-resistant login methods (like physical security keys), closely monitor for unusual use of automated app connections and access tokens, and train employees to recognize fake error/verification messages that trick people into running malicious commands themselves.
Key Takeaways
- Business email compromise (BEC) was the most common incident type in Q2 2026 (45%), and MFA was bypassed in 100% of BEC incidents where it was implemented.
- Stolen OAuth tokens, API keys, and machine identities are increasingly abused to gain persistent access to SaaS/cloud environments without triggering re-authentication, exemplified by the Klue/Salesforce supply chain compromise.
- Phishing and social engineering (including a resurgence of ClickFix fake-CAPTCHA/paste-to-run campaigns) drove 65% of initial intrusions.
- Most frequently exploited CVEs targeted internet-facing VPN/edge appliances (Ivanti EPMM, Fortinet products, Cisco ASA, Windows Netlogon), often via authentication bypass or unauthenticated RCE.
- Dwell time is shrinking (42% of cases resolved in 3-10 days vs 23% in Q1), indicating attackers are compressing the intrusion path and reaching objectives faster, reducing defender response windows.
Affected Systems
- Ivanti Endpoint Manager Mobile (EPMM)
- Fortinet FortiAnalyzer
- Fortinet FortiWeb
- Fortinet FortiOS
- Windows Netlogon service
- Cisco ASA remote access
- Salesforce-connected SaaS integrations
- Third-party vendor/SaaS integrations (OAuth/API key dependent)
- Financial services, education & research, legal & professional services organizations
- Mid-market organizations ($1M-$100M revenue)
Vulnerabilities (CVEs)
| CVE | Product | Severity | Description |
|---|---|---|---|
| CVE-2026-1281 | Ivanti Endpoint Manager Mobile | Critical | Unauthenticated remote code execution. |
| CVE-2026-1340 | Ivanti Endpoint Manager Mobile | Critical | Unauthenticated remote code execution. |
| CVE-2026-24858 | Fortinet FortiAnalyzer | High | Authentication bypass. |
| CVE-2026-41089 | Windows Netlogon | High | Stack-based buffer overflow. |
| CVE-2025-59718 | Fortinet FortiWeb | High | Improper verification of cryptographic signature. |
| CVE-2025-59719 | Fortinet FortiOS | High | Improper verification of cryptographic signature. |
| CVE-2025-62631 | Fortinet FortiOS | Medium | Insufficient session expiration vulnerability. |
| CVE-2024-55591 | FortiOS | Critical | Authentication bypass. |
| CVE-2023-20269 | Cisco ASA | High | Remote access vulnerability enabling unauthorized VPN access. |
Attack Chain
- Initial Access: Phishing/social engineering (65%), including resurgent ClickFix fake-CAPTCHA prompts, or exploitation of internet-facing VPN/edge device CVEs, or abuse of stolen OAuth tokens/API keys via third-party vendor integrations
- Persistence: Attackers establish remote access using tools like AnyDesk and PSExec
- Escalation: Credential stealers (e.g., Mimikatz) used to escalate privileges and move laterally
- Data Access: Threat actors use APIs (e.g., GraphAPI) to pull data from connected platforms, bypassing MFA re-authentication via previously authorized tokens/apps
- End Goal: Data exfiltration, extortion, business interruption, or in supply-chain cases, direct abuse of inherited machine identities to skip earlier stages entirely
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
The article is a quarterly trend/statistics report and does not include YARA, Sigma, Snort/Suricata, KQL, SPL, EQL, or other detection rule content; it references a downloadable full report for further detail but no rule bodies are provided in the blog text itself.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Medium | EDR can observe living-off-the-land tool usage (AnyDesk, PSExec, Mimikatz-like credential access behavior) and process execution from ClickFix paste-to-run activity, but cannot see cloud-side OAuth token abuse or SaaS API activity that occurs outside the endpoint. |
| Network Visibility | Medium | Network monitoring can catch RDP/VPN external remote service abuse and anomalous C2 traffic, but encrypted, token-authenticated SaaS/API traffic (e.g., GraphAPI calls) often blends with legitimate cloud usage and requires cloud-native logging rather than traditional network telemetry. |
| Detection Difficulty | Hard | Attackers increasingly use valid credentials, tokens, and trusted third-party integrations, which evade signature-based and perimeter defenses; detection requires behavioral and identity-anomaly analytics across both endpoint and cloud/SaaS layers. |
Required Log Sources
- Email gateway / M365 or Google Workspace audit logs
- Identity provider logs (Azure AD/Entra ID sign-in and OAuth consent logs)
- SaaS platform audit logs (e.g., Salesforce event monitoring)
- EDR process execution and command-line logs
- VPN/edge device authentication and administrative access logs
- Cloud API/OAuth token usage logs
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Look for anomalous OAuth application consent grants or newly authorized third-party apps with broad scopes shortly before unusual API activity, which may indicate token-based persistence (T1550.001). | Identity provider OAuth consent logs, SaaS admin audit logs | Persistence / Initial Access | Medium - legitimate app integrations are common in enterprise environments and require baselining. |
| Hunt for user-initiated execution of pasted commands via Run dialog or terminal shortly after visiting an external site, consistent with ClickFix-style social engineering (T1204.004). | EDR process creation logs, command-line auditing, browser history correlation | Initial Access / Execution | Low - legitimate users rarely paste raw commands into Run/terminal following a website prompt. |
| Monitor for AnyDesk or PSExec execution outside of known administrative maintenance windows or by non-IT accounts, indicating attacker-established remote access (T1021). | EDR/process logs, network connection logs for remote access tool traffic | Persistence | Medium - these tools have legitimate administrative uses in many environments. |
| Review API/service account activity for high-volume automated data pulls from SaaS platforms inconsistent with normal usage patterns, suggesting compromised API keys (T1078). | SaaS platform API/event logs, cloud access logs | Data at Risk / Collection | Medium - legitimate integrations can also generate high-volume API calls. |
| Investigate authentication events where MFA was satisfied once but subsequent sessions/token reuse persisted without re-challenge over an extended period, indicating session/token hijacking (T1556). | Identity provider sign-in logs, conditional access logs, token lifetime metadata | Escalation / Persistence | Low - extended unchallenged sessions using long-lived tokens are generally anomalous if token lifetime policies are properly configured. |
Control Gaps
- Traditional perimeter and network-based defenses provide limited value against attackers who already possess valid credentials or tokens.
- Standard MFA (push/OTP based) is insufficient against phishing kits capable of intercepting authenticated token responses.
- Email security controls can be bypassed entirely by ClickFix-style attacks since the victim executes the payload locally rather than via a malicious attachment or link.
- Identity governance programs that focus only on human user accounts may miss OAuth grants, API keys, and service account abuse tied to third-party integrations.
Key Behavioral Indicators
- User pasting and executing commands into Run dialog or terminal shortly after interacting with a browser-based prompt
- New or modified OAuth application consent grants with unusually broad scopes
- Remote access tool (e.g., AnyDesk, PSExec) execution by accounts/hosts with no prior history of such tool use
- Authentication events showing session/token reuse without subsequent MFA challenges over abnormal time periods
- Sudden spikes in automated API calls to SaaS platforms from service accounts or integration credentials
False Positive Assessment
Medium - many hunting hypotheses rely on distinguishing legitimate administrative tool use (AnyDesk, PSExec), routine OAuth app integrations, and normal API activity from malicious equivalents, requiring baselining and context to avoid excessive alerts.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting; consider auditing and rotating OAuth tokens, API keys, and service account credentials tied to third-party/vendor integrations.
- Consider reviewing and revoking any anomalous or unrecognized third-party OAuth app consents granted to users.
- Evaluate emergency patching of internet-facing VPN, edge, and network security appliances affected by known actively exploited CVEs.
- Consider restricting management interfaces of edge/VPN devices to trusted internal networks only.
Infrastructure Hardening
- Evaluate implementing phishing-resistant MFA (e.g., FIDO2 hardware keys or passkeys) where supported by your identity provider.
- Consider shortening session/token lifetimes and enforcing conditional-access policies that flag anomalous token use or impossible-travel logins.
- Evaluate continuous monitoring and inventory processes for OAuth grants, API keys, and service accounts connected to SaaS/vendor integrations, scoping them to least privilege.
- Consider network segmentation to limit lateral movement opportunities if an edge device or vendor integration is compromised.
User Protection
- Consider deploying EDR detection/alerting for command execution patterns consistent with ClickFix-style paste-and-run social engineering.
- Evaluate blocking or restricting execution of remote access tools (AnyDesk, PSExec) from unauthorized hosts or accounts if not required for business operations.
- Consider enabling detailed logging and alerting for privileged account authentication and credential access tool usage (e.g., LSASS access patterns).
Security Awareness
- Incorporate ClickFix-style fake CAPTCHA, CloudFlare verification, and copy-paste command scams into phishing/social engineering awareness training.
- Consider educating employees on recognizing and reporting unusual third-party app consent/authorization prompts.
- Evaluate reinforcing insider threat awareness and offboarding procedures, particularly around compensation/bonus cycles when employment status changes are more frequent.
MITRE ATT&CK Mapping
Initial Access
Execution
Persistence
Credential Access
Lateral Movement
Collection
Exfiltration
Additional IOCs
- Command Lines:
- Purpose: ClickFix social engineering lures victims into pasting and executing attacker-supplied commands via fake CAPTCHA/error prompts | Tools:
Windows Run dialog,clipboard-based execution| Stage: Initial Access / Execution
- Purpose: ClickFix social engineering lures victims into pasting and executing attacker-supplied commands via fake CAPTCHA/error prompts | Tools: