Skip to content

Commit 3dbf1e8

Browse files
Update third-party rules as of 2025-09-27 (#1141)
Co-authored-by: Update third-party rules <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3941a7 commit 3dbf1e8

3 files changed

Lines changed: 64 additions & 1 deletion

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

third_party/yara/bartblaze/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cc2fab21ad5ba5f6dd74e57f44373bbcc6f0ce09
1+
9c6d7c50ddb9f3a51d246a0d21d35cf7b769d4a9
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
}

0 commit comments

Comments
 (0)