Windows_Trojan_PoshC2_e2d3881e
Description
Windows.Trojan.PoshC2
Query · yara
strings:
$a1 = "Sharp_v4_x64.dll"
$a2 = "Sharp_v4_x86_dll"
$a3 = "Posh_v2_x64_Shellcode" wide
$a4 = "Posh_v2_x86_Shellcode" wide
$b1 = "kill-implant" wide
$b2 = "run-dll-background" wide
$b3 = "run-exe-background" wide
$b4 = "TVqQAAMAAAAEAAAA"
condition:
1 of ($a*) and 1 of ($b*)