Connections
netstat -b
Display the executable responsible for each connection.
Explanation
Netstat -b attempts to show which executable owns each connection on Windows. It can require an elevated terminal.
Syntax
netstat -b
Show owning executables
[chrome.exe] TCP 192.168.0.27:5050 142.250.190.14:443 ESTABLISHED
Use this to connect network activity to a specific app.