mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
31 lines
882 B
YAML
31 lines
882 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
|
|
selection2:
|
|
- TargetObject:
|
|
- 'HKLM\HARDWARE\{804423C2-F490-4ac3-BFA5-13DEDE63A71A}'
|
|
- 'HKLM\HARDWARE\{A5124AF5-DF23-49bf-B0ED-A18ED3DEA027}'
|
|
- 'HKLM\HARDWARE\{2DB80286-1784-48b5-A751-B6ED1F490303}'
|
|
- TargetObject|startswith:
|
|
- 'HKLM\SYSTEM\Setup\PrintResponsor\'
|
|
condition: selection and selection2
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|