// 2 CRITICAL · 1 ZERO-DAY · 2 CVE · 4 EXPLOIT IN THE LAST 24H
Cisco Talos IR's Q2 2026 report marks a turning point: phishing now drives over 50% of engagements, while authentication abuse surged to 65%. Attackers are bypassing MFA and abusing legitimate RMM tools like MeshAgent and Zoho Assist as command-and-control infrastructure, rendering traditional signature-based detection ineffective.

On July 28, 2026, Cisco Talos IR published its second-quarter report, and the numbers draw a clear line in the sand. Phishing has become the dominant initial-access vector, rising from roughly one-third to over half of all engagements. At the same time, authentication abuse jumped from 35% to 65%, with techniques that circumvent or nullify MFA. The shift isn't just about scale—it's about method. Attackers are no longer trying to breach the perimeter; they're abusing what's already inside.

Key Takeaways
  • Phishing exceeded 50% of Talos IR engagements in Q2 2026, up from approximately 33% the previous quarter.
  • Authentication abuse appeared in 65% of engagements, versus 35% in Q1, with MFA bypass via AitM proxies, session-token theft, MFA fatigue, and self-enrolled devices.
  • Threat group UAT-11764 ran a persistent QR-phishing campaign from April through late June 2026, primarily targeting Australian organizations, using PDFs with per-victim customized QR codes.
  • Sinobi and Warlock/Storm-2603 weaponized legitimate RMM tools: a trojanized MeshAgent serving as SYSTEM-level C2 for Sinobi, and Zoho Assist Unattended Agent for stealthy remote access by Warlock.

Phishing Overtakes: From Classic Vector to Personalized War Machine

The report's numbers are unambiguous. Phishing appeared in over half of Talos IR engagements in the second quarter, compared to roughly a third in the first. The technique is no longer indiscriminate email blasts. The group UAT-11764, active since April 2026, generated PDFs with QR codes automatically personalized for each victim, pointing to M365 credential-harvesting pages.

The embedded QR code bypasses traditional email gateways, which analyze links and attachments but not two-dimensional codes meant for mobile scanning. The campaign, focused on Australian organizations, remained active through late June 2026. Post-compromise, UAT-11764 created inbox rules to hide tracks, hosted malicious documents on SharePoint, and propagated the attack by exploiting internal contact lists.

"Phishing was the primary means of gaining initial access this quarter, appearing in over half of all Cisco Talos Incident Response (Talos IR) engagements – an increase from approximately a third of engagements last quarter" — Cisco Talos IR Blog, Q2 2026 report

MFA Bypassed: When Multi-Factor Authentication Becomes Decorative

The most alarming increase is authentication abuse, which rose from 35% to 65% of engagements. Attackers wield a proven arsenal to neutralize MFA: adversary-in-the-middle proxies that intercept authentication flows in real time, session-token theft, MFA fatigue attacks that bombard users with prompts until they accept, and autonomous enrollment of trusted devices.

The consequence is that the mere presence of MFA no longer guarantees its effectiveness. The report documents that 65% of engagements suffered authentication abuse, meaning that in Q2 2026, push-based or OTP-based MFA proved inadequate in the majority of cases analyzed. The emerging recommendation, backed by report author Lexi DiScola on the Talos Takes podcast, is a shift to phishing-resistant MFA: passkeys and hardware keys, accompanied by disabling legacy authentication.

ARToken and the PhaaS Model: Democratizing Cloud-Focused Attacks

Alongside UAT-11764's activity, Talos identified ARToken, a PhaaS platform linked to EvilTokens, exposing over 80 API endpoints for device-code phishing operations, persistence via Primary Refresh Token, email access, business email compromise, and SharePoint exfiltration. ARToken doesn't steal passwords; it abuses the OAuth device-authorization flow to obtain valid tokens, bypassing MFA without attacking it directly.

The API structure signals product maturity that lowers the entry barrier for less sophisticated operators. There's no need to build custom infrastructure anymore; operators rent access to advanced post-compromise capabilities. The report does not establish whether ARToken is operated directly by the same threat actors behind EvilTokens or functions as an affiliate platform, but it documents shared use of the API infrastructure.

RMM Weaponization: MeshAgent and Zoho Assist at the Core of the Kill Chain

The deepest paradigm shift involves remote-access tools. Sinobi, the ransomware Talos IR first encountered in April 2026, used a trojanized MeshAgent binary as its primary command-and-control mechanism. The file was installed as an auto-start service at SYSTEM level, with encrypted communication over WebSocket Secure. MeshAgent is a legitimate open-source RMM agent; in its compromised version it becomes a persistent backdoor that evades signature-based detection because the file itself isn't classifiable as known malware.

Persistent access lasted approximately three days before ransomware deployment. During that window, Sinobi conducted lateral movement via RDP and WinRM, leveraging service accounts with weak passwords extracted from ntds.dit. Final deployment occurred through malicious GPO logon scripts, with the .SINOBI extension and exfiltration staged via rclone.exe.

Warlock/Storm-2603 adopted a different but convergent technique: installing Zoho Assist Unattended Agent, which provides remote control without requiring an active user session. Here too, the tool is legitimate; the anomaly lies in its use, not the software's nature.

"behavior-based monitoring instead of signature-based detection is really key for threats like this. Basically, not just focusing on, you know, is this tool expected in the environment, but focusing on if its use is expected" — Lexi DiScola, author of Talos IR Q2 2026 report, on Talos Takes podcast

What to Do Now

Recommendations flow directly from the report's data and the author's guidance:

  • Adopt phishing-resistant MFA: passkeys and hardware keys, with explicit disabling of legacy authentication, to neutralize the AitM and device-code phishing vectors documented in 65% of engagements.
  • Remove self-service MFA enrollment: restrict or eliminate users' ability to independently register new trusted devices, a vector documented in authentication-abuse attacks.
  • Implement behavior-based monitoring for RMM tools: shift detection from software presence to usage analysis, identifying anomalies such as SYSTEM-level auto-start installations or unexpected WSS communications for MeshAgent and similar tools.
  • Block non-corporate QR codes in PDFs received via email: given the persistence of the UAT-11764 campaign, filter or flag PDF documents containing two-dimensional codes pointing to domains outside the legitimate M365 tenant.

Healthcare was the most targeted sector for the second consecutive quarter, accounting for 17% of engagements, followed by public administration and manufacturing at 14% each. The focus on sectors with low downtime tolerance is deliberate: it maximizes the likelihood of payment. Ransomware appeared in over 20% of engagements, a figure similar to the previous quarter, but with a qualitative evolution. Sinobi, Warlock, and the known Nitrogen variant share an approach of using legitimate tools as C2 infrastructure, making early-stage attack classification more difficult.

The Point of No Return for Traditional Detection

The Talos IR Q2 2026 report doesn't describe a new threat—it describes a discontinuity. Patching remains necessary, but the Great Patching doesn't stop adversaries who enter with valid credentials and operate with signed tools. Security must shift from "what is installed" to "how and by whom it is used." Signature-based detection, which hunts for malicious files, loses ground against attacks that use legitimate files maliciously. Behavior becomes the only reliable signal, and behavior requires baselines, continuous monitoring, and the ability to correlate anomalies across endpoints, identity, and cloud.

The report does not provide the absolute number of engagements analyzed nor a complete geographic distribution beyond Australia. It also does not document whether the MeshAgent and Zoho Assist techniques are exclusive to the cited groups or spreading more broadly. The exact relationship between ARToken and EvilTokens remains open: shared platform, affiliate network, or technical convergence.

Information has been verified against cited sources and is current as of publication.

Sources

Information has been verified against cited sources and is current as of publication.

Sources


Sources and references
  1. blog.talosintelligence.com
  2. talostakes.talosintelligence.com
  3. talosintelligence.com