Emerging Threatcriticaltest
Potential Maze Ransomware Activity
Detects specific process characteristics of Maze ransomware word document droppers
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems)Created Fri May 08Updated Mon Feb 1329fd07fc-9cfd-4331-b7fd-cc18dfa210522020
Emerging Threat
Active Threat
Developed to detect an active or emerging threat. Prioritize investigation of any alerts and correlate with threat intelligence.
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic3 selectors
detection:
# Dropper
selection1:
ParentImage|endswith: '\WINWORD.exe'
Image|endswith: '.tmp'
# Binary Execution
selection2:
Image|endswith: '\wmic.exe'
ParentImage|contains: '\Temp\'
CommandLine|endswith: 'shadowcopy delete'
# Specific Pattern
selection3:
CommandLine|endswith: 'shadowcopy delete'
CommandLine|contains: '\..\..\system32'
condition: 1 of selection*False Positives
Unlikely
False positives are unlikely for most environments. High confidence detection.
MITRE ATT&CK
Sub-techniques
Other
detection.emerging-threats
Rule Metadata
Rule ID
29fd07fc-9cfd-4331-b7fd-cc18dfa21052
Status
test
Level
critical
Type
Emerging Threat
Created
Fri May 08
Modified
Mon Feb 13
Path
rules-emerging-threats/2020/Malware/Maze/proc_creation_win_malware_maze_ransomware.yml
Raw Tags
attack.executionattack.t1204.002attack.t1047attack.impactattack.t1490detection.emerging-threats