0aad498425
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
24 lines
669 B
YAML
24 lines
669 B
YAML
title: Lolbin Defaultpack.exe Use As Proxy
|
|
id: b2309017-4235-44fe-b5af-b15363011957
|
|
status: experimental
|
|
description: Detect usage of the "defaultpack.exe" binary as a proxy to launch other programs
|
|
references:
|
|
- https://lolbas-project.github.io/lolbas/OtherMSBinaries/DefaultPack/
|
|
- https://www.echotrail.io/insights/search/defaultpack.exe
|
|
author: frack113
|
|
date: 2022/12/31
|
|
tags:
|
|
- attack.t1218
|
|
- attack.defense_evasion
|
|
- attack.execution
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
ParentImage|endswith: '\defaultpack.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|