Skip to content

Commit

Permalink
TA410 FlowCloud malware detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco Hofman committed Jun 9, 2020
1 parent 94b90ad commit 4ce3ea7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rules/windows/malware/win_mal_flowcloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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

0 comments on commit 4ce3ea7

Please sign in to comment.