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

推荐订阅源

J
Java Code Geeks
量子位
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
A
About on SuperTechFans
腾讯CDC
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Last Week in AI
Last Week in AI
H
Help Net Security
WordPress大学
WordPress大学
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
美团技术团队
M
MIT News - Artificial intelligence
L
LangChain Blog
博客园 - 聂微东

The Register - Security: CSO

Anthropic's Mythos has The Kettle crew curious, skeptical 'People's Panel' to check if UK wants controversial Digital ID will cost £630K Top npm package backdoored to drop dirty RAT on dev machines Lightning-fast exploits mean patch fast, says Cisco Talos Lightning-fast exploits mean patch fast, says Cisco Talos Smooth criminals talking their way into cloud environments, Google says Cybercrime up 245% since the start of the Iran war Scattered Lapsus$ Hunters seeks women to defraud helpdesks Every day in every way, passwords are getting worse CISA quietly updated ransomware flags on 59 flaws last year Deepfake job seeker applied to work for an AI security firm Deepfake job seeker applied to work for an AI security firm AI-powered cyberattack kits are 'just a matter of time' AI-powered cyberattack kits are 'just a matter of time' FortiGate SSO bug still exploitable despite December patch FortiGate SSO bug still exploitable despite December patch Judge tosses CrowdStrike shareholder suit over 2024 outage DRAM shortage may drive firewall prices higher: analysts Ransomware attacks kept climbing in 2025 as gangs refused to stay dead Around 1,000 systems compromised in ransomware attack on Romanian water agency 1,000 systems pwned in Romanian Waters ransomware attack Half of exposed React servers remain unpatched amid attacks CISA warns spyware crews are breaking into Signal and WhatsApp accounts FCC guts Salt Typhoon telco rules despite espionage risk CISA orders feds to patch Oracle Identity Manager zero-day SEC drops SolarWinds lawsuit that painted a target on CISOs everywhere SEC bails on SolarWinds lawsuit Palo Alto kit sees massive surge in malicious activity amid mystery traffic flood Palo Alto kit sees massive surge in malicious activity Countries use cyber targeting to plan strikes: Amazon CSO
CISA releases malware analysis for Sharepoint Server attack
Gareth Halfacree Gareth Halfacree · 2025-08-07 · via The Register - Security: CSO

CSO

Indications of compromise and Sigma rules report for your security scanners amid ongoing 'ToolShell' blitz

CISA has published a malware analysis report with compromise indicators and Sigma rules for "ToolShell" attacks targeting specific Microsoft SharePoint Server versions.

"Cyber threat actors have chained CVE-2025-49704 and CVE-2025-49706 (in an exploit chain publicly known as 'ToolShell') to gain unauthorised access to on-premises SharePoint servers," the agency explained in its announcement of the report.

"CISA analysed six files including two Dynamic Link-Library (.DLL), one cryptographic key stealer, and three web shells. Cyber threat actors could leverage this malware to steal cryptographic keys and execute a Base64-encoded PowerShell command to fingerprint host system and exfiltrate data."

The key vulnerability in SharePoint Server, the "critical"-rated CVE-2025-53770 with a CVSS score of 9.8, built upon the earlier "medium" severity CVE-2025-49706 - a flaw Microsoft thought it had patched last month, only to find it under active exploitation as a zero-day targeting some big names.

Linked with other vulnerabilities in an exploit chain dubbed "Toolshell", the vulnerability allows for remote code execution through untrusted data deserialisation, and is known to have been exploited by groups including Linen Typhoon (aka Emissary Panda, APT27), Violet Typhoon (aka Zirconium, Judgment Panda, APT31), and Storm-2603.

As of the July 23, the victim count had risen to more than 400 including the US Department of Energy (DOE), which confirmed to The Register that its National Nuclear Security Administration (NNSA) had been breached using the vulnerability - but claimed it was "minimally impacted."

The timing of the attacks led at least one security researcher to conclude that the vulnerability was leaked following its private disclosure as part of the Pwn2Own exploitation contest in May: "A leak happened here somewhere," Trend Micro Zero Day Initiative head of threat awareness Dustin Childs told us late last month.

For those concerned they may have been caught up in all these SharePoint security shenanigans, CISA's malware analysis report can provide some reassurance.

In addition to CVE-2025-53770, the report covers three other related SharePoint vulnerabilities used to form the "ToolShell" exploit alongside a "new and stealthy webshell" dubbed "SharpyShell", which extracts and exfiltrates cryptographic secrets through a simple GET request - and, most importantly, comes with indications of compromise and a set of detection rules in Sigma format, a cross-vendor open source standard for use with detection and logging systems.

These rules allow users to analyze logs for evidence of exploitation through any one of the four known vulnerabilities: CVE-2025-49704, CWE-94: Code Injection; CVE-2025-49706 CWE-287: Improper Authentication; CVE-2025-53770, CWE-502: Deserialization of Trusted Data; and CVE-2025-53771, CWE-287: Improper Authentication.

Those looking to implement them, however, are advised to test before deployment:

"Ensure your EDR/SIEM [Endpoint Detection and Response/Security Information and Event Management] instance has enough memory to run these AND/OR condition based queries," CISA warns, "[which] may take longer to run than [a] conventional Sigma rule query."

The full report, with indications of compromise and Sigma rules, is available on the CISA website. ®