detect_possible_pony_malware
Description
This rule detects a subset of user agents used by pony malware License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(($selection.principal.application = "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98)" or $selection.principal.application = "pony" or $selection.principal.application = "zapoy") and re.regex($selection.target.url, `.*/gate/php`))
condition:
$selection