Skip to content

Commit e865bcb

Browse files
Update third-party rules as of 2025-12-16 (#1272)
Co-authored-by: Update third-party rules <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5b18c1 commit e865bcb

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

third_party/yara/bartblaze/APT/RoyalRoad_RTF.yar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rule RoyalRoad_RTF
1111
sharing = "TLP:CLEAR"
1212
source = "BARTBLAZE"
1313
author = "@bartblaze"
14-
description = "Identifies RoyalRoad RTF, used by multiple China-based APT groups."
14+
description = "Identifies RoyalRoad RTF, used by multiple China-nexus APT groups."
1515
category = "MALWARE"
1616
malware = "ROYALROAD"
1717
malware_type = "EXPLOITKIT"

third_party/yara/bartblaze/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f699cd0b0949da4f4991547514dbeaf1c432114
1+
12ad80662dba724a39f9ad8d5fad005a8be7ba54
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
rule GrimResource
2+
{
3+
meta:
4+
id = "6AllkuLIfG9lO9ZRaxm6Ni"
5+
fingerprint = "v1_sha256_9d266207dd5688a68a837d9d764aa7390183a8b551b0524e6d21f80a34afeb29"
6+
version = "1.0"
7+
date = "2025-12-15"
8+
modified = "2025-12-15"
9+
status = "RELEASED"
10+
sharing = "TLP:CLEAR"
11+
source = "BARTBLAZE"
12+
author = "@bartblaze"
13+
description = "Identifies GrimResource and potential derivatives or variants."
14+
category = "INFO"
15+
reference = "https://www.elastic.co/security-labs/grimresource"
16+
17+
strings:
18+
$xml = "<?xml"
19+
20+
$grim_a = "MMC_ConsoleFile"
21+
$grim_b = ".loadXML("
22+
23+
$other_a = "ActiveXObject"
24+
$other_b = "ms:script"
25+
$other_c = "CDATA"
26+
27+
condition:
28+
$xml at 0 and (all of ($grim_*) or all of ($other_*))
29+
}

0 commit comments

Comments
 (0)