[Legion Leak] Monitoring Outbound/Inbound Traffic on Your PC With Netstat 07-31-2013, 03:23 AM
#1
This post is leaked from the premium section of "Legion" on the competing hack forum. There will be 5 new leaks a day. There may be some format problems due to UTF8 character encoding.
(07-17-2013, 11:06 AM)Greyhat.Infiltrator Wrote:
Overview:
In this tutorial, I will demonstrate how to use the Netstat utility to determine what connections are currently active/established in our system.
In addition, this utility can be very handy for troubleshooting slow internet connection. For example, if you have too many established connections for no apparent reason, that could be a sign of malware infection.
The Netstat utility doesn't only display the status about the connections, but it also provide information on what process is making that connection.
Example of Active/Established connections:
In the screen shot above, you can see that the AvastSvc.exe and the Chrome.exe processes have established some connections. And each of those individual processes are connected to a different IP address.
Now let's get started:
- Open your command prompt.
- Then at the command prompt type
Code:netstat -help
The output of the command, should look like the screen below.
As you can see, the Netstat utility is very basic, easy to operate and it doesn't have many confusing options, like some advanced networking utilities do.
I hope you enjoy it, if you have any questions please feel free to ask me.