惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
T
Tor Project blog
TaoSecurity Blog
TaoSecurity Blog
Cloudbric
Cloudbric
V
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
Check Point Blog
雷峰网
雷峰网
博客园 - 叶小钗
博客园 - 【当耐特】
H
Hacker News: Front Page
美团技术团队
GbyAI
GbyAI
AI
AI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
W
WeLiveSecurity
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Last Watchdog
The Last Watchdog
有赞技术团队
有赞技术团队
F
Full Disclosure
V
V2EX
Hacker News: Ask HN
Hacker News: Ask HN
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Last Week in AI
Last Week in AI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
A
About on SuperTechFans
D
Docker
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
I
InfoQ
B
Blog RSS Feed
P
Palo Alto Networks Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
S
Security @ Cisco Blogs
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
Visual Studio Blog

Sophos Blogs

You do surprise me.exe: An unexpected executable in Hola Browser You do surprise me.exe: An unexpected executable in Hola Browser Pointing a Cursor at evading detection Pointing a Cursor at evading detection Pointing a Cursor at evading detection Canvas attack aftermath: What risks come next Canvas attack aftermath: What risks come next? Gartner EPP MQ-17 Sophos named a Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms for the 17th consecutive report GitHub internal repositories breached. GitHub internal repositories breached WantToCry ransomware remotely encrypts files WantToCry ransomware remotely encrypts files Why AMOS matters: The macOS malware stealing data at scale Why AMOS matters: The macOS malware stealing data at scale May’s Patch Tuesday hauls out 132 CVEs May’s Patch Tuesday hauls out 132 CVEs Operating inside the lethal trifecta: Blast radius reduction in AI agent deployments Inside the lethal trifecta: Blast radius reduction in AI agent deployments Ransomware: AI changes the writer. It doesn't change the math. GPT-5.5-Cyber is here. What it means for defenders operating at the frontier. Donuts and Beagles: Fake Claude site spreads backdoor QEMU abused to evade detection and enable ransomware delivery Adobe Reader zero-day vulnerability in active exploitation We let OpenClaw loose on an internal network. Here’s what it found The vulnerability flood is here. Here’s what it means – and how to prepare Is compliance complexity outpacing IT capacity? Sophos named a 2026 Gartner® Peer Insights™ Customers' Choice for Managed Detection and Response Amazon GuardDuty enhances detection efficacy with Sophos threat intelligence Axios npm package compromised to deploy malware The Cybersecurity Trust Reality in 2026 The High Cost of Low Trust: Our Commitment to Radical Transparency Incident responders, s'il vous plait: Invites lead to odd malware events Sophos Firewall、「G2 Spring 2026」レポートでファイアウォールソリューション総合第1位を獲得 世界の CISO の現状: 無視できないリーダーシップギャップの大きさ レポートのエンドポイント、EDR、XDR、MDR、ファイアウォール各部門で総合 1 位に Android devices ship with firmware-level malware March Patch Tuesday visits 15 product families From Security Operations to Security Leadership: Sophos CISO Advantage
Sophos Endpoint in action: Blocking a novel supply chain attack
2026-05-12 · via Sophos Blogs

Sophos Endpoint is architected from the ground up to automatically block exploits, ransomware, and attacker techniques by default with zero manual tuning. 

This threat case showcases how the unique anti-exploitation capabilities included with Sophos Endpoint blocked a supply chain attack through JDownloader, a free, Java-based download manager from AppWork GmbH that automates bulk downloads from one-click file hosters and video sites.

How the attack unfolded

This was a watering hole attack: between May 6 and May 7, 2026, attackers compromised the official JDownloader website and quietly swapped the Windows installers on the alternative download page with unsigned, malware-laced binaries. 

The trojanized binary bundled the real JDownloader alongside the malicious code, so the application installed and ran normally and the unsuspecting victim had no visible indication that they had been compromised. Reports from victims indicate that the payload disables Microsoft Defender as part of its execution chain.

The substitution went undetected for more than a day before Reddit user spotted the SmartScreen warnings and a JDownloader developer confirmed the breach and took the site offline. Until that point, every download came with hidden malware baked in.

The root cause? An unpatched flaw in JDownloader's website that allowed the attackers to edit the site's access control lists without authenticating. Once in, they simply repointed the download links to their own malicious files. 

In a supply chain attack the challenge is not whether attackers will reach your endpoints, but whether your defenses can stop techniques they have never seen, without per-application tuning, exclusion lists, or a security specialist on standby.

In this attack, Sophos Endpoint blocked the trojanized installer through Kernel32Trap, one of the 60+ exploit mitigations that deploy automatically from day one. No cloud lookup, no signature, no AI inference, no prior knowledge of the campaign was required. 

A unique approach that turns the tables on attackers

Kernel32Trap targets MITRE ATT&CK T1027.007 (Dynamic API Resolution), a near-universal pattern in many shellcode where the payload locates the system functions it needs at runtime, rather than declaring them in the binary's import table where antivirus scanners would see them. 

MITRE itself classifies this technique as one that "cannot be easily mitigated with preventive controls since it is based on the abuse of system features."

At Sophos, our approach is to invert the assumption the technique depends on: just as attackers plant malware where users expect to find legitimate files, we plant a trap in the exact place the malware expects to find a legitimate system component. The moment the malware tries to call what it has just "resolved," control of the attack moves inside our mitigation and the process is terminated.

Two design choices, unique to Sophos Endpoint, make this work.

  1. Sophos Endpoint loads its runtime protection into every process exceptionally early via a proprietary mechanism. That means the trap is already armed when the application launches; the attacker's very first move is checked against a defense that was waiting for it.
  2. The mitigation triggers at the precise moment of weaponization: the malware is stopped on its first attempt to use a resolved API, not earlier (which would risk false positives on benign code) and not later (when the payload is already executing). When the kill fired, the malware was in the middle of building the list of Windows functions it needed to deploy its second stage.

Between May 6 and May 8, this single mitigation fired on 11 customer endpoints across our install base, blocking execution of the trojanized JDownloader installer in every case, well before the JDownloader team finished remediating the compromise on their side.

Sophos Endpoint’s strategic difference

Attackers tune their evasion against the defenses they expect to encounter, and the dominant assumption is the protection that ships in the box with the operating system. The mitigations that don't sit in their test matrix, the friction they didn't plan for, are where we win.

What makes Sophos Endpoint’s advantage durable is that most of the 60+ anti-exploitation mitigations apply to every running application by default without breaking compatibility and without per-environment tuning. Kernel32Trap is not a new feature; in fact, it’s been silently doing its job for 10 years: same code path, no tuning, same powerful protection against attacks engineered to bypass typical default defenses.

Comparable products that offer similar techniques typically restrict them to a fixed allow-list of known-sensitive processes, which is ineffective against a trojanized installer that can run under any process name. 

That is what technique-level defense-in-depth looks like in production: a 2016 mitigation, applied universally, turning an evasion technique that MITRE itself flags as unpreventable into a non-event for 11 customers in two days.

One story, many more examples

This story is one example of an all-too-common adversary approach. 

We observed a similar pattern in the CPU-Z incident in April 2026, when cpuid.com was compromised and download URLs for CPU-Z and HWMonitor were replaced with links to malicious installers that used DLL sideloading. 

Sophos Endpoint blocked that campaign as well, without prior knowledge, this time via Dynamic Shellcode Protection, another Sophos-specific mitigation in the same Runtime Protection layer.

Elevate your defenses against supply chain attacks with Sophos Endpoint

Sophos Endpoint delivers unmatched defense against human and AI-led attacks. To learn more and take it for a test drive, visit sophos.com/endpoint.