Pktmon.exe

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

Full path

c:\windows\system32\pktmon.exe
c:\windows\syswow64\pktmon.exe

Commands

  1. ReconnaissanceAdministrator T1040

    use this a built in network sniffer on windows 10 to capture senstive traffic

    pktmon.exe start --etw

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

    os: Windows 10 1809 and later, Windows 11

  2. ReconnaissanceAdministrator T1040

    Look for interesting traffic such as telent or FTP

    pktmon.exe filter add -p 445

    Select Desired ports for packet capture

    os: Windows 10 1809 and later, Windows 11

Detection

Resources

acknowledgement: Derek Johnson