mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
22 lines
472 B
YAML
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
|
|
|