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

推荐订阅源

腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
I
InfoQ
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队
G
Google Developers Blog
L
LangChain Blog
博客园_首页
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
IT之家
IT之家
量子位
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网

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