Security News > 2020 > December > Hands on with Windows 10's built-in Pktmon network monitor

With the Windows 10 October 2018 update release, Microsoft had quietly added a built-in command-line network packet sniffer called Pktmon to Windows 10.
Compared to a network monitor with a graphical user interface, the command-line interface of Pktmon takes a bit more time to get used to it.
Before you can monitor packets, you first need to create filters using the pktmon filter add command, which specifies what traffic you want to monitor.
You can monitor all the network traffic on your network using the pktmon filter add -i 192.168.1.0/24 command or monitor DNS traffic using pktmon filter add -t UDP -p 53.
You can also specify the specific network interface to monitor using the -c argument followed by an interface index ID. For a list of network interfaces and their index IDs, you can use the pktmon comp list command.
News URL
Related news
- Windows 10 KB5049981 update released with new BYOVD blocklist (source)
- Microsoft ends support for Office apps on Windows 10 in October (source)
- Windows 11 24H2 now also offered to all eligible Windows 10 PCs (source)
- January Windows 10 preview update force installs new Outlook (source)
- Windows 10 KB5051974 update force installs new Microsoft Outlook app (source)
- Windows 10 KB5052077 update fixes broken SSH connections (source)