mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
33 lines
861 B
YAML
33 lines
861 B
YAML
title: Pandemic Registry Key
|
|
status: experimental
|
|
description: Detects Pandemic Windows Implant
|
|
reference:
|
|
- https://wikileaks.org/vault7/#Pandemic
|
|
- https://twitter.com/MalwareJake/status/870349480356454401
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection1:
|
|
EventID: 13
|
|
TargetObject:
|
|
- '\REGISTRY\MACHINE\SYSTEM\CurrentControlSet\services\null\Instance*'
|
|
- '\REGISTRY\MACHINE\SYSTEM\ControlSet001\services\null\Instance*'
|
|
- '\REGISTRY\MACHINE\SYSTEM\ControlSet002\services\null\Instance*'
|
|
selection2:
|
|
EventID: 1
|
|
Command: 'loaddll -a *'
|
|
condition: selection1 or selection2
|
|
fields:
|
|
- EventID
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
- Image
|
|
- User
|
|
- TargetObject
|
|
falsepositives:
|
|
- unknown
|
|
level: critical
|
|
|