LOLBAS/yml/OSScripts/pester.yml

27 lines
931 B
YAML
Raw Normal View History

2018-06-09 00:15:06 +02:00
---
Name: Pester.bat
Description: Used as part of the Powershell pester
Author: 'Oddvar Moe'
Created: 2018-05-25
2018-06-09 00:15:06 +02:00
Commands:
2021-03-09 14:56:47 +01:00
- Command: Pester.bat [/help|?|-?|/?] "$null; notepad"
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:
- Path: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin\Pester.bat
- Path: c:\Program Files\WindowsPowerShell\Modules\Pester\*\bin\Pester.bat
Code_Sample:
- Code:
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_pester.yml
2018-06-09 00:15:06 +02:00
Resources:
- Link: https://twitter.com/Oddvarmoe/status/993383596244258816
Acknowledgement:
- Person: Emin Atac
Handle: '@p0w3rsh3ll'
---