SUSP_ELF_Tor_Client
Description
Detects VPNFilter malware
Query · yara
strings:
$x1 = "We needed to load a secret key from %s, but it was encrypted. Try 'tor --keygen' instead, so you can enter the passphrase." fullword ascii
$x2 = "Received a VERSION cell with odd payload length %d; closing connection." fullword ascii
$x3 = "Please upgrade! This version of Tor (%s) is %s, according to the directory authorities. Recommended versions are: %s" fullword ascii
condition:
uint16(0) == 0x457f and 1 of them