V
V
VirusesAnalystCoder2020-06-12 18:43:32
C++ / C#
VirusesAnalystCoder, 2020-06-12 18:43:32

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

1 answer(s)
V
VirusesAnalystCoder, 2020-06-12
@VirusesAnalystCoder

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 question

Ask a Question

731 491 924 answers to any question