February 2026
Intermediate to advanced
456 pages
17h 3m
English
In this section we will examine a few network utilities you can use in your network forensic examination.
Netstat -a will show all current connections. A user will panic at first because it will take a bit to run and will show a lot of connections. Many are private IP addresses on their own network. Others are communications with Microsoft, iTunes, etc.
Then netstat -b will show what executable is creating which connection.
The user can also export the data to a flat file to send you with
netstat -a > netstata.txt
netstat -b > netstatb.txt
Then you can see the data in FIGURE 11-2
FIGURE 11-2 netstat.
Used with permission ...
Read now
Unlock full access