mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-07 10:28:53 +00:00
27 lines
815 B
Plaintext
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
|
||
|
}
|