The Cybersecurity and Infrastructure Security Agency (CISA), the Federal Bureau of Investigation (FBI), and the National Security Agency (NSA) published today an advisory with details about how the BlackMatter ransomware gang operates.
The three agencies also provide information that can help organizations defend the activity of this adversary on the network and defend against it
BlackMatter ransomware-as-a-service activity started in July with the clear goal of breaching corporate networks belonging to businesses in the U.S., Canada, Australia, and the U.K. with a revenue of at least $100 million.
An announcement from the gang showed that they were looking to buy access to such networks for as much as $100,000 as long as it was not for hospitals, critical infrastructure, non-profit, defense industry, and government organizations.
Also Read: 8 Simple Ways To Improve Your Website Protection
BlackMatter is responsible for encrypting systems at multiple organizations in the U.S. and asking ransoms that go as high as $15 million in cryptocurrency.
The joint cybersecurity advisory from CISA, the FBI, and the NSA shares the tactics, techniques, and procedures associated with BlackMatter activity that could help organizations protect against the BlackMatter ransomware gang.
One variant of the malware analzed in an isolated environment shows that the threat actor used compromised administrator credentials to discover all the hosts in the victim’s Active Directory.
It also used Microsoft Remote Procedure Call (MSRPC) function (srvsvc.NetShareEnumAll) that allowed listing all accessible network shares for each host.
“Notably, this variant of BlackMatter leverages the embedded credentials and SMB protocol to remotely encrypt, from the original compromised host” – joint advisory from CISA, FBI, and NSA
The BlackMatter file-encrypting malware also has a version for Linux-based systems that can encrypt VMware ESXi virtual servers, which are common in enterprise environments for resource management purposes.
The advisory today warns that, unlike other ransomware actors that encrypt backup data stores and appliances, the BlackMatter gang wipes or reformats them.
Also Read: 6 Simple Guides On PDPA Clause For Agreements Of Personal Data
Based on identified TTPs associated with BlackMatter ransomware, the three agencies created signatures for the open-source Snort network intrusion detection and prevention system that can alert when a remote encryption process initiates.
Intrusion Detection System Rule:
alert tcp any any -> any 445 ( msg:"BlackMatter remote encryption attempt";
content:"|01 00 00 00 00 00 05 00 01 00|"; content:"|2e 00 52 00 45 00 41 00 44
00 4d 00 45 00 2e 00 74 00|"; distance:100; detection_filter: track by_src, count
4, seconds 1; priority:1; sid:11111111111; )
Inline Intrusion Prevention System Rule:
alert tcp any any -> any 445 ( msg:"BlackMatter remote encryption attempt";
content:"|01 00 00 00 00 00 05 00 01 00|"; content:"|2e 00 52 00 45 00 41 00 44
00 4d 00 45 00 2e 00 74 00|"; distance:100; priority:1; sid:10000001; )
rate_filter gen_id 1, sig_id 10000001, track by_src, count 4, seconds 1,
new_action reject, timeout 86400
To counter BlackMatter ransomware attacks, CISA, the FBI, and the NSA shares a set of cybersecurity measures that start from the basic password hygiene and go to mitigations designed to minimize the Active Directory attack surface.
Apart from using the Snort signatures above, the agencies recommend using strong, unique passwords for various accounts, such as admin, service, and domain administrators.
Multi-factor authentication should be active for all services that support the feature. This requirement is important particularly for webmail, virtual private networks, and accounts that access critical systems.
Installing security patches on time remains “one of the most efficient and cost-effective steps an organization can take to minimize its exposure to cybersecurity threats.”
Additional mitigation advice in the advisory refers to the following:
For critical infrastructure organizations, CISA, the FBI, and NSA released a special set of supplementary mitigations that should be prioritized:
BlackMatter is among the top ransomware threats today. It emerged from the DarkSide ransomware gang, which shut down after the infamous attack on Colonial Pipeline in May.
The threat actor steals data from its victims before the encryption stage and publishes the files on their leak site unless they get the ransom.
At the moment, their site lists victims from various industry sectors (clothing, beverage, software, investment, technology) that did not pay the ransom, many of them based in the U.S.
Recently, the gang breached business software solutions provider Marketron, the U.S. farmers cooperative NEW Cooperative, and technology giant Olympus.