MAL_ELF_VPNFilter_2
Description
Detects VPNFilter malware
Query · yara
strings:
$s1 = "User-Agent: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0)" fullword ascii
$s2 = "passwordPASSWORDpassword" fullword ascii
$s3 = "/tmp/client.key" fullword ascii
condition:
uint16(0) == 0x457f and filesize < 1000KB and all of them