Get TCP connections from processes
Microsoft exposes the TCP socket table per process through WMI. The Powershell command is:gwmi -Class MSFT_NetTcpConnection -Namespace Root\StandardCimv2 If we could scan that as well and link it to other assets by their IP address, we could generate...