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
5cd16d32
Unverified
Commit
5cd16d32
authored
6 years ago
by
Marc Rivero López
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create RANSOM_screenlocker_5h311_1nj3c706
parent
73d84225
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
RANSOM_screenlocker_5h311_1nj3c706
malware/RANSOM_screenlocker_5h311_1nj3c706
+24
-0
No files found.
malware/RANSOM_screenlocker_5h311_1nj3c706
0 → 100644
View file @
5cd16d32
rule screenlocker_5h311_1nj3c706 {
meta:
description = "Rule to detect the screenlocker 5h311_1nj3c706"
author = "Marc Rivero | @seifreed"
reference = "https://twitter.com/demonslay335/status/1038060120461266944"
strings:
$s1 = "C:\\Users\\Hoang Nam\\source\\repos\\WindowsApp22\\WindowsApp22\\obj\\Debug\\WindowsApp22.pdb" fullword ascii
$s2 = "cmd.exe /cREG add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\ActiveDesktop /v NoChangingWallPaper /t REG_DWOR" wide
$s3 = "C:\\Users\\file1.txt" fullword wide
$s4 = "C:\\Users\\file2.txt" fullword wide
$s5 = "C:\\Users\\file.txt" fullword wide
$s6 = " /v Wallpaper /t REG_SZ /d %temp%\\IMG.jpg /f" fullword wide
$s7 = " /v DisableAntiSpyware /t REG_DWORD /d 1 /f" fullword wide
$s8 = "All your file has been locked. You must pay money to have a key." fullword wide
$s9 = "After we receive Bitcoin from you. We will send key to your email." fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 200KB ) and all 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