mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
35 lines
855 B
YAML
35 lines
855 B
YAML
---
|
|
action: global
|
|
title: Sofacy Zebrocy
|
|
description: Detects Sofacy's Zebrocy malware execution
|
|
references:
|
|
- https://app.any.run/tasks/54acca9a-394e-4384-a0c8-91a96d36c81d
|
|
tags:
|
|
- attack.execution
|
|
- attack.g0020
|
|
- attack.t1059
|
|
author: Florian Roth
|
|
date: 2018/03/10
|
|
detection:
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
CommandLine: '*cmd.exe /c SYSTEMINFO & TASKLIST'
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
|
detection:
|
|
selection:
|
|
EventID: 4688
|
|
ProcessCommandLine: '*cmd.exe /c SYSTEMINFO & TASKLIST'
|