mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
18 lines
404 B
YAML
18 lines
404 B
YAML
|
title: LockerGoga Ransomware
|
||
|
description: Detects LockaerGoga ransomware
|
||
|
references:
|
||
|
- https://abuse.io/lockergoga.txt
|
||
|
author: Florian Roth
|
||
|
date: 2019/03/22
|
||
|
tags:
|
||
|
- attack.execution
|
||
|
- attack.t1064
|
||
|
level: high
|
||
|
logsource:
|
||
|
category: process_creation
|
||
|
product: windows
|
||
|
detection:
|
||
|
selection:
|
||
|
CommandLine: '* cl Microsoft-Windows-WMI-Activity/Trace'
|
||
|
condition: selection
|