Skip to content

Commit

Permalink
Fix family name capitalisation for Rat King yara signatures (cape_type)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoreilly committed Oct 4, 2024
1 parent b1f4c8a commit 2bcef9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion data/yara/CAPE/DCRat.yar
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ rule dcrat_kingrat {
meta:
author = "jeFF0Falltrades"
cape_type = "DCRat Payload"

strings:
$venom_1 = "VenomRAT" wide ascii nocase
$venom_2 = "HVNC_REPLY_MESSAGE" wide ascii
Expand Down
3 changes: 1 addition & 2 deletions data/yara/CAPE/QuasarRAT.yar
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ rule QuasarRAT {
rule quasarrat_kingrat {
meta:
author = "jeFF0Falltrades"
cape_type = "Quasarrat Payload"

cape_type = "QuasarRAT Payload"
strings:
$str_quasar = "Quasar." wide ascii
$str_hidden = "set_Hidden" wide ascii
Expand Down
4 changes: 1 addition & 3 deletions data/yara/CAPE/VenomRAT.yar
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ rule VenomRAT {
uint16(0) == 0x5a4d and (1 of ($x*) and 2 of ($s*))
}


rule venomrat_kingrat {
meta:
author = "jeFF0Falltrades"
cape_type = "VenomRat Payload"

cape_type = "VenomRAT Payload"
strings:
$str_id_venomrat = "venomrat" wide ascii nocase
$str_hvnc = "HVNC_REPLY_MESSAGE" wide ascii
Expand Down
2 changes: 1 addition & 1 deletion data/yara/CAPE/XWorm.yar
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule XWorm {
rule xworm_kingrat {
meta:
author = "jeFF0Falltrades"
cape_type = "Xworm payload"
cape_type = "XWorm payload"
strings:
$str_xworm = "xworm" wide ascii nocase
$str_xwormmm = "Xwormmm" wide ascii
Expand Down
4 changes: 2 additions & 2 deletions data/yara/CAPE/Xenorat.yar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rule xenorat {
rule XenoRAT {
meta:
author = "jeFF0Falltrades"
cape_type = "Xenorat payload"
cape_type = "XenoRAT payload"
strings:
$str_xeno_rat_1 = "xeno rat" wide ascii nocase
$str_xeno_rat_2 = "xeno_rat" wide ascii nocase
Expand Down

0 comments on commit 2bcef9d

Please sign in to comment.