Skip to content

Commit 073fad7

Browse files
committed
Address comments
1 parent 575f99d commit 073fad7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/yara/CAPE/NightshadeC2.yar

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ rule NightshadeC2
22
{
33
meta:
44
author = "YungBinary"
5-
description = "https://x.com/YungBinary/status/1963750193851179149"
5+
description = "https://x.com/YungBinary/status/1963751038340534482"
66
hash = "963c012d56c62093d105ab5044517fdcce4ab826f7782b3e377932da1df6896d"
7+
cape_type = "NightshadeC2 Payload"
78
strings:
89
$s1 = "keylog.txt" wide
910
$s2 = "--mute-audio --do-not-de-elevate" wide
1011
$s3 = "MachineGuid" wide
1112
condition:
1213
uint16(0) == 0x5A4D and all of them
13-
}
14+
}

0 commit comments

Comments
 (0)