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
8f91f125
Commit
8f91f125
authored
Sep 17, 2018
by
Colin Cowie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MenuPass Maldoc rule added
parent
5cd16d32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
Maldoc_APT10_MenuPass.yar
Malicious_Documents/Maldoc_APT10_MenuPass.yar
+30
-0
No files found.
Malicious_Documents/Maldoc_APT10_MenuPass.yar
0 → 100644
View file @
8f91f125
/*
Yara Rule Set
Author: Colin Cowie
Date: 2018-09-13
Identifier: APT 10 (MenuPass)
Reference: https://www.us-cert.gov/ncas/alerts/TA17-117A
*/
/* Rule Set ----------------------------------------------------------------- */
import "hash"
rule Maldoc_APT10_MenuPass {
meta:
description = "Detects APT10 MenuPass Phishing"
author = "Colin Cowie"
reference = "https://www.fireeye.com/blog/threat-research/2018/09/apt10-targeting-japanese-corporations-using-updated-ttps.html"
date = "2018-09-13"
strings:
$s1 = "C:\\ProgramData\\padre1.txt"
$s2 = "C:\\ProgramData\\padre2.txt"
$s3 = "C:\\ProgramData\\padre3.txt"
$s5 = "C:\\ProgramData\\libcurl.txt"
$s6 = "C:\\ProgramData\\3F2E3AB9"
condition:
any of them or
hash.md5(0, filesize) == "4f83c01e8f7507d23c67ab085bf79e97" or
hash.md5(0, filesize) == "f188936d2c8423cf064d6b8160769f21" or
hash.md5(0, filesize) == "cca227f70a64e1e7fcf5bccdc6cc25dd"
}
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