Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_defaultpack.yml
T
frack113 0aad498425 Last lolbin (#3845)
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
2022-12-31 19:53:44 +01:00

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