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

Commit 3bc695d

Browse files
authored
Merge pull request #201 from microsoft/mjmelone-patch-37
Create WastedLocker.csl
2 parents 032e0bf + 24f93b8 commit 3bc695d

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)