signature-base/yara/apt_fidelis_phishing_plain_sight.yar
2016-02-15 12:31:27 +01:00

27 lines
815 B
Plaintext

rule Fidelis_Advisory_Purchase_Order_pps {
meta:
description = "Detects a string found in a malicious document named Purchase_Order.pps"
author = "Florian Roth"
reference = "http://goo.gl/ZjJyti"
date = "2015-06-09"
strings:
$s0 = "Users\\Gozie\\Desktop\\Purchase-Order.gif" ascii
condition:
all of them
}
rule Fidelis_Advisory_cedt370 {
meta:
description = "Detects a string found in memory of malware cedt370r(3).exe"
author = "Florian Roth"
reference = "http://goo.gl/ZjJyti"
date = "2015-06-09"
strings:
$s0 = "PO.exe" ascii fullword
$s1 = "Important.exe" ascii fullword
$s2 = "&username=" ascii fullword
$s3 = "Browsers.txt" ascii fullword
condition:
all of them
}