Skip to main content

Questions tagged [netstat]

Netstat (network statistic) is a tool, common to Windows, Unix and Linux, used to obtain information about network connections (outbound and inbound), routing tables, and a range of information on the use of statistics the network interface. Netstat.exe command line that shows all open ports for Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

1 vote
2 answers
85 views

I am curious why I have all these connections upon using netstat -b. Can someone tell me if I have someone in my system please?

I am curious why I have all these connections upon using netstat -b. Can someone tell me if I have someone in my system please? C:\Windows\system32>netstat -b Active Connections Proto Local ...
user avatar
4 votes
0 answers
457 views

Is there a simple way to get per-protocol (i.e. IPv4/IPv6) statistics from netstat?

After a change of ISP, I've recently gotten IPv6 access, so I thought I'd play around a little with netstat to see if it's possible to get some kind of high-level per-protocol statistics from macOS ...
gmw's user avatar
  • 151
0 votes
0 answers
223 views

Ncat: Connection Refused when connecting on Linux server

I created a java application and ran it with docker inside a linux server XX.XX.XX.XX. That application should listen behind port 105 of that server. In fact, by executing the "netstat -an | grep ...
El_Merendero's user avatar
1 vote
1 answer
332 views

How can I add a timestamp to a monitored command (like "netstat") in Windows commandline?

Using netstat -aon | findstr /I "1234", I can monitor that this port is open, but there is an issue: this is what the result looks like: UDP 0.0.0.0:1234 *:* 5064 UDP 0.0.0.0:...
Dominique's user avatar
  • 2,281
1 vote
2 answers
6k views

Windows 10 - Close listening ports

I'm doing a securisation of a PC with windows 10. With the command: "netstat -aon" I get the list of all the active connections. For some requirements I have to close the open port 80 and ...
marco94's user avatar
  • 13
1 vote
1 answer
1k views

Netstat shows open ports. What services are listening?

Netstat (Windows 10) is showing certain services as "listening", but what service is listening on that port? Any insights much appreciated.
Antonio23249's user avatar
  • 1,031
0 votes
1 answer
99 views

backdoor infection scanning (some PID not showing)

I am trying to scan the connections established on my Windows 10 PC. I'm using the command (as admin) netstat -ano. It is working, and I am seeing some established connections. But when I'm looking ...
Charbel Eid's user avatar
3 votes
3 answers
3k views

How can I correctly check on what network interface SSH is listening on a Linux machine?

I am not a system engineer or a network expert (I am more a software developer) and I have the following problem that I have to solve. I am working on an Oracle Linux machine (basically it should be ...
AndreaNobili's user avatar
  • 7,201
-2 votes
1 answer
12k views

How to find open port on specific IP address in Windows 10?

At work, we connected print-server to a printer via USB, to make a printer network-available. Setting-up as network printer was successful, but at work, additionally we need to specify a port number. ...
Askar's user avatar
  • 133
0 votes
1 answer
476 views

netstat shows ESTABLISHED connection between same ip:port pair

I am on Windows Server 2016 Standard. See netstat output below (IP replaced): C:\Users\user>netstat -an|findstr "55559" TCP 1.2.3.4:55559 1.2.3.4:55559 ESTABLISHED What does ...
cly's user avatar
  • 101
0 votes
0 answers
177 views

Simplify NETSTAT monitoring output

I'm monitoring suspicious incoming connections using sudo watch -n 30 "netstat -antp" which provides more information than I need, so based on the answer I found here, I've tried to ...
marcusdavanco's user avatar
1 vote
1 answer
2k views

How can the same TCP port show in netstat as BOUND and ESTABLISHED in Windows?

I'm investigating an issue of port exhaustion in Windows, and the output of netstat shows many ports both as BOUND and ESTABLISHED ... TCP 10.0.1.9:64318 10.0.1.9:8400 ESTABLISHED ...
zentrunix's user avatar
  • 382
1 vote
1 answer
943 views

Is it normal to have a high ICMPv6 Neighbour Solicitation sent?

I have suspicion that my home network may be comprimised and used by malicious actors. I'm a networking noob so I would like to know if having a Neighbour Solicitations sent >2000 is normal? I got ...
RedRum's user avatar
  • 113
0 votes
3 answers
573 views

List the IP addresses that my PC is connected to - in a readable format

I'm trying to search the IP addresses that my PC is connected to, but I don't recognize these & search shows nothing. I'm looking into all my connections, so I ran netstat -a and I don't recognize ...
Kevin Mulvihill's user avatar
0 votes
0 answers
1k views

Why port is blocked (local windows network)

I have two windows computers at my house 10.0.0.15: main computer. 10.0.0.1: laptop My laptop is running an application on port 6000 that I want to access from the main computer. I have connection ...
justadev's user avatar
  • 147

15 30 50 per page
1
2 3 4 5
15