Sponsored by Hudson Rock Use Hudson Rock's free cybercrime intelligence tools to learn how Infostealer infections are leading to ransomware attacks

Enjoying ransomware.live? Help us keep tracking ransomware gangs and shipping new features. Support us

YARA Rule: Multi_Ransomware_BlackCat_00e525d7.yar

Group: Alphv
Valid Rule

rule Multi_Ransomware_BlackCat_00e525d7
{
	meta:
		author = "Elastic Security"
		id = "00e525d7-a8a6-475f-89ad-607c452aea1e"
		fingerprint = "631e30b8b51a5c0a0e91e8c09968663192569005b8bffff9f0474749788e9d57"
		creation_date = "2022-02-02"
		last_modified = "2022-08-16"
		threat_name = "Multi.Ransomware.BlackCat"
		reference_sample = "0c6f444c6940a3688ffc6f8b9d5774c032e3551ebbccb64e4280ae7fc1fac479"
		severity = 100
		arch_context = "x86"
		scan_context = "file, memory"
		license = "Elastic License v2"
		os = "multi"

	strings:
		$a1 = "ata\",\"boot\",\"config.msi\",\"google\",\"perflogs\",\"appdata\",\"windows.old\"],\"exclude_file_names\":[\"desktop.ini\",\"aut"
		$a2 = "locker::core::windows::processvssadmin.exe delete shadows /all /quietshadow_copy::remove_all=" ascii fullword
		$a3 = "\\\\.\\pipe\\__rust_anonymous_pipe1__." ascii fullword
		$a4 = "--bypass-p-p--bypass-path-path --no-prop-servers \\\\" ascii fullword

	condition:
		all of them
}