SigmaHQ/rules/windows/sysmon/sysmon_susp_regsvr32_anomalies.yml
2017-04-16 12:02:29 +02:00

22 lines
472 B
YAML

title: Regsvr32 Anomaly
status: experimental
description: Detects various anomalies in relation to regsvr32.exe
author: Florian Roth
logsource:
product: windows
service: sysmon
detection:
selection1:
EventID: 1
Image: '*\regsvr32.exe'
CommandLine: '*\Temp\*'
selection2:
EventID: 1
Image: '*\regsvr32.exe'
ParentImage: '*\powershell.exe'
condition: any of them
falsepositives:
- Unknown
level: high