17 lines
584 B
Text
17 lines
584 B
Text
|
rule Dexter_Malware {
|
||
|
meta:
|
||
|
description = "Detects the Dexter Trojan/Agent http://goo.gl/oBvy8b"
|
||
|
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
|
||
|
author = "Florian Roth (Nextron Systems)"
|
||
|
reference = "http://goo.gl/oBvy8b"
|
||
|
date = "2015/02/10"
|
||
|
score = 70
|
||
|
id = "8be328ec-ba29-50ba-8d35-e2c4dfcae45e"
|
||
|
strings:
|
||
|
$s0 = "Java Security Plugin" fullword wide
|
||
|
$s1 = "%s\\%s\\%s.exe" fullword wide
|
||
|
$s2 = "Sun Java Security Plugin" fullword wide
|
||
|
$s3 = "\\Internet Explorer\\iexplore.exe" wide
|
||
|
condition:
|
||
|
all of them
|
||
|
}
|