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
40e4ca29
Unverified
Commit
40e4ca29
authored
Feb 06, 2018
by
mmorenog
Committed by
GitHub
Feb 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #301 from mikesxrs/patch-13
Update RANSOM_Petya_MS17_010
parents
b7acb6ca
b2272229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
RANSOM_Petya_MS17_010
malware/RANSOM_Petya_MS17_010
+19
-0
No files found.
malware/RANSOM_Petya_MS17_010
View file @
40e4ca29
...
...
@@ -73,3 +73,22 @@ condition:
and 9 of ($functions*)
and 7 of ($cmd*)
}
rule petya_eternalblue : petya_eternalblue {
meta:
author = "blueliv"
description = "Based on spreading petya version: 2017-06-28"
reference = "https://blueliv.com/petya-ransomware-cyber-attack-is-spreading-across-the-globe-part-2/"
strings:
/* Some commands executed by the Petya variant */
$cmd01 = "schtasks %ws/Create /SC once /TN \"\" /TR \"%ws\" /ST %02d:%0" wide
$cmd02 = "shutdown.exe /r /f" wide
$cmd03 = "%s \\\\%s -accepteula -s" wide
$cmd04 = "process call create \"C:\\Windows\\System32\\rundll32.exe \\\"C:\\Windows\\%s\\\" #1" wide
/* Strings of encrypted files */
$str01 = "they have been encrypted. Perhaps you are busy looking" wide
/* MBR/VBR payload */
$mbr01 = {00 00 00 55 aa e9 ?? ??}
condition:
all of them
}
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