Sneed-Reactivity/yara-mikesxrs/alienvault/APT1_WEBC2_BOLID.yar

12 lines
259 B
Text
Raw Normal View History

rule APT1_WEBC2_BOLID
{
meta:
author = "AlienVault Labs"
info = "CommentCrew-threat-apt1"
strings:
$vm = "VMProtect" wide ascii
$http = "http://[c2_location]/[page].html" wide ascii
condition:
all of them
}