2017-04-16 10:02:29 +00:00
|
|
|
title: Regsvr32 Anomaly
|
|
|
|
status: experimental
|
|
|
|
description: Detects various anomalies in relation to regsvr32.exe
|
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
2017-06-07 09:43:25 +00:00
|
|
|
# Loads from Temp folder
|
2017-04-16 10:02:29 +00:00
|
|
|
selection1:
|
|
|
|
EventID: 1
|
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
CommandLine: '*\Temp\*'
|
2017-06-07 09:43:25 +00:00
|
|
|
# Loaded by powershell
|
2017-04-16 10:02:29 +00:00
|
|
|
selection2:
|
|
|
|
EventID: 1
|
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
ParentImage: '*\powershell.exe'
|
2017-06-07 09:43:25 +00:00
|
|
|
# Regsvr32.exe used with http(s) address
|
|
|
|
selection3:
|
|
|
|
EventID: 1
|
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
Commandline: '/i:http'
|
|
|
|
condition: selection1 or selection2 or selection3
|
2017-04-16 10:02:29 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
|
|
|
|