.. /Pktmon.exe
Star

Reconnaissance

Capture Network Packets on the windows 10 with October 2018 Update or later.


Paths:

Resources:
Acknowledgements:

Detection:

Reconnaissance

  1. Will start a packet capture and store log file as PktMon.etl. Use pktmon.exe stop

    pktmon.exe start --etw
    Use case
    use this a built in network sniffer on windows 10 to capture senstive traffic
    Privileges required
    Administrator
    Operating systems
    Windows 10 1809 and later, Windows 11
    ATT&CK® technique
    T1040
  2. Select Desired ports for packet capture

    pktmon.exe filter add -p 445
    Use case
    Look for interesting traffic such as telent or FTP
    Privileges required
    Administrator
    Operating systems
    Windows 10 1809 and later, Windows 11
    ATT&CK® technique
    T1040