Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_unregmp2.yml
T
frack113 197615345b Add missing lolbin OSBinaries (#3835)
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
2022-12-29 14:36:33 +01:00

25 lines
693 B
YAML

title: Lolbin Unregmp2.exe Use As Proxy
id: 727454c0-d851-48b0-8b89-385611ab0704
status: experimental
description: Detect usage of the "unregmp2.exe" binary as a proxy to launch a custom version of "wmpnscfg.exe"
references:
- https://lolbas-project.github.io/lolbas/Binaries/Unregmp2/
author: frack113
date: 2022/12/29
tags:
- attack.defense_evasion
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: '\unregmp2.exe'
- OriginalFileName: 'unregmp2.exe'
selection_cmd:
CommandLine|contains: ' /HideWMP'
condition: all of selection_*
falsepositives:
- Unknown
level: medium