Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed May 23, 2024
1 parent cb4a410 commit a655a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/yara/CAPE/DCRat.yar
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rule DCRat {
rule dcrat_kingrat {
meta:
author = "jeFF0Falltrades"
cape_type = "DCRat Payload"
cape_type = "DCRat Payload"

strings:
$venom_1 = "VenomRAT" wide ascii nocase
Expand Down
4 changes: 2 additions & 2 deletions data/yara/CAPE/QuasarRAT.yar
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ 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
$str_shell = "DoShellExecuteResponse" wide ascii
$str_close = "echo DONT CLOSE THIS WINDOW!" wide ascii
$str_close = "echo DONT CLOSE THIS WINDOW!" wide ascii
$str_pause = "ping -n 10 localhost > nul" wide ascii
$str_aes_exc = "masterKey can not be null or empty" wide ascii
$byte_aes_key_base = { 7E [3] 04 73 [3] 06 25 }
Expand Down

0 comments on commit a655a9e

Please sign in to comment.