mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
rule Dexter_Malware {
|
|
meta:
|
|
description = "Detects the Dexter Trojan/Agent http://goo.gl/oBvy8b"
|
|
license = "https://creativecommons.org/licenses/by-nc/4.0/"
|
|
author = "Florian Roth"
|
|
reference = "http://goo.gl/oBvy8b"
|
|
date = "2015/02/10"
|
|
score = 70
|
|
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" fullword wide
|
|
condition:
|
|
all of them
|
|
} |