TL;DR: Multiple active threats, including COLDRIVER’s ROBOT malware suite, GlassWorm’s registry infection, Vidar 2.0’s credential theft, WSUS exploitation, and CoPhish OAuth token hijacking, show how attackers keep combining social engineering, malware, and identity abuse across trusted channels, according to Anomali’s October 28, 2025 Cyber Watch. The pattern reinforces that credential governance, consent controls, and behavioural visibility matter as much as patching and detection.
NHIMG editorial — based on content published by Anomali: Cyber Watch on ROBOT malware, GlassWorm, Vidar 2.0, and CoPhish
Questions worth separating out
Q: How should security teams handle OAuth token theft in phishing campaigns?
A: Security teams should treat OAuth token theft as account compromise, not just phishing.
Q: Why do browser-stored credentials and developer tools attract infostealers?
A: They concentrate reusable access in places that malware can reach after a single compromise.
Q: What breaks when endpoint compromise is treated separately from identity risk?
A: The main failure is that attackers keep the session while defenders focus only on the device.
Practitioner guidance
- Tighten OAuth consent governance Restrict user consent where possible, require admin approval for high-risk scopes, and review applications that request access to mail, chat, file, or offline-session permissions.
- Harden developer secret exposure paths Scan repositories, build systems, and workstation tooling for API keys, tokens, and browser-stored credentials, then remove them from places where malware can harvest them with minimal resistance.
- Coordinate endpoint and identity response When a workstation is suspected of compromise, revoke active sessions, rotate exposed secrets, and isolate the device before the attacker can reuse authenticated access across SaaS or cloud services.
What's in the full analysis
Anomali's full article covers the threat-specific detail this post intentionally leaves for the source:
- Per-incident breakdowns of the ROBOT malware suite, GlassWorm, Vidar 2.0, WSUS exploitation, and CoPhish token theft
- MITRE ATT&CK mapping for the observed tactics and techniques across phishing, persistence, and exfiltration
- Analyst commentary on why each campaign matters for defender visibility and behavioural monitoring
- Source-specific context on how the threat activity evolved across the October 2025 reporting window
👉 Read Anomali’s Cyber Watch on ROBOT malware, GlassWorm, Vidar 2.0, and CoPhish →
OAuth token theft and malware chaining: what IAM teams need to know?
Explore further
Identity trust is now the attack surface, not just the control plane. The article’s common thread is that attackers are working through trusted identity workflows instead of trying to defeat them head-on. OAuth consent, developer tooling, and endpoint sessions all become access brokers when trust is granted too broadly. That means IAM, PAM, and secrets governance must be managed as one control system, not as separate operational silos. Practitioners should treat every reusable token or secret as a potential escalation path.
A question worth separating out:
Q: Who is accountable when a stolen token is used to access corporate systems?
A: Accountability usually sits across identity governance, application owners, and security operations. The identity team owns scope, lifecycle, and revocation controls. Application owners own consent and permission design. Security operations must detect abnormal token use and trigger containment. Frameworks such as NIST CSF and CIS Controls support that shared accountability model.
👉 Read our full editorial: OAuth token theft and malware chaining expose persistent identity gaps