Start Trace Stop Trace Convert *.etl-File to *.pcapng for wireshark analysis Download etl2pcapng from here: https://github.com/microsoft/etl2pcapng Convert the file with the following command Other useful filters You can list filter options using:
Continue readingTag: netsh
Check Port used by System Process
Any service that uses the HTTP API in Windows will effectively be handled by the SYSTEM process, so you cannot just look up the process with netstat -ano and kill it. To view the webservices runing inside the SYSTEM process run the following command
Continue readingWindows: Create Firewall Rules using cmd
Syntax Block program (executable) Allow port
Continue reading