Answer the question
In order to leave comments, you need to log in
How to get internet activity from a process?
Hello.
I want to get all the requests for the sites that the program accesses. How can I do this?
There is an option to run netstat -a -o -n and parse it, but I don’t know how to do it correctly, so that it would be convenient to get the PID and IP + PORT on which the process is accessing.
Help me :D
Answer the question
In order to leave comments, you need to log in
Found a solution
Command for netstat:
netstat -aon | findstr PID
Will display all connections with the given PID
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question