Unverified Commit f590ac80 by Jaume Martin Committed by GitHub

Merge pull request #390 from RandomRhythm/master

change file type comment from exe to jar for JavaDropper : RAT
parents a1f31484 1384b638
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import "pe" import "pe"
rule RSharedStrings : Surtr Family { private rule RSharedStrings : Surtr Family {
meta: meta:
description = "identifiers for remote and gmremote" description = "identifiers for remote and gmremote"
author = "Katie Kleemola" author = "Katie Kleemola"
...@@ -24,7 +24,7 @@ rule RSharedStrings : Surtr Family { ...@@ -24,7 +24,7 @@ rule RSharedStrings : Surtr Family {
} }
rule RemoteStrings : Remote Variant Surtr Family { private rule RemoteStrings : Remote Variant Surtr Family {
meta: meta:
description = "indicators for remote.dll - surtr stage 2" description = "indicators for remote.dll - surtr stage 2"
author = "Katie Kleemola" author = "Katie Kleemola"
...@@ -39,7 +39,7 @@ rule RemoteStrings : Remote Variant Surtr Family { ...@@ -39,7 +39,7 @@ rule RemoteStrings : Remote Variant Surtr Family {
any of them any of them
} }
rule GmRemoteStrings : GmRemote Variant Family Surtr { private rule GmRemoteStrings : GmRemote Variant Family Surtr {
meta: meta:
description = "identifiers for gmremote: surtr stage 2" description = "identifiers for gmremote: surtr stage 2"
author = "Katie Kleemola" author = "Katie Kleemola"
......
...@@ -279,7 +279,7 @@ rule JavaDropper : RAT ...@@ -279,7 +279,7 @@ rule JavaDropper : RAT
date = "2015/10" date = "2015/10"
ref = "http://malwareconfig.com/stats/AlienSpy" ref = "http://malwareconfig.com/stats/AlienSpy"
maltype = "Remote Access Trojan" maltype = "Remote Access Trojan"
filetype = "exe" filetype = "jar"
strings: strings:
$jar = "META-INF/MANIFEST.MF" $jar = "META-INF/MANIFEST.MF"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment