SigmaHQ/rules/windows/registry_event/sysmon_apt_pandemic.yml

40 lines
888 B
YAML
Raw Normal View History

2020-06-10 14:32:30 +00:00
action: global
title: Pandemic Registry Key
id: 47e0852a-cf81-4494-a8e6-31864f8c86ed
status: experimental
description: Detects Pandemic Windows Implant
references:
- https://wikileaks.org/vault7/#Pandemic
- https://twitter.com/MalwareJake/status/870349480356454401
tags:
- attack.lateral_movement
- attack.t1105
author: Florian Roth
date: 2017/06/01
fields:
- EventID
- CommandLine
- ParentCommandLine
- Image
- User
- TargetObject
falsepositives:
- unknown
level: critical
---
logsource:
category: registry_event
product: windows
detection:
selection1:
2020-07-16 06:48:32 +00:00
TargetObject|contains: '\SYSTEM\CurrentControlSet\services\null\Instance'
2020-06-24 16:10:58 +00:00
condition: 1 of them
2020-06-10 14:32:30 +00:00
---
logsource:
category: process_creation
product: windows
detection:
selection2:
2020-07-16 06:48:32 +00:00
CommandLine|contains: 'loaddll -a '
2020-06-24 16:10:58 +00:00
condition: 1 of them