mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
34 lines
828 B
YAML
34 lines
828 B
YAML
title: Regsvr32 Command Line Without DLL
|
|
id: 50919691-7302-437f-8e10-1fe088afa145
|
|
status: experimental
|
|
description: Detects a regsvr.exe execution that doesn't contain a DLL in the command line
|
|
author: Florian Roth
|
|
date: 2019/07/17
|
|
modified: 2021/07/20
|
|
references:
|
|
- https://app.any.run/tasks/34221348-072d-4b70-93f3-aa71f6ebecad/
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.execution
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
ParentImage|endswith: '\regsvr32.exe'
|
|
filter:
|
|
CommandLine|contains:
|
|
- '.dll'
|
|
- '.ocx'
|
|
- '.cpl'
|
|
- '.ax'
|
|
- '.bav'
|
|
- '.ppl'
|
|
condition: selection and not filter
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|