Results 1 to 3 of 3

Thread: background connections question

  1. #1
    Custom Title Honors BuzzKillington's Avatar
    Join Date
    Dec 2008
    Posts
    2,492

    Default background connections question

    So I came across these instructions on logging internet connections running in the background.

    * Type cmd in your Windows Run box.
    * Type "netstat -b 5 > activity.txt" and press enter.
    * After say 2 minutes, press Ctrl+C.
    * Type "activity.txt" on the command line to open the log file in notepad (or your default text editor)

    I came up with about 20 results. Even stumble upon was running when I had nothing opened.

    PS3: CaptBuzzCooler

  2. #2
    Over 75 Custom PC's in 20 years TheGreatSatan's Avatar
    Join Date
    Apr 2005
    Location
    Southern IL
    Posts
    6,633

    Default Re: background connections question

    Maybe do a print screen so we could see?
    WH1T3 0U7
    *******************************
    Modified Thermaltake View 37
    Intel 9900K, MSI Z390A, 128GB (32GB x4) GSkill Royal 3200MHz, RTX 3080 Vision, EVGA Nu Audio, 1TB Silicon Power SSD, EVGA 1300G2, ID cooling 360mm AiO, LG 3440 x 1440


  3. #3
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: background connections question

    If you post the contents of that file, I might be able to tell you what's going on. OOC, where did you get those instructions? As far as I know throwing a '5' after the '-b' won't do anything. It won't break anything, but it won't do anything either. Here's the netstat help output:

    Code:
    C:\Users\x88x>netstat -h
    
    Displays protocol statistics and current TCP/IP network connections.
    
    NETSTAT [-a] [-b] [-e] [-f] [-n] [-o] [-p proto] [-r] [-s] [-t] [interval]
    
      -a            Displays all connections and listening ports.
      -b            Displays the executable involved in creating each connection or
                    listening port. In some cases well-known executables host
                    multiple independent components, and in these cases the
                    sequence of components involved in creating the connection
                    or listening port is displayed. In this case the executable
                    name is in [] at the bottom, on top is the component it called,
                    and so forth until TCP/IP was reached. Note that this option
                    can be time-consuming and will fail unless you have sufficient
                    permissions.
      -e            Displays Ethernet statistics. This may be combined with the -s
                    option.
      -f            Displays Fully Qualified Domain Names (FQDN) for foreign
                    addresses.
      -n            Displays addresses and port numbers in numerical form.
      -o            Displays the owning process ID associated with each connection.
      -p proto      Shows connections for the protocol specified by proto; proto
                    may be any of: TCP, UDP, TCPv6, or UDPv6.  If used with the -s
                    option to display per-protocol statistics, proto may be any of:
                    IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6.
      -r            Displays the routing table.
      -s            Displays per-protocol statistics.  By default, statistics are
                    shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6;
                    the -p option may be used to specify a subset of the default.
      -t            Displays the current connection offload state.
      interval      Redisplays selected statistics, pausing interval seconds
                    between each display.  Press CTRL+C to stop redisplaying
                    statistics.  If omitted, netstat will print the current
                    configuration information once.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •