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
8910035e
Commit
8910035e
authored
Jun 15, 2017
by
mmorenog
Committed by
GitHub
Jun 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #244 from Bondey/master
added apt28 downdelph rules
parents
fd0003cb
b38b0d1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
APT_fancybear_downdelph.yar
malware/APT_fancybear_downdelph.yar
+24
-0
No files found.
malware/APT_fancybear_downdelph.yar
0 → 100644
View file @
8910035e
rule APT_fancybear_Downdelph_magic : Bootkit{
meta:
author = "Marc Salinas @Bondey_m"
description = "APT28 downdelph magic string"
reference = "https://www.threatminer.org/_reports/2016/eset-sednit-part3%20-%20ESET.pdf#viewer.action=download"
strings:
$str1 = " :3 "
condition:
$str1 at 0
}
rule APT_fancybear_Downdelph_MBR : Bootkit{
meta:
author = "Marc Salinas @Bondey_m"
description = "APT28 downdelph string on MBR (get your MBR with BOOTICE on Win or #dd if=/dev/sda of=./sda.mbr bs=512 count=1"
reference = "https://www.threatminer.org/_reports/2016/eset-sednit-part3%20-%20ESET.pdf#viewer.action=download"
strings:
$s1 = { 20 3A 33 20 } //string " :3 "
condition:
$s1 at 411 //posición 0x19b
}
\ No newline at end of file
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