Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
rules
Commits
f590ac80
Unverified
Commit
f590ac80
authored
Dec 28, 2020
by
Jaume Martin
Committed by
GitHub
Dec 28, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #390 from RandomRhythm/master
change file type comment from exe to jar for JavaDropper : RAT
parents
a1f31484
1384b638
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
MALW_Surtr.yar
malware/MALW_Surtr.yar
+3
-3
RAT_Ratdecoders.yar
malware/RAT_Ratdecoders.yar
+1
-1
No files found.
malware/MALW_Surtr.yar
View file @
f590ac80
...
@@ -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"
...
...
malware/RAT_Ratdecoders.yar
View file @
f590ac80
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment