Windows_Trojan_CobaltStrike_0b58325e
Description
Identifies Keylogger module from Cobalt Strike
Query · yara
strings:
$a1 = "keylogger.dll" ascii fullword
$a2 = "keylogger.x64.dll" ascii fullword
$a3 = "\\\\.\\pipe\\keylogger" ascii fullword
$a4 = "%cE=======%c" ascii fullword
$a5 = "[unknown: %02X]" ascii fullword
$b1 = "ReflectiveLoader"
$b2 = "%c2%s%c" ascii fullword
$b3 = "[numlock]" ascii fullword
$b4 = "%cC%s" ascii fullword
$b5 = "[backspace]" ascii fullword
$b6 = "[scroll lock]" ascii fullword
$b7 = "[control]" ascii fullword
$b8 = "[left]" ascii fullword
$b9 = "[page up]" ascii fullword
$b10 = "[page down]" ascii fullword
$b11 = "[prtscr]" ascii fullword
$b12 = "ZRich9" ascii fullword
$b13 = "[ctrl]" ascii fullword
$b14 = "[home]" ascii fullword
$b15 = "[pause]" ascii fullword
$b16 = "[clear]" ascii fullword
condition:
1 of ($a*) and 14 of ($b*)