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
3dd82a01
Commit
3dd82a01
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_Ke3Chang_TidePool.yar
parent
7fbbf7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
21 deletions
+26
-21
APT_Ke3Chang_TidePool.yar
malware/APT_Ke3Chang_TidePool.yar
+26
-21
No files found.
malware/APT_Ke3Chang_TidePool.yar
View file @
3dd82a01
...
...
@@ -10,26 +10,31 @@
Identifier: TidePool (Ke3chang)
*/
rule TidePool_Malware : Ke3Chang {
meta:
description = "Detects TidePool malware mentioned in Ke3chang report by Palo Alto Networks"
author = "Florian Roth"
reference = "http://goo.gl/m2CXWR"
date = "2016-05-24"
hash1 = "9d0a47bdf00f7bd332ddd4cf8d95dd11ebbb945dda3d72aac512512b48ad93ba"
hash2 = "67c4e8ab0f12fae7b4aeb66f7e59e286bd98d3a77e5a291e8d58b3cfbc1514ed"
hash3 = "2252dcd1b6afacde3f94d9557811bb769c4f0af3cb7a48ffe068d31bb7c30e18"
hash4 = "38f2c86041e0446730479cdb9c530298c0c4936722975c4e7446544fd6dcac9f"
hash5 = "9d0a47bdf00f7bd332ddd4cf8d95dd11ebbb945dda3d72aac512512b48ad93ba"
strings:
$x1 = "Content-Disposition: form-data; name=\"m1.jpg\"" fullword ascii
$x2 = "C:\\PROGRA~2\\IEHelper\\mshtml.dll" fullword wide
$x3 = "C:\\DOCUME~1\\ALLUSE~1\\IEHelper\\mshtml.dll" fullword wide
$x4 = "IEComDll.dat" fullword ascii
/* APTKe3chang */
$s1 = "Content-Type: multipart/form-data; boundary=----=_Part_%x" fullword wide
$s2 = "C:\\Windows\\System32\\rundll32.exe" fullword wide
$s3 = "network.proxy.socks_port\", " fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 200KB and ( 1 of ($x*) ) ) or ( 4 of them )
rule TidePool_Malware
{
meta:
description = "Detects TidePool malware mentioned in Ke3chang report by Palo Alto Networks"
author = "Florian Roth"
reference = "http://goo.gl/m2CXWR"
date = "2016-05-24"
hash1 = "9d0a47bdf00f7bd332ddd4cf8d95dd11ebbb945dda3d72aac512512b48ad93ba"
hash2 = "67c4e8ab0f12fae7b4aeb66f7e59e286bd98d3a77e5a291e8d58b3cfbc1514ed"
hash3 = "2252dcd1b6afacde3f94d9557811bb769c4f0af3cb7a48ffe068d31bb7c30e18"
hash4 = "38f2c86041e0446730479cdb9c530298c0c4936722975c4e7446544fd6dcac9f"
hash5 = "9d0a47bdf00f7bd332ddd4cf8d95dd11ebbb945dda3d72aac512512b48ad93ba"
strings:
$x1 = "Content-Disposition: form-data; name=\"m1.jpg\"" fullword ascii
$x2 = "C:\\PROGRA~2\\IEHelper\\mshtml.dll" fullword wide
$x3 = "C:\\DOCUME~1\\ALLUSE~1\\IEHelper\\mshtml.dll" fullword wide
$x4 = "IEComDll.dat" fullword ascii
$s1 = "Content-Type: multipart/form-data; boundary=----=_Part_%x" fullword wide
$s2 = "C:\\Windows\\System32\\rundll32.exe" fullword wide
$s3 = "network.proxy.socks_port\", " fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 200KB and ( 1 of ($x*) ) ) or ( 4 of them )
}
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