AI Threat Landscape Digest March-April 2026
During March-April 2026, threat actors increasingly deployed commercial AI models for real-time offensive operations, including automated intelligence analysis, BEC drafting, and vulnerability exploitation. Key developments include the weaponization of agentic configuration files for persistent jailbreaks, the rise of AI-integrated PhaaS platforms like EvilTokens, and the mass harvesting of AI provider credentials. Furthermore, AI capabilities are compressing the vulnerability patch window, allowing attackers to weaponize newly disclosed CVEs within hours.
Authors: matthewsu
Source:Check Point
- cve
- cve
- cve
- cve
- cve
Detection / HunterGoogle
What Happened
Cybercriminals are now actively using artificial intelligence to automate and scale their attacks. Organizations and developers are primarily affected, as hackers target developer environments and use AI to draft highly convincing phishing emails or exploit software vulnerabilities faster than ever. This matters because AI allows a single attacker to operate at the speed and scale of an entire team, making traditional defenses less effective. Organizations should secure their AI API credentials, monitor developer configuration files, and prepare for much faster patching cycles.
Key Takeaways
- AI has transitioned from experimental use to real-time operational deployment in both criminal and state-sponsored campaigns.
- Agentic configuration files (e.g., CLAUDE.md, .claude/settings.json) are being weaponized for persistent jailbreaks and supply chain attacks.
- Commercial PhaaS platforms like EvilTokens now integrate multi-stage LLM pipelines for automated BEC drafting and intelligence extraction.
- AI provider credentials (Anthropic, OpenAI, Groq) are actively harvested at scale from compromised .env files.
- AI is drastically compressing the patch window, enabling attackers to generate working exploits from advisories within hours of disclosure.
Affected Systems
- Claude Code
- Next.js endpoints
- Microsoft OAuth
- Apache ActiveMQ
- LMDeploy
- Enterprise GenAI users
Vulnerabilities (CVEs)
- CVE-2025-55182
- CVE-2025-59536
- CVE-2026-21852
- CVE-2026-34197
- CVE-2026-33626
Attack Chain
Attackers compromise initial targets (e.g., via React2Shell) to harvest .env files containing AI provider credentials. These stolen credentials are used to power automated AI pipelines that analyze stolen data, draft BEC emails, and map victim environments. Attackers also weaponize agentic configuration files (like CLAUDE.md) to persistently jailbreak AI assistants, enabling the models to generate exploits and conduct post-exploitation activities autonomously.
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
No detection rules or queries are provided in the article.
Detection Engineering Assessment
EDR Visibility: Medium — EDR can detect post-exploitation commands generated by AI (e.g., shadow file extraction, timestamp cleanup), but the AI API interactions themselves occur off-host or via encrypted API calls. Network Visibility: Medium — Network monitoring can catch mass scanning (e.g., Bissa scanner) and API calls to known AI providers, but distinguishing malicious from legitimate AI API traffic is difficult. Detection Difficulty: Hard — AI-executed commands closely resemble skilled human activity, and the abuse of legitimate agentic configuration files blends in with normal developer workflows.
Required Log Sources
- Process Creation (Event ID 4688)
- File System (Event ID 4663)
- Network Traffic Logs
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Consider hunting for anomalous modifications to agentic configuration files (e.g., CLAUDE.md, .claude/settings.json, .mcp.json) that introduce unexpected shell commands or proxy redirects. | File System Logs | Persistence / Privilege Escalation | Medium |
| If you have visibility into developer environments, look for unauthorized access or exfiltration of .env files, particularly those containing AI provider API keys. | File System Logs / Process Command Lines | Credential Access | Low |
| Consider hunting for unusual post-exploitation activity, such as shadow file extraction or timestamp manipulation, occurring in rapid succession, which may indicate automated AI execution. | EDR / Process Creation Logs | Post-Exploitation | Low |
Control Gaps
- Behavioral controls calibrated to human attack tempo
- Victim-side detection of AI API abuse
Key Behavioral Indicators
- Rapid, sequential execution of complex post-exploitation commands
- Modifications to .mcp.json or .claude/settings.json in developer environments
- Unexpected outbound connections to AI provider APIs from production servers
False Positive Assessment
- Medium. Hunting for modifications to agentic configuration files or API usage may flag legitimate developer activity, requiring baseline tuning.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting.
- Consider rotating all AI provider API keys (Anthropic, OpenAI, Groq, etc.) if they were stored in potentially exposed .env files.
- Evaluate whether to patch systems vulnerable to CVE-2025-55182 (React2Shell), CVE-2026-34197 (ActiveMQ), and CVE-2026-33626 (LMDeploy) immediately.
Infrastructure Hardening
- Consider implementing strict secrets management solutions (e.g., HashiCorp Vault, AWS Secrets Manager) to prevent storing API keys in plaintext .env files.
- If applicable, restrict outbound network access from production servers to prevent unauthorized communication with external AI APIs.
- Evaluate whether to enforce strict review processes for changes to agentic configuration files (e.g., CLAUDE.md, .cursorrules) in code repositories.
User Protection
- Consider deploying phishing-resistant MFA to protect against device-code phishing attacks like those used by EvilTokens.
- If supported by your tooling, monitor developer workstations for unauthorized modifications to local AI assistant settings files.
Security Awareness
- Consider training employees on the rising threat of AI-generated Business Email Compromise (BEC) and how to verify urgent financial requests.
- Evaluate whether to update developer training to include the risks of supply chain attacks via malicious agentic configuration files.
MITRE ATT&CK Mapping
- T1552.001 - Credentials In Files
- T1566.002 - Phishing: Spearphishing Link
- T1190 - Exploit Public-Facing Application
- T1546 - Event Triggered Execution
- T1070 - Indicator Removal
- T1078 - Valid Accounts