File tree Expand file tree Collapse file tree
third_party/yara/bartblaze Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ rule Libcef_Backdoor
2+ {
3+ meta :
4+ id = " 2kQ17alOYwTwkkTNA8vZCX "
5+ fingerprint = " v1_sha256_7a32b90fb6e962a82af808d698dc19d503c075606f5a7e52f783f0c7d71f5936 "
6+ version = " 1.0 "
7+ date = " 2025-09-26 "
8+ modified = " 2025-09-26 "
9+ status = " RELEASED "
10+ sharing = " TLP:WHITE "
11+ source = " BARTBLAZE "
12+ author = " @bartblaze "
13+ description = " Identifies backdoored libcef.dll, used by an unknown (likely) APT. "
14+ category = " MALWARE "
15+ malware = " UNKNOWN "
16+ malware_type = " BACKDOOR "
17+ reference = " https://github.com/bartblaze/Yara-rules "
18+ hash = " a3805b24b66646c0cf7ca9abad502fe15b33b53e56a04489cfb64a238616a7bf "
19+
20+ strings :
21+ $ = " Could not get process list. "
22+ $ = " Please send the document now. "
23+ $ = " Failed to create pipe. "
24+ $ = " Failed to start process. "
25+ $ = " Command executed but returned no output. "
26+
27+ condition :
28+ 4 of them
29+ }
Original file line number Diff line number Diff line change 1- cc2fab21ad5ba5f6dd74e57f44373bbcc6f0ce09
1+ 9c6d7c50ddb9f3a51d246a0d21d35cf7b769d4a9
Original file line number Diff line number Diff line change 1+ rule Oyster
2+ {
3+ meta :
4+ id = " 7kE7GnnyOPX7qw3Kwwua0X "
5+ fingerprint = " v1_sha256_c635149f6091ca338956c8c7639aeeab30d70456e06e5d894a1bef0a1c0a031a "
6+ version = " 1.0 "
7+ date = " 2025-09-26 "
8+ modified = " 2025-09-26 "
9+ status = " RELEASED "
10+ sharing = " TLP:WHITE "
11+ source = " BARTBLAZE "
12+ author = " @bartblaze "
13+ description = " Identifies Oyster aka Broomstick aka CleanUp backdoor. "
14+ category = " MALWARE "
15+ malware = " OYSTER "
16+ malware_type = " BACKDOOR "
17+ reference = " https://x.com/roo7cause/status/1971453273862176887 "
18+ reference = " https://malpedia.caad.fkie.fraunhofer.de/details/win.broomstick "
19+ hash = " 169157f51c05aafda68eb367219a826ecdc90e941e4397da20021b0f4ee2ae14 "
20+
21+ strings :
22+ $ = " WordPressAgent " fullword
23+ $ = " FingerPrint " fullword
24+ $ = " TimeSleep: %d "
25+ $ = " [CountStartupProcessSystem] EnumProcesses failed "
26+ $ = " Fail Find End .ICO File "
27+ $ = " Fail Find DLL File Round 2 "
28+ $ = " Mutex already exists, another instance is running. "
29+ $ = " cmd.exe /C ping 1.1.1.1 -n 1 -w 3000 > Nul & Del /f /q "
30+ $ = " The installation has not been completed successfully. We kindly ask you to try again later. "
31+
32+ condition :
33+ 6 of them
34+ }
You can’t perform that action at this time.
0 commit comments