Skip to main content

All Questions

Tagged with
1 vote
1 answer
353 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,283
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
0 votes
1 answer
100 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
0 votes
1 answer
482 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
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
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
0 votes
0 answers
551 views

Netstat -b shows open connections for an old (not used) project from totally unrelated apps

See screenshot below: In netstat -b output I always see open connections to an old project I developed 2 years ago. They also show when I open new applications (you see totally unrelated apps ...
user2078023's user avatar
2 votes
2 answers
1k views

windows, run net stat to txt daily with date/time in filename

first time post. was unable to find similar solutions on this site or others. need a CMD batch file to run "netstat -an" output to a text file daily with a unique file name so the day before ...
noob_user's user avatar
0 votes
0 answers
782 views

After opening port 443 in windows firewall as inbound rule, I cannot see it when I run 'netstat -an'

As an inbound rule on Windows 10 firewall, I added port 443 as TCP connection allowing all types of connections. However, I cannot see it when I run 'netstat -an'. How can I get it so that I see my ...
KaneHarry729's user avatar
0 votes
1 answer
791 views

Configure interface order in `netstat -rn` output

When I'm typing netstat -rn, I'm getting the following output: =========================================================================== Interface list 33...........................myvpn.com 16......
vbezhenar's user avatar
  • 103
1 vote
0 answers
3k views

netstat Foreign Address shows my hostname, TCP sockets refuse connections

I am attempting to establish a TCP connection to a Windows machine running some third party software, unfortunately, I can not make the connection succeed. Running: netstat -an Shows my service is ...
Matt Clark's user avatar
  • 2,084
1 vote
0 answers
603 views

How to find a process that is using a port if it is not displayed even in netstat?

I am using a software development IDE (Intellij) that is using local machine port 5005 for Java program debugging. In some occasions it reports that it cannot connect because the port is being used or ...
JustAMartin's user avatar
  • 1,601
0 votes
2 answers
1k views

What is happening at each row of this netstat-nr command?

I have a problem that I do not understand. How do I evaluate what is happening in each row and which row matches a destination address of 183.77.42.58 and why? What is happening at each row of this ...
imora's user avatar
  • 3
3 votes
1 answer
4k views

Windows CMD netstat output in one line

Netstat output breaks line when -aonb options are used. I can't use FIND to filter the output in one line. Increasing Screen buffer width and Window width doesn't help. The command still breaks into ...
user's user avatar
  • 41
-4 votes
1 answer
2k views

Why an IP address owned by Amazon would have an active connection to my Windows PC with an svchost.exe process?

Did a netstat -fb. One of the lines was: [svchost.exe] TCP 192.168.1.113:52683 server-13-32-253-84.sea19.r.cloudfront.net:https CLOSE_WAIT Server is registered to Amazon, a little confused. ...
Spencer's user avatar
  • 11

15 30 50 per page