mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
60 lines
1.7 KiB
YAML
60 lines
1.7 KiB
YAML
title: Regsvr32 Anomaly
|
|
id: 8e2b24c9-4add-46a0-b4bb-0057b4e6187d
|
|
status: experimental
|
|
description: Detects various anomalies in relation to regsvr32.exe
|
|
author: Florian Roth, oscd.community
|
|
date: 2019/01/16
|
|
modified: 2021/07/18
|
|
references:
|
|
- https://subt0x10.blogspot.de/2017/04/bypass-application-whitelisting-script.html
|
|
- https://app.any.run/tasks/34221348-072d-4b70-93f3-aa71f6ebecad/
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1218.010
|
|
- attack.execution # an old one
|
|
- attack.t1117 # an old one
|
|
- car.2019-04-002
|
|
- car.2019-04-003
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
Image|endswith: '\regsvr32.exe'
|
|
CommandLine|contains: '\Temp\'
|
|
selection2:
|
|
Image|endswith: '\regsvr32.exe'
|
|
ParentImage|endswith: '\powershell.exe'
|
|
selection3:
|
|
Image|endswith: '\regsvr32.exe'
|
|
ParentImage|endswith: '\cmd.exe'
|
|
selection4:
|
|
Image|endswith: '\regsvr32.exe'
|
|
CommandLine|contains|all:
|
|
- '/i:'
|
|
CommandLine|contains:
|
|
- 'http'
|
|
- 'ftp'
|
|
CommandLine|endswith: 'scrobj.dll'
|
|
selection5:
|
|
Image|endswith: '\wscript.exe'
|
|
ParentImage|endswith: '\regsvr32.exe'
|
|
selection6:
|
|
Image|endswith: '\EXCEL.EXE'
|
|
CommandLine|contains: '..\..\..\Windows\System32\regsvr32.exe '
|
|
selection7:
|
|
ParentImage|endswith: '\mshta.exe'
|
|
Image|endswith: '\regsvr32.exe'
|
|
selection8:
|
|
Image|endswith: '\regsvr32.exe'
|
|
CommandLine|contains:
|
|
- '\AppData\Local'
|
|
- 'C:\Users\Public'
|
|
condition: 1 of them
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|