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

推荐订阅源

V
V2EX
Y
Y Combinator Blog
博客园_首页
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
B
Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
WordPress大学
WordPress大学
L
LangChain Blog
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Help Net Security

Intel 471 Blog

TeamPCP Supply Chain Attacks Turning Geopolitical Tension into Actionable Intelligence CVE-2025-68613: Zerobot botnet exploits critical vulnerability impacting n8n AI orchestration platform Introducing Cyber Threat Exposure Bundle: A Unified Approach to External Risk CVE-2026-20127: Critical Cisco SD-WAN vulnerability exploited in wild Handala Threat Group OpenClaw: A viral AI assistant and a magnet for infostealer malware and ClickFix trickery Israeli, US strikes against Iran triggers a surge in hacktivist activity CVE-2026-1731: Finding a critical RCE in an age of AI-driven vulnerability research Born to bypass MFA: Taking down Tycoon 2FA The UK Cyber Security Resilience Bill How AI and the human advantage beat tomorrow’s threats Winter Olympics 2026: Hacktivism Surges Ahead of Protests and Suspected Sabotage How Threat Hunting and “Good” Metrics Help The Business Likely fake ransomware operator 0APT causes panic — Our analysis Hunting APTs: from state policy to TTPs CrazyHunter Ransomware DevMan Ransomware Introducing HUNTER Tuning: a New Tool for Driving Behavioral Threat Hunt Detections Battling check fraud in the U.S. Gootloader Malware Update Shai-Hulud Worm 2.0 New FvncBot Android banking trojan targets Poland White Paper Preview: Black "Fraud Day” and Beyond — The Key Cyber Threats Facing the Retail Sector this Holiday Season Threat hunting case study: Detecting IAB activity Using deception to extract cyber threat intelligence Lynx Ransomware Qilin Ransomware Group ClickFix: Tricking users into installing infostealers Cybercrime Takedowns: Trust, Partnerships and Focus
Blackmatter
Intel 471 · 2021-04-15 · via Intel 471 Blog

OVERVIEW

Blackmatter is a ransomware variant that was first seen in July 2021, and is considered a Ransomware-as-a-service tool. The variant encrypts files utilizing a hybrid-cryptography scheme of RSA-1024 and modified Salsa20 and upon encryption, demands a large sum of money to allow decryption. The variant claims to have taken the "best aspects" of the tools and techniques observed by known and notorious ransomware groups REvil and DarkSide.

TARGETING

Blackmatter has been observed to target Legal, Agriculture, Real Estate, IT Services, Food & Beverage, Architecture, Education, Finance - similar to Darkside, Blackmatter operators claim they will not target hospitals, critical infrastructure, nonprofits, and water treatment facilities. As far as known regional targets, the variant has been observed in organizations in the United States, UK, Canada, Australia, India, Brazil, Chile, and Thailand.

DELIVERY

This variant leverages previously compromised admin or user credentials to enumerate running processes and services.

INSTALLATION

After initial access, the Blackmatter variant has been observed to leverage previously compromised admin/user credentials to discover all hosts in AD via the LDAP and SMB protocol - as well as abusing the MSRPC function to enumerate accessible shares.

The variant abuses the same compromised credentials to remotely encrypt (from original infected host) all discovered/accessible share's contents (this includes ADMIN$, C$, SYSVOL, and NETLOGON). Furthermore, Blackmatter utilizes a runtime API (similar to Darkside and REvil) to hinder analysis and debuggers. After the encryption process is complete, a ransom note is dropped into every folder encrypted, as well as the victim's wallpaper is changed to a message.

PERSISTENCE

Blackmatter achieves persistence through a key in 'SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\' which is randomly generated in the format of 3 characters. It has also been observed to create trial accounts to maintain persistence on networks.

MODULES

The variant features a number of components in order to hamper analysis and debuggers. Additionally, it has been observed to utilize LdrEnumerateLoadedModules for UAC Bypass, as well as others that can be found listed within the PEB_LDR_DATA structure.

COMMUNICATION

After execution, the variant communicates with their C2 server and sends victim/host information via encrypted POST request.

Blackmatter Hunt Packages