IT threat evolution in Q2 2026. Non-mobile statistics
Kaspersky's Q2 2026 threat landscape report identifies 400 million blocked web attacks, 71,860 ransomware victims, and 213,003 miner-attacked users. Microsoft disrupted the Fox Tempest malware-signing-as-a-service operation that supplied code-signing certificates to multiple ransomware groups. CISA confirmed active ransomware exploitation of CVE-2026-33825 in Microsoft Defender, and Check Point linked CVE-2026-50751 zero-day exploitation to the Qilin ransomware group. The PayoutsKing group deploys hidden Alpine Linux VMs via QEMU to evade detection, and the FlutterShell macOS backdoor passed Apple notarization while enabling arbitrary payload execution through WebView bridge functions.
- cveCVE-2026-33825Local privilege escalation flaw in Microsoft Defender actively exploited in ransomware attacks; fix released April 14, 2026.
- cveCVE-2026-50751Critical vulnerability in Check Point Remote Access VPN exploited as a zero-day by the Qilin ransomware group starting May 7, 2026.
- cveCVE-2026-50752Certificate validation flaw affecting site-to-site VPN connections relying on the legacy IKEv1 key exchange protocol.
Detection / Hunteropenrouter
What Happened
A security company published its quarterly report on computer threats for April through June 2026. The report highlights several important developments. Microsoft shut down a service that was creating fake digital certificates to make malicious software look legitimate, which was used by multiple ransomware groups. A security flaw in Microsoft's own antivirus software is being actively used by ransomware attackers to gain elevated access to systems. A separate critical flaw in Check Point's VPN software was exploited by the Qilin ransomware group before a fix was available. A group called PayoutsKing is using virtual machine software to hide their activities from security tools on compromised computers. Organizations should ensure all security patches are applied promptly, especially for the vulnerabilities listed in government catalogs of known exploited flaws, and should review their VPN and endpoint security configurations.
Key Takeaways
- Microsoft dismantled the Fox Tempest malware-signing-as-a-service operation that abused Microsoft Artifact Signing to produce code-signing certificates for ransomware groups including Rhysida, Akira, INC, Qilin, and BlackByte.
- CISA confirmed CVE-2026-33825 (BlueHammer), a local privilege escalation flaw in Microsoft Defender, is actively exploited in ransomware attacks and added it to the KEV catalog.
- Check Point linked zero-day exploitation of CVE-2026-50751 in Check Point Remote Access VPN to the Qilin ransomware group, with activity spiking in early June 2026.
- PayoutsKing group uses the legitimate QEMU emulator to deploy hidden Alpine Linux-based virtual machines on compromised hosts, evading security tooling and establishing backdoor access via reverse SSH tunnels.
- FlutterShell, a new macOS backdoor built with the Flutter framework, passed Apple notarization and uses WebView bridge functions to execute arbitrary payloads delivered via malicious JavaScript.
Affected Systems
- Microsoft Defender (CVE-2026-33825)
- Check Point Remote Access VPN and Mobile Access (CVE-2026-50751)
- Check Point site-to-site VPN using IKEv1 (CVE-2026-50752)
- macOS systems targeted by FlutterShell backdoor
- IoT devices targeted by Mirai and Prometei botnets
- IDE environments targeted by GlassWorm stealer via Open VSX Registry extensions
- npm ecosystems affected by art-template supply chain compromise
Vulnerabilities (CVEs)
| CVE | Product | Severity | Description |
|---|---|---|---|
| CVE-2026-33825 | Microsoft Defender | High | Local privilege escalation flaw in Microsoft Defender actively exploited in ransomware attacks; fix released April 14, 2026. |
| CVE-2026-50751 | Check Point Remote Access VPN and Mobile Access | Critical | Critical vulnerability in Check Point Remote Access VPN exploited as a zero-day by the Qilin ransomware group starting May 7, 2026. |
| CVE-2026-50752 | Check Point site-to-site VPN (IKEv1) | Certificate validation flaw affecting site-to-site VPN connections relying on the legacy IKEv1 key exchange protocol. |
Attack Chain
- Initial Access: Ransomware groups leverage stolen or fraudulently obtained code-signing certificates from the Fox Tempest MSaaS platform to deliver signed malicious payloads
- Exploitation: Attackers exploit CVE-2026-33825 in Microsoft Defender for local privilege escalation or CVE-2026-50751 in Check Point VPN for remote access
- Evasion: PayoutsKing group deploys hidden Alpine Linux VMs via QEMU on compromised hosts to evade security tooling visibility
- Persistence: Hidden VMs configured as backdoors managed via reverse SSH tunnels to attacker C2 infrastructure
- Credential Theft: Tools deployed inside hidden VMs include credential theft software
- Impact: Ransomware deployment and data exfiltration; Qilin accounted for 14.57% of all data leak site victims in Q2 2026
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
The article is a statistical threat landscape report and does not contain detection rules, queries, or signatures.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Medium | EDR can detect ransomware deployment, credential theft tools, and process execution. However, the PayoutsKing QEMU VM evasion technique specifically targets the visibility gap in virtualized environments where EDR may not monitor activity inside guest VMs. |
| Network Visibility | Medium | Network monitoring can detect reverse SSH tunnels used by PayoutsKing and C2 communications. VPN exploitation of CVE-2026-50751 may generate anomalous authentication or session patterns. However, encrypted channels limit payload visibility. |
| Detection Difficulty | Hard | The QEMU VM evasion technique used by PayoutsKing is specifically designed to bypass endpoint security. Signed malware from Fox Tempest would bypass code-signing checks. FlutterShell passed Apple notarization. Supply chain compromises in npm and IDE extensions are difficult to detect with traditional signature-based methods. |
Required Log Sources
- Microsoft Defender update and scan logs (CVE-2026-33825)
- Check Point VPN authentication and session logs (CVE-2026-50751)
- EDR process creation and command line telemetry
- Network flow data for reverse SSH tunnel detection
- Code-signing certificate validation logs
- Apple notarization and Gatekeeper logs for macOS endpoints
- npm package audit and dependency logs
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Consider hunting for QEMU or other emulator processes launched on endpoints where they are not part of standard operations, as PayoutsKing uses QEMU to deploy hidden VMs for evasion. | EDR process creation logs, command line arguments, process ancestry | Defense Evasion | Medium - legitimate developer and testing environments may run QEMU routinely. |
| Consider hunting for reverse SSH tunnel connections originating from internal hosts to external destinations, which may indicate PayoutsKing backdoor C2 communication. | Network flow logs, firewall logs, proxy logs | Command and Control | Medium - legitimate remote access tools and SSH tunnels are common in enterprise environments. |
| Consider hunting for binaries signed with certificates that were recently revoked or associated with the Fox Tempest MSaaS disruption, as multiple ransomware groups used this signing service. | Code-signing validation logs, certificate transparency logs, EDR file creation events | Initial Access | Low - revoked certificates should not appear on new executables in a healthy environment. |
| Consider hunting for anomalous VPN session patterns or authentication failures on Check Point Remote Access VPN appliances, as CVE-2026-50751 was exploited as a zero-day by Qilin. | VPN authentication logs, session duration logs, geo-location anomaly logs | Initial Access | Low to Medium - unusual VPN access patterns may occur during legitimate travel or remote work. |
| Consider hunting for macOS applications that load WebView content with registered bridge functions enabling native code execution, as FlutterShell uses this architecture to deliver payloads. | macOS endpoint detection logs, application execution logs, network connection logs from WebView processes | Execution | Medium - legitimate Electron and Flutter applications use WebView bridge patterns. |
Control Gaps
- EDR solutions may lack visibility into processes running inside QEMU-hosted virtual machines, allowing PayoutsKing to operate undetected.
- Code-signing validation controls would not flag malware signed with valid certificates from the Fox Tempest MSaaS operation before Microsoft revoked them.
- Apple notarization controls did not prevent FlutterShell from passing validation, indicating notarization alone is insufficient for macOS threat prevention.
- Traditional signature-based detection may not identify supply chain compromises in npm packages or IDE extensions until after the malicious payload is delivered.
- Network security monitoring may not detect reverse SSH tunnels if SSH egress is permitted by policy.
Key Behavioral Indicators
- QEMU process execution on endpoints where virtualization is not standard practice
- Reverse SSH tunnel connections from internal hosts to external IP addresses
- Executables signed with recently revoked certificates associated with Microsoft Artifact Signing abuse
- Anomalous Check Point VPN session patterns including unexpected source IPs or session durations
- macOS applications using Flutter WebView with registered bridge functions for native execution
- New IDE extensions installed from Open VSX Registry with network exfiltration behavior
- npm package art-template versions exhibiting unexpected network connections or payload injection behavior
False Positive Assessment
Medium - Several detection indicators described in the article, such as QEMU process execution, reverse SSH tunnels, and WebView bridge functions, have legitimate uses in development and remote access scenarios. Supply chain compromise indicators may overlap with normal package update activity. Contextual filtering based on user roles and asset criticality would be necessary to reduce false positives.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Consider patching Microsoft Defender for CVE-2026-33825 and Check Point VPN for CVE-2026-50751 and CVE-2026-50752 if these products are deployed in your environment.
- Consider reviewing endpoints for executables signed with certificates revoked during the Fox Tempest disruption, as these may indicate prior compromise.
- If your organization uses Check Point Remote Access VPN, consider reviewing authentication logs for anomalous sessions dating back to May 7, 2026, when CVE-2026-50751 exploitation began.
- Consider auditing macOS endpoints for FlutterShell or applications exhibiting WebView bridge function behavior, particularly those that passed notarization but exhibit network exfiltration patterns.
Infrastructure Hardening
- Consider disabling IKEv1 in favor of IKEv2 for site-to-site VPN connections where supported by your infrastructure, as CVE-2026-50752 affects the legacy IKEv1 protocol.
- Evaluate whether egress SSH traffic from internal hosts should be restricted or tunneled through a bastion host to reduce the risk of reverse SSH tunnel C2 channels.
- Consider implementing application allow-listing for virtualization software such as QEMU on endpoints where it is not required for business operations.
- If applicable, consider reviewing and tightening code-signing certificate validation policies to check certificate revocation status in real time.
User Protection
- Consider deploying endpoint detection capabilities that monitor for QEMU or emulator process execution on non-developer endpoints.
- Evaluate whether your macOS endpoint protection includes behavioral detection for WebView bridge function abuse, as notarization alone did not prevent FlutterShell.
- Consider implementing npm package integrity verification and dependency scanning in CI/CD pipelines to detect supply chain compromises such as the art-template incident.
- If your organization uses IDE environments, consider restricting extension installation to approved marketplaces and monitoring for extensions that exhibit network exfiltration behavior.
Security Awareness
- Consider incorporating awareness training on supply chain risks, particularly around npm package updates and IDE extension installation.
- Consider reminding development teams to verify package integrity and review changelogs for unexpected modifications in dependencies.
- Where applicable, consider training users on the limitations of code-signing and notarization as trust indicators, emphasizing that signed or notarized software is not guaranteed to be safe.
MITRE ATT&CK Mapping
Resource Development
Initial Access
Execution
Privilege Escalation
Credential Access
Command and Control
Additional IOCs
- Other:
art-template- npm package compromised in a supply chain attack; the weaponized package injected the Coruna exploit kit into web applications, targeting iOS devices.