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
791706f1
Commit
791706f1
authored
6 years ago
by
Your Mom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new rule for hancitor botnet malware
parent
af2f40f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
MALW_hancitor.yar
malware/MALW_hancitor.yar
+27
-0
No files found.
malware/MALW_hancitor.yar
0 → 100644
View file @
791706f1
rule hancitor {
meta:
description = "Memory string yara for Hancitor"
author = "J from THL <j@techhelplist.com>"
reference1 = "https://researchcenter.paloaltonetworks.com/2018/02/threat-brief-hancitor-actors/"
reference2 = "https://www.virustotal.com/#/file/43e17f30b78c085e9bda8cadf5063cd5cec9edaa7441594ba1fe51391cc1c486/"
reference3 = "https://www.virustotal.com/#/file/d135f03b9fdc709651ac9d0264e155c5580b072577a8ff24c90183b126b5e12a/"
date = "2018-09-18"
maltype1 = "Botnet"
filetype = "memory"
strings:
$a = "GUID=" ascii
$b = "&BUILD=" ascii
$c = "&INFO=" ascii
$d = "&IP=" ascii
$e = "&TYPE=" ascii
$f = "php|http" ascii
$g = "GUID=%I64u&BUILD=%s&INFO=%s&IP=%s&TYPE=1&WIN=%d.%d" ascii fullword
condition:
5 of ($a,$b,$c,$d,$e,$f) or $g
}
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