197615345b
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
25 lines
693 B
YAML
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
|