By NHI Mgmt Group Editorial TeamDomain: Breaches & IncidentsSource: AnomaliPublished October 28, 2025

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.


At a glance

What this is: This Cyber Watch roundup from Anomali tracks active malware, token theft, and exploit activity, with the clearest identity lesson coming from OAuth abuse and credential harvesting.

Why it matters: It matters because IAM, PAM, and NHI teams need to account for token theft, consent abuse, and secret exposure as overlapping entry points that bypass many conventional controls.

👉 Read Anomali’s Cyber Watch on ROBOT malware, GlassWorm, Vidar 2.0, and CoPhish


Context

The primary security problem in this roundup is not a single malware family or exploit, but the way attackers keep reusing trusted identity paths to reach systems, data, and sessions. OAuth consent abuse, stolen credentials, and compromised developer tooling all show that access governance fails when trust is granted too easily and observed too late.

For identity and security teams, the key issue is that human identity, NHI, and application trust boundaries are now colliding. A stolen token, a leaked secret, or a malicious extension can each become a valid access path, which means IAM, PAM, and secrets governance have to be treated as part of the same operational control surface.


Key questions

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. Focus on revocation, token lifetime, delegated scope review, and anomalous token use across mail and SaaS. Password resets alone will not stop a bearer token that remains valid until it is explicitly revoked.

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. Browser vaults, repositories, CI tooling, and admin consoles often hold secrets that unlock multiple services, so a successful steal has far greater value than one infected endpoint. The result is broad lateral opportunity from a very small initial foothold.

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. If malware can operate inside a valid user or admin context, it can capture tokens, create persistence, and move into cloud or SaaS systems without re-authenticating. Endpoint and identity telemetry need to be joined so the trust boundary is visible.

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.


Technical breakdown

How OAuth token theft bypasses normal authentication

OAuth token theft works because the attacker does not need to crack the password flow once the user has approved access. A malicious consent prompt or a fake sign-in experience can return an access token that is already trusted by downstream services. The real weakness is not authentication alone, but over-broad scope grants and insufficient scrutiny of consented applications. Once a token exists, the attacker can operate inside the session boundary as the user until revocation or expiry. This is why token governance matters as much as login security.

Practical implication: teams should tightly govern app consent, scope grants, and token revocation so stolen tokens have less usable privilege.

Why malware increasingly targets developer and admin trust paths

Modern malware often aims at the places where credentials, API keys, and session material concentrate. Developer extensions, source repositories, browser stores, and admin tooling are attractive because compromise there yields reusable access rather than a one-off endpoint infection. GlassWorm and Vidar 2.0 both reflect this pattern, using stealth and persistence to harvest secrets at scale. The technical shift is important: attackers are no longer satisfied with device control, they want identity material that lets them move across services, workloads, and cloud platforms.

Practical implication: protect developer and admin environments as credential reservoirs, not just as endpoints.

What direct endpoint compromise changes for identity governance

When attackers move from phishing to direct device infiltration, identity controls have to assume the endpoint itself may become an access broker. That changes the value of MFA, device trust, and session protection because the malware can sit inside an authenticated context and watch for useful tokens, cookies, or secrets. A compromised workstation can also become a bridge into SaaS, cloud consoles, and internal admin tools. The governance problem is therefore cross-domain: endpoint compromise becomes identity compromise when the device holds the credentials that make access look legitimate.

Practical implication: combine device trust signals with session monitoring and rapid credential invalidation when endpoint compromise is suspected.


Threat narrative

Attacker objective: The attacker’s objective is persistent trusted access that can be reused for espionage, data theft, or broader compromise without repeatedly exposing the original intrusion point.

  1. Entry begins with phishing, fake CAPTCHA pages, compromised accounts, or malicious software distribution channels that convince the target to execute code or approve access.
  2. Credential access follows when the malware, consent flow, or infected extension captures tokens, browser-stored credentials, API keys, or other reusable secrets.
  3. Escalation and impact occur when the stolen identity material is used to persist, exfiltrate data, or move into SaaS, cloud, or administrative environments as a trusted actor.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

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.

Consent governance is becoming a core security boundary. CoPhish shows that legitimate-looking interfaces can be weaponised to capture valid tokens without password theft. This is a governance failure as much as a phishing problem because the user is asked to authorise access in a context that appears normal. The same pattern appears wherever applications can request broad scopes with weak oversight. Practitioners should tighten consent review and scope minimisation before attackers normalise this tactic further.

Credential sprawl creates a standing exposure window. Vidar and similar stealers succeed because browsers, repos, and admin tools concentrate secrets that are easy to reuse once captured. That is the essence of the standing exposure window: the longer a secret remains valid and broadly usable, the more value it has to an attacker. In identity programmes, this is where lifecycle discipline matters most. Practitioners should shorten secret lifetime, narrow scope, and remove hidden caches of reusable access.

Endpoint compromise is an identity event when the device holds trusted sessions. Once malware lands on a user or admin workstation, it can operate inside an authenticated context and bypass many controls that assume the endpoint is clean. This is especially relevant where human identity and NHI tooling intersect, because the same device may access cloud consoles, CI pipelines, and service accounts. The practical conclusion is simple: device posture, session monitoring, and credential invalidation have to be coordinated, or the attacker inherits trust instead of stealing it.

Cloud and SaaS defenders need to assume the next breach will reuse legitimate access. The dominant pattern here is not password cracking but privilege reuse after compromise. That aligns with the way modern intrusion chains increasingly blend malware, phishing, token theft, and third-party access. For the field, this strengthens the case for zero standing privilege, least privilege scopes, and explicit lifecycle controls for both human and non-human identities. Practitioners should plan for abuse of valid access, not just prevention of malicious login.

What this signals

Standing exposure window: the longer a token, secret, or browser session remains valid, the more attractive it becomes to attackers who already know how to abuse trusted access paths. That is why identity programmes need to move faster on revocation, scoping, and session monitoring, not just on detection after the fact.

The next phase of defender maturity is joining endpoint telemetry with identity governance so compromise can be interpreted as access risk, not just device risk. Where reusable credentials exist, the organisation should assume the attacker is already inside the trust boundary and act on revocation, containment, and scope reduction before damage spreads.


For practitioners

  • 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. This reduces the chance that a fake login flow can return a usable token.
  • 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.
  • Reduce privilege in reusable access paths Apply least privilege to tokens, service credentials, and admin sessions so any stolen secret has a narrow blast radius and expires quickly after use.

Key takeaways

  • These campaigns show that attackers increasingly win by abusing trusted identity flows, not by breaking authentication outright.
  • The evidence points to a shared pattern across phishing, malware, and supply-chain compromise: reusable access material is the real prize.
  • Identity teams should respond by tightening consent, shortening credential lifetime, and linking endpoint compromise to immediate access revocation.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01The article centres on token theft, reused secrets, and identity abuse across trusted channels.
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral MovementThe campaigns rely on credential harvesting and reuse across systems.
NIST CSF 2.0PR.AC-4The article repeatedly shows weak access governance and over-broad trust boundaries.
NIST SP 800-53 Rev 5IA-5Reusable tokens and secrets are the main identity assets being abused.
CIS Controls v8CIS-5 , Account ManagementAccount and credential sprawl are central to the abuse patterns described.

Map observed activity to credential access and lateral movement tactics to improve detection coverage.


Key terms

  • OAuth Token: A short-lived access credential issued by an OAuth 2.0 authorisation server granting an NHI scoped access to specific resources for a defined period. Preferred over static API keys because their short lifetime limits the exploitation window if intercepted.
  • Consent Governance: Consent governance is the set of policies, systems, and evidence needed to collect, record, propagate, and withdraw permission for data processing. It becomes operationally meaningful only when the organisation can prove that downstream systems honour the decision consistently across channels and vendors.
  • Standing Credential Exposure Window: A standing credential exposure window is the period during which a long-lived secret remains usable after it has been created, exposed, or forgotten. The longer that window stays open, the more likely an attacker can reuse the credential for access, lateral movement, or persistence before the organisation notices.
  • Credential Reservoir: A credential reservoir is any system or environment that concentrates reusable secrets, such as browsers, repositories, admin tools, or CI pipelines. These places matter because one compromise can expose many downstream access paths at once.

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

👉 Anomali’s full Cyber Watch covers the malware details, attack chains, and ATT&CK mappings in one place.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security practitioners connect lifecycle control, privilege, and trust boundaries across identity programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org