Windows_Hacktool_Seatbelt_674fd535
Description
Windows.Hacktool.Seatbelt
Query · yara
strings:
$guid = "AEC32155-D589-4150-8FE7-2900DF4554C8" ascii wide nocase
$str0 = "LogonId=\"(\\d+)" ascii wide
$str1 = "Domain=\"(.*)\",Name=\"(.*)\"" ascii wide
$str2 = "^\\W*([a-z]:\\\\.+?(\\.exe|\\.dll|\\.sys))\\W*" ascii wide
$str3 = "KB\\d+" ascii wide
$str4 = "(^https?://.+)|(^ftp://)" ascii wide
$str5 = "[0-9A-Fa-f]{8}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{12}" ascii wide
$str6 = "(http|ftp|https|file)://([\\w_-]+(?:(?:\\.[\\w_-]+)+))([\\w.,@?^=%&:/~+#-]*[\\w@?^=%&/~+#-])?" ascii wide
condition:
$guid or all of ($str*)