Skip to main content

All Questions

Tagged with
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,041
2 votes
1 answer
232 views

How to log all ports once opened by a process/app in Linux for short time?

I have an app that makes some kind of upd ping to the network and for some short time listens for some port in order to receive some feedback during some timeout. It is short enough to observe if with ...
Ilya Yevlampiev's user avatar
6 votes
1 answer
7k views

What's up with port 8080 on my OSX box?

I thought a web server process I brought up was listening on localhost:8080, and tried to connect to it, but kept getting connection reset errors. As it turns out, I was mistaken and my process was ...
BeeOnRope's user avatar
  • 1,069
3 votes
0 answers
2k views

Port 53 on a Windows 7 machine is inaccessible from LAN

Installed a nice dns filter (Acrylic) on my server running Win7. Wanted all machines on the LAN to use it for name resolution. On the server NETSTAT shows Acrylic is listening on DNS port: UDP 0....
Califf's user avatar
  • 131
9 votes
1 answer
12k views

Netstat -a command : Difference between 0.0.0.0 and 127.0.0.1

When running netstat -a on my local machine, i see ports on the 0.0.0.0 address listening. I would assume that 0.0.0.0 is my local machine, except that i also see 127.0.0.1 listening to specific ...
contactmatt's user avatar
  • 1,099