Security & Threat Intelligence

The Watch

The Signal

NovaCookies PhaaS now runs Adversary-in-the-Middle token theft against any service

Your two core defensive assumptions (MFA stops credential abuse; SIEM catches post-exploitation) are both under direct, proven attack this week. Move privileged accounts to FIDO2/passkeys and deploy Sentinel integrity monitoring by Friday.

In Play

  1. MFA-Bypass Phishing Goes Mainstream: NovaCookies + ClickFix

    NovaCookies (splintered from Sneaky 2FA) now runs AitM token-theft against multiple services beyond Microsoft, with activity peaking March–May 2026. ClickFix has become a dominant malware delivery vector impersonating Cloudflare/Google. Combined: session-token theft is now commoditized PhaaS.

    Ask Clarity
  2. SIEM Sabotage + Active PeopleSoft Healthcare Extortion

    Researchers confirmed attackers with elevated access can blind Microsoft Sentinel by altering detection rules, disabling connectors, and modifying log retention — creating invisible windows for exploitation. Simultaneously, an active Oracle PeopleSoft spree breached AdaptHealth (SEC-disclosed, attacker contact June 15), with patient data exposed.

    Ask Clarity
  3. Agent Identity Reaches the Network Layer

    Google Cloud embedded agent identity and MCP attributes into VPC Service Controls to block autonomous-workload exfiltration — a tacit admission agents are a distinct threat vector. SkillCloak defeats static scanners for AI agent plugins, x402 enables keyless autonomous payments, and 35 CLI coding agents now hold terminal/Git/filesystem access with minimal SOC visibility.

    Ask Clarity
  4. Extortion Without Encryption: Data-Only Ransom Proven Profitable

    Kairos extracted ~$1M in Bitcoin from a US government entity after a 28-day negotiation without ever encrypting a file — proving pure data-theft extortion is financially viable. Medtronic's 3.8M-record breach by ShinyHunters (SSNs, DOBs, health data) underscores that backups alone no longer counter the ransomware threat model.

    Ask Clarity
  5. Silent Supply-Chain Bugs: SQLite, ColdFusion, npm

    A 16-year-old SQLite WAL corruption bug just got patched — it's embedded in virtually every browser, mobile app, and appliance you run. Adobe ColdFusion shipped a perfect 10.0 CVSS RCE (exploitable with RDS enabled). A 25-package malicious npm cluster was pulled. Adobe adopted twice-monthly patch cycles, compressing your SLAs.

    Ask Clarity

Deep Dives

NovaCookies + ClickFix: Token-Theft Phishing Just Became a Utility — Your MFA Is No Longer a Defensible Control

What Changed This Week

Two developments crossed simultaneously that invalidate OTP and push-based MFA as a reliable control for privileged accounts. NovaCookies, a PhaaS platform that splintered from the Sneaky 2FA kit, has expanded Adversary-in-the-Middle phishing from Microsoft-only to multiple services — with Proofpoint tracking peak activity from March through May 2026. Unlike its predecessor, NovaCookies proxies the real login page and steals the authenticated session token, bypassing every MFA method except hardware-bound credentials.

Simultaneously, ClickFix has become what multiple sources call a "dominant malware-delivery vector", impersonating Cloudflare and Google interstitials to drop ResiLoader. It's significant enough that uBlock Origin added native blocking rules — an ad blocker acting as an endpoint control because browsers and EDR weren't catching it.


Why This Is Different From Last Quarter's Phishing

The shift isn't technique — AitM has existed for years. The shift is commoditization and reach. NovaCookies operates as a service platform, meaning operators don't need to build infrastructure or understand the proxy mechanics. When you combine it with a separate M365 password spray that succeeded via previously leaked credentials plus MFA configuration gaps (legacy auth still enabled, per-user MFA instead of conditional access), you get a picture where:

  • Token theft works against any service, at scale
  • Delivery vectors bypass browser-level controls
  • Credential reuse from old breaches feeds the pipeline
Attack ComponentPlatformYour Control Gap
AitM token theftNovaCookies PhaaSOTP/push MFA bypassed entirely
Malware deliveryClickFix (Cloudflare/Google impersonation)Browser interstitial trust exploited
Credential seedingBreach corpora + M365 sprayLegacy auth + per-user MFA gaps
Standard MFA is no longer a defensible control against commodity phishing kits. The barrier to running token-theft campaigns has collapsed to a subscription fee.

Your Response Framework

The defensive priority is clear and non-negotiable: FIDO2/passkeys for privileged and high-value accounts. Hardware-bound authentication cannot be proxied — the private key never leaves the device. Everything else is now a speed bump, not a wall.

  1. Deploy FIDO2/passkeys for admins and high-value accounts this sprint. Start with IT, security, finance, and executive staff. Conditional Access policies must enforce phishing-resistant methods for these groups.
  2. Kill legacy authentication tenant-wide. Disable legacy auth protocols in Entra ID today — they're the gap NovaCookies walks through when conditional access isn't universal.
  3. Add session-token anomaly detection. Impossible-travel on token reuse, new device/ASN on active sessions, and concurrent sessions from disparate geolocations. This catches post-compromise even when initial auth succeeds.
  4. Push uBlock Origin's ClickFix blocklist to managed browsers and add EDR detection for clipboard-to-shell and browser-spawned PowerShell execution patterns.
  5. Force-reset accounts appearing in breach corpora. The M365 spray succeeded because leaked credentials were never rotated — query HaveIBeenPwned or your breach-intel vendor against your directory.

What to do

  1. Deploy FIDO2/passkeys for all admin, security, finance, and executive accounts via Conditional Access

  2. Disable legacy authentication protocols tenant-wide in Entra ID

  3. Deploy session-token anomaly detection: impossible-travel, new-device reuse, concurrent geo-split sessions

  4. Push uBlock Origin ClickFix blocklist to all managed browsers and add EDR rules for clipboard-to-shell execution

Your SIEM Is Now a Target: Sentinel Sabotage and the PeopleSoft Healthcare Spree

The 'Blind the Monitor' Playbook Is Now Documented

Researchers confirmed what red teams have long suspected: attackers with elevated Azure access can sabotage Microsoft Sentinel itself — altering detection rules, disabling data connectors, and modifying log retention. The result is invisible attack windows where post-exploitation activity generates no alerts because the rules that would fire have been quietly edited or deleted.

This matters more than a typical vulnerability because it's a meta-attack — it doesn't exploit Sentinel code, it exploits the trust relationship between your SOC and its tooling. Three specific tampering vectors were documented:

  • Detection rule modification — suppressing or widening thresholds so alerts never fire
  • Data connector disablement — cutting telemetry sources at the ingestion layer
  • Log retention changes — shortening retention to destroy forensic evidence

Detection is possible via AzureActivity, SentinelAudit, and SentinelHealth logs using targeted KQL queries — but only if you're explicitly watching for it, which most SOCs are not.


Active Campaigns Exploiting Detection Gaps

The timing matters because two active campaigns are hitting healthcare and enterprise targets right now:

Oracle PeopleSoft spree: AdaptHealth filed an SEC breach notice after intruders accessed patient data and internal documents. Attackers made contact on June 15. Multiple sources tie this to a broader PeopleSoft campaign — a repeatable attack pattern targeting cloud-hosted HR and healthcare instances. This is the full HIPAA-plus-securities-compliance nightmare.

Adobe ColdFusion 10.0 CVSS RCE: The late-June security batch patched 11 bugs, including a perfect-score server-takeover exploitable where RDS (Remote Development Services) is enabled. RDS is disabled by default — but "off by default" is not "confirmed off in your environment."

CampaignVectorStatusYour Action
PeopleSoft spreeCloud-hosted HR/healthcare instancesActive, SEC-disclosed victimsHunt indicators, assess exposure
ColdFusion RCERDS-enabled instances, 10.0 CVSSPatch available, in-wild risk highAudit RDS state, apply June batch
Sentinel sabotageElevated Azure access → rule tamperingTechnique documented, detection publishedDeploy KQL monitoring
If an attacker can blind your SIEM before the real intrusion begins, your mean-time-to-detect becomes infinite. Monitor the monitor.

Defensive Actions

  1. Deploy Sentinel tampering-detection KQL this week. Write rules against AzureActivity, SentinelAudit, and SentinelHealth for: detection-rule edits/deletions, connector state changes, and retention modifications. Alert to a separate, hardened channel.
  2. Assess Oracle PeopleSoft exposure immediately. Map every instance (cloud-hosted, HR, healthcare). Hunt for the campaign indicators from the AdaptHealth timeline. If you're in healthcare, brief compliance now.
  3. Audit every ColdFusion instance for actual RDS state. Don't trust "off by default" — confirm via direct inspection and apply the late-June 11-bug patch set.
  4. Red-team the Sentinel sabotage scenario in a tabletop. Validate your SOC would detect rule tampering and has an out-of-band alerting path if Sentinel itself is compromised.

What to do

  1. Deploy KQL detection rules against AzureActivity, SentinelAudit, and SentinelHealth for rule modification, connector disablement, and retention changes

  2. Map all Oracle PeopleSoft instances (especially cloud-hosted HR/healthcare) and threat-hunt against the active spree timeline

  3. Audit ColdFusion instances for actual RDS state and apply June security batch (11 bugs, one 10.0 CVSS)

  4. Establish out-of-band Sentinel integrity alerting to a channel that survives Sentinel compromise

Agent Identity Becomes Infrastructure: Google's VPC Move, SkillCloak, and the x402 Problem

A Hyperscaler Just Classified Agents as an Exfiltration Vector

Google Cloud embedded agent identity and Model Context Protocol (MCP) attributes directly into VPC Service Controls, explicitly to prevent data exfiltration from compromised autonomous workloads. This isn't a feature announcement — it's a threat-model admission. A cloud provider just declared that autonomous agents are a distinct exfiltration vector serious enough for network-layer enforcement.

The implication: any LLM agent with tool access or cloud credentials now sits outside the IAM and DLP assumptions built for humans and service accounts. Your egress controls have nothing to key on until you enumerate these principals.


Three Converging Signals

1. SkillCloak defeats static vetting. Researchers demonstrated that self-extracting packing defeats all static scanners for AI coding-agent skills/plugins while keeping the malicious payload fully functional. If you're using marketplace-sourced skills with scan-only vetting, that control is now demonstrably insufficient. The AI agent supply chain is a live attack vector.

2. x402 removes attribution checkpoints. Autonomous agents can now discover, invoke, and pay for 20,000+ web-scraping tools in USDC on Base — with no pre-configured API keys or accounts. A compromised agent could autonomously purchase and execute tooling with payment records living on-chain, not in your IAM logs. Two assumptions break simultaneously: attribution and financial rate-limiting.

3. Schema drift erodes guardrails silently. Anthropic's Opus 4.8 and Sonnet 5 are producing malformed tool calls with extraneous off-schema fields — a regression linked to training on the forgiving Claude Code harness. If your harness relies on structured-output validation as a containment boundary, the model is quietly eroding it.

DevelopmentWhat BrokeDetection Gap
GCP agent VPC rulesAgent exfiltration recognized as network-layer threatMost orgs haven't inventoried agent principals
SkillCloakStatic skill/plugin scanningNo behavioral sandbox for agent marketplaces
x402 paymentsAPI-key attribution + spend limits as controlsOn-chain payments invisible to IAM
Schema driftStructured-output guardrails fail openSchema compliance not monitored as security metric
When a hyperscaler builds network-layer controls specifically for agent exfiltration, that's not a product launch — it's a threat-model admission that your current controls don't cover this class of principal.

Building the Foundation

This is a monitor-and-build theme, not a patch-tonight event. The controls don't exist yet in most environments — you need to create them.

  1. Inventory every agent principal this quarter. Map LLM agents with tool access, their identities, egress paths, MCP connections, and credential scopes. You cannot enforce policy on principals you haven't cataloged.
  2. Move from static to behavioral vetting for agent skills. SkillCloak proves scan-only is insufficient. Implement behavioral sandboxing and explicit allow-listing. Freeze new skill installations until you have a vetting process.
  3. Add schema-compliance rate to your agentic monitoring. Malformed tool calls from Opus 4.8/Sonnet 5 should alert, not silently pass. Enforce reject-on-unknown-field at every LLM-to-tool boundary.
  4. If on GCP, pilot agent identity rules in VPC Service Controls in a non-prod perimeter — validate they actually block exfiltration from a simulated compromised agent before relying on them.
  5. Govern autonomous agent payments. Require any agent that transacts to route through a spend-governed proxy with rate limits, endpoint allowlists, and human-in-the-loop above defined thresholds.

What to do

  1. Inventory every LLM agent with tool access or credentials, mapping identity, egress paths, and MCP connections

  2. Freeze AI agent skill/plugin installations and move from static-scan-only to behavioral sandbox vetting

  3. Add schema-compliance monitoring (reject-on-unknown-field) at all LLM-to-tool boundaries, especially for Anthropic Opus 4.8/Sonnet 5

  4. Write policy requiring autonomous agent payments route through spend-governed proxies with rate limits and human approval above thresholds

The bottom line

Commodity phishing kits now steal session tokens past any non-hardware MFA, attackers can silently edit your Sentinel detection rules before the real intrusion begins, and a hyperscaler just built network-layer controls because autonomous agents are a recognized exfiltration class your current IAM doesn't cover — deploy FIDO2 for privileged accounts, instrument Sentinel integrity monitoring, and start inventorying agent principals before the next breach report names you.