Netstat -b


  1. Posts : 92
    Windows 7 Professional x64
       #1

    Netstat -b


    Hi.

    I used the command netstat -b in the command prompt and I got a bunch of text that I don't know what it is. (I closed down all internet connections first, such as steam, web browser, etc.)
    Could you guys help me find out what these things are?

    Here's what it looks like:



    Prot. Lokal adress Extern adress Status
    [System]
    TCP 192.168.***** 213-155-158-73:http TIME_WAIT
    TCP 192.168.***** 213-155-158-73:http FIN_WAIT_2
    [System]
    TCP 192.168.***** 213-155-158-73:http TIME_WAIT
    TCP 192.168.***** www-12-02-ash3:http TIME_WAIT
    TCP 192.168.***** channel-150-155:http TIME_WAIT
    TCP 192.168.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 195-12-231-50:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 199.7.79.171:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** 213-155-158-73:http TIME_WAIT
    TCP 192.168.1.***** www-12-02-ash3:http TIME_WAIT
    TCP 192.168.1.***** www-12-02-ash3:http TIME_WAIT
    TCP 192.168.1.***** 199.7.79.171:http FIN_WAIT_2
    [System]
    TCP 192.168.1.***** ip-69:http TIME_WAIT
    TCP 192.168.1.***** 193-45-3-138:http TIME_WAIT


    (I blanked out the local ip, just in case.)
      My Computer


  2. Posts : 2,528
    Windows 7 x64 Ultimate
       #2

    Those are a bunch of sockets that were going to web sites that are now cut off (probably ungracefully) and waiting to close after the sockets time out.

    If you do a netstat after a few minutes they should all be gone.

    Can't tell what program was originally opening them though... legitimate programs and nefarious programs alike can leave hung sockets quite often. When they are all gone, open your programs one at a time andyou can see what matches up if you want.

    The TIME_WAITs and FIN_WAITS are nothing to be worried about in themselves unless you had like thousands of them.

    [Edit] Or did you want to know specifically if anyone know what "System" process was opening them?[/edit]
    Last edited by fseal; 16 Jun 2011 at 18:01.
      My Computer


  3. Posts : 92
    Windows 7 Professional x64
    Thread Starter
       #3

    Thanks.

    I shut everything down, waited for about 20 mins and tried again.
    Now I got a few stuff (for example one saying steampowered - even though steam was offline.) They all said ESTABLISHED in the "status".
    One said: cdce:http as "external ip" -What's this?
      My Computer


  4. Posts : 2,528
    Windows 7 x64 Ultimate
       #4

    netstat abbreviates names when it can to maintain formatting. For example is you were connected to www.sevenforums.com it would just say "sevenforums:http". The name can also be a local MS network name as well. I.e. the name of another computer on your local network.

    If you want to know what the IP address is, do a netstat -bn. Then you'll get the IP addresses instead and you can do a reverse lookup on the IP address and get the full name using:
    nslookup <ipaddress>

    Though sometimes your default DNS server wont do reverse lookups, if it can't find the name and the address you got is not on your local network do a:
    nslookup <ipaddress> 8.8.8.8

    That will use Google's DNS to do the name lookup for you.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:09.
Find Us