Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 24f93b8

Browse files
authored
Create WastedLocker.csl
1 parent 28445d5 commit 24f93b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Campaigns/WastedLocker.csl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
///////////////////////////////////////////////////////
2+
// This query identifies the launch pattern associated
3+
// with wastedlocker ransomware.
4+
// reference writeup: https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/wastedlocker-ransomware-us
5+
///////////////////////////////////////////////////////
6+
DeviceProcessEvents
7+
| where InitiatingProcessFileName =~ 'wscript.exe' and FileName =~ 'powershell.exe' and InitiatingProcessCommandLine matches regex @"(?i)\\chrome\.update\..+?\.js"

0 commit comments

Comments
 (0)