2020-08-13 07:04:03 +02:00
|
|
|
---
|
2020-08-24 09:51:48 +02:00
|
|
|
Name: Pktmon.exe
|
2020-08-13 07:04:03 +02:00
|
|
|
Description: Capture Network Packets on the windows 10 with October 2018 Update or later.
|
2020-08-24 09:51:48 +02:00
|
|
|
Author: 'Derek Johnson'
|
2020-08-13 07:04:03 +02:00
|
|
|
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
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1040
|
|
|
|
OperatingSystem: Windows 10 1809 and later
|
2020-08-24 09:51:48 +02:00
|
|
|
- Command: pktmon.exe filter add -p 445
|
2020-08-13 07:04:03 +02:00
|
|
|
Description: Select Desired ports for packet capture
|
|
|
|
Usecase: Look for interesting traffic such as telent or FTP
|
|
|
|
Category: Reconnaissance
|
|
|
|
Privileges: Administrator
|
|
|
|
MitreID: T1040
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1040
|
|
|
|
OperatingSystem: Windows 10 1809 and later
|
|
|
|
Full_Path:
|
|
|
|
- Path: c:\windows\system32\pktmon.exe
|
|
|
|
- Path: c:\windows\syswow64\pktmon.exe
|
|
|
|
Code_Sample:
|
2020-08-24 09:51:48 +02:00
|
|
|
- Code:
|
2020-08-13 07:04:03 +02:00
|
|
|
Detection:
|
|
|
|
- IOC: .etl files found on system
|
|
|
|
Resources:
|
|
|
|
- Link: https://binar-x79.com/windows-10-secret-sniffer/
|
|
|
|
Acknowledgement:
|
2020-08-24 09:51:48 +02:00
|
|
|
- Person: Derek Johnson
|
|
|
|
Handle: ''
|
2020-08-13 07:04:03 +02:00
|
|
|
---
|