Update pester.bat with an additional example

This commit is contained in:
Oddvar Moe 2022-08-23 15:44:57 +02:00
parent 8283d8d915
commit fdc1b2c827

View File

@ -11,6 +11,13 @@ Commands:
Privileges: User Privileges: User
MitreID: T1216 MitreID: T1216
OperatingSystem: Windows 10 OperatingSystem: Windows 10
- Command: Pester.bat ;calc.exe
Description: Execute code using Pester. The third parameter can be anything. The fourth is the payload. Example here executes notepad
Usecase: Proxy execution
Category: Execute
Privileges: User
MitreID: T1216
OperatingSystem: Windows 10
Full_Path: Full_Path:
- Path: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin\Pester.bat - Path: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin\Pester.bat
- Path: c:\Program Files\WindowsPowerShell\Modules\Pester\*\bin\Pester.bat - Path: c:\Program Files\WindowsPowerShell\Modules\Pester\*\bin\Pester.bat
@ -20,7 +27,10 @@ Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_pester.yml - Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_pester.yml
Resources: Resources:
- Link: https://twitter.com/Oddvarmoe/status/993383596244258816 - Link: https://twitter.com/Oddvarmoe/status/993383596244258816
- Link: https://twitter.com/_st0pp3r_/status/1560072680887525378
Acknowledgement: Acknowledgement:
- Person: Emin Atac - Person: Emin Atac
Handle: '@p0w3rsh3ll' Handle: '@p0w3rsh3ll'
- Person: Stamatis Chatzimangou
Handle: '@_st0pp3r_'
--- ---