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
2b745861
Commit
2b745861
authored
8 years ago
by
Marc Rivero López
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update APT_Mirage.yar
parent
68c8af64
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
APT_Mirage.yar
malware/APT_Mirage.yar
+4
-3
No files found.
malware/APT_Mirage.yar
View file @
2b745861
...
...
@@ -5,7 +5,7 @@
import "pe"
rule MirageStrings
: Mirage Family
rule MirageStrings
{
meta:
description = "Mirage Identifying Strings"
...
...
@@ -20,7 +20,7 @@ rule MirageStrings : Mirage Family
any of them
}
rule Mirage
: Family
rule Mirage
{
meta:
description = "Mirage"
...
...
@@ -31,7 +31,7 @@ rule Mirage : Family
MirageStrings
}
rule Mirage_APT
: APT Backdoor Rat
rule Mirage_APT
{
meta:
Author = "Silas Cutler"
...
...
@@ -48,3 +48,4 @@ rule Mirage_APT : APT Backdoor Rat
condition:
(($a1 or $a2) or $b) and $c
}
This diff is collapsed.
Click to expand it.
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