mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
422b2bffd7
A backslash before a wildcard needs to be escaped with another backslash.
29 lines
822 B
YAML
29 lines
822 B
YAML
title: FlowCloud Malware
|
|
id: 5118765f-6657-4ddb-a487-d7bd673abbf1
|
|
status: experimental
|
|
description: Detects FlowCloud malware from threat group TA410.
|
|
references:
|
|
- https://www.proofpoint.com/us/blog/threat-insight/ta410-group-behind-lookback-attacks-against-us-utilities-sector-returns-new
|
|
author: NVISO
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1112
|
|
date: 2020/06/09
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 12 # key create
|
|
- 13 # value set
|
|
TargetObject:
|
|
- 'HKLM\HARDWARE\{804423C2-F490-4ac3-BFA5-13DEDE63A71A}'
|
|
- 'HKLM\HARDWARE\{A5124AF5-DF23-49bf-B0ED-A18ED3DEA027}'
|
|
- 'HKLM\HARDWARE\{2DB80286-1784-48b5-A751-B6ED1F490303}'
|
|
- 'HKLM\SYSTEM\Setup\PrintResponsor\\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|