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
fac751cf
Unverified
Commit
fac751cf
authored
Sep 01, 2018
by
Marc Rivero López
Committed by
GitHub
Sep 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create RANSOM_Pico
parent
e2a42bc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
RANSOM_Pico
malware/RANSOM_Pico
+27
-0
No files found.
malware/RANSOM_Pico
0 → 100644
View file @
fac751cf
rule pico_ransomware {
meta:
description = "Rule to detect Pico Ransomware"
author = "Marc Rivero | @seifreed"
reference = "https://twitter.com/siri_urz/status/1035138577934557184"
strings:
$s1 = "C:\\Users\\rikfe\\Desktop\\Ransomware\\ThanatosSource\\Release\\Ransomware.pdb" fullword ascii
$s2 = "\\Downloads\\README.txt" fullword ascii
$s3 = "\\Music\\README.txt" fullword ascii
$s4 = "\\Videos\\README.txt" fullword ascii
$s5 = "\\Pictures\\README.txt" fullword ascii
$s6 = "\\Desktop\\README.txt" fullword ascii
$s7 = "\\Documents\\README.txt" fullword ascii
$s8 = "/c taskkill /im " fullword ascii
$s9 = "\\AppData\\Roaming\\" fullword ascii
$s10 = "gMozilla/5.0 (Windows NT 6.1) Thanatos/1.1" fullword wide
$s11 = "AppData\\Roaming" fullword ascii
$s12 = "\\Downloads" fullword ascii
$s13 = "operator co_await" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 700KB ) and 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