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
5668b9cf
Commit
5668b9cf
authored
Nov 26, 2015
by
mmorenog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DarkComet.yar
parent
a558e3d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DarkComet.yar
malware/DarkComet.yar
+3
-3
No files found.
malware/DarkComet.yar
View file @
5668b9cf
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import "pe"
import "pe"
rule DarkComet_
2
rule DarkComet_
1
{
{
meta:
meta:
description = "DarkComet RAT"
description = "DarkComet RAT"
...
@@ -38,7 +38,7 @@ rule DarkComet_2
...
@@ -38,7 +38,7 @@ rule DarkComet_2
4 of ($bot*) or all of ($ddos*) or all of ($keylogger*) or all of ($shell*)
4 of ($bot*) or all of ($ddos*) or all of ($keylogger*) or all of ($shell*)
}
}
rule DarkComet : rat
rule DarkComet
_2
: rat
{
{
meta:
meta:
description = "DarkComet"
description = "DarkComet"
...
@@ -97,7 +97,7 @@ rule DarkComet_Keylogger_File
...
@@ -97,7 +97,7 @@ rule DarkComet_Keylogger_File
condition:
condition:
($magic at 0) and #entry > 10 and #timestamp > 10
($magic at 0) and #entry > 10 and #timestamp > 10
}
}
rule DarkComet
rule DarkComet
_4
{ meta:
{ meta:
reference = "https://github.com/bwall/bamfdetect/blob/master/BAMF_Detect/modules/yara/darkcomet.yara"
reference = "https://github.com/bwall/bamfdetect/blob/master/BAMF_Detect/modules/yara/darkcomet.yara"
strings:
strings:
...
...
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