Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_defaultpack.yml
T
github-actions[bot] a6e7cce606 Merge PR #4533 from @nasbench - Promote experimental rules
chore: promote older rules status from `experimental` to `test`

---------

Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
2023-11-02 10:48:45 +01:00

24 lines
659 B
YAML

title: Lolbin Defaultpack.exe Use As Proxy
id: b2309017-4235-44fe-b5af-b15363011957
status: test
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