mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
4f83231697
* Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> --------- Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com>
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
---
|
|
Name: Pktmon.exe
|
|
Description: Capture Network Packets on the windows 10 with October 2018 Update or later.
|
|
Author: 'Derek Johnson'
|
|
Created: 2020-08-12
|
|
Commands:
|
|
- Command: pktmon.exe start --etw
|
|
Description: Will start a packet capture and store log file as PktMon.etl. Use pktmon.exe stop
|
|
Usecase: use this a built in network sniffer on windows 10 to capture senstive traffic
|
|
Category: Reconnaissance
|
|
Privileges: Administrator
|
|
MitreID: T1040
|
|
OperatingSystem: Windows 10 1809 and later, Windows 11
|
|
- Command: pktmon.exe filter add -p 445
|
|
Description: Select Desired ports for packet capture
|
|
Usecase: Look for interesting traffic such as telent or FTP
|
|
Category: Reconnaissance
|
|
Privileges: Administrator
|
|
MitreID: T1040
|
|
OperatingSystem: Windows 10 1809 and later, Windows 11
|
|
Full_Path:
|
|
- Path: c:\windows\system32\pktmon.exe
|
|
- Path: c:\windows\syswow64\pktmon.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_lolbin_pktmon.yml
|
|
- IOC: .etl files found on system
|
|
Resources:
|
|
- Link: https://binar-x79.com/windows-10-secret-sniffer/
|
|
Acknowledgement:
|
|
- Person: Derek Johnson
|
|
Handle: ''
|