How do you check the listening ports on a windows box?
Command line.
Answers were Sorted based on User's Feedback
Answer / raj kumar.g
netstat –a : displays ip , listening port ids
netstat /? : help
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / systems & network administator
I hope that headline doesn't scare you. A lot of people shun
the Windows command line in favor of more complicated
graphical user interfaces. But when it comes to
investigating malware infections, various command-line tools
can be incredibly helpful, since GUI-based tools can't
always do the job.
First off, invoke a command prompt. Go to Start --> Run and
type in 'cmd.exe.' Putting '.exe' at the end of the entry is
important; it is a far safer way of bringing up a command
prompt. To trick users, a malicious program might purposely
be called 'cmd.com,' and in such a case, the malware would
run if just 'cmd' were typed. Thus, go ahead and type
'cmd.exe' instead.
'netstat'
Next, with a command prompt going, run the netstat command
and take a gander at the listening ports on your systems. A
lot of people know that 'netstat –na' can provide a list of
TCP and UDP ports on the machine. Adding an 'o' to the
command arguments can reveal the process ID of each process
using a port. And, starting with XP SP2, an added 'b' flag
will show the EXE name using each port, along with the
dynamic link libraries (DLLs) that it has loaded to
communicate with the network. Beware of the 'b,' however.
The function can chew up some serious CPU time, tying up
between 60% and 100% of your processor for up to a minute.
But, wait, there is more. Suppose you want to look at port
usage and see how it changes over time. Adding a space and
then an integer to that netstat command, as in "netstat –nao
1", will run the command with a frequency equivalent to the
integer, in this case, for every one second. The display
will be dumped on the screen continuously, as shown below.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / syed mahboob feroz ahmed
Hi,
"Netstat -a" is the command to check listening ports on a
windows box command line.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / syed mahboob feroz ahmed
Hi,
Netstat -a is the command for checking listening ports in
windows box.
| Is This Answer Correct ? | 0 Yes | 1 No |
How many DHCP IP address pools are supported ?
what is the purpose of activ directory in windows2003
You have a Class C network. You have subntted it into 2 subnets. What is the subnet mask ?
Define tcp/ip?
Which layer consists of dialogs and regulates conversations ? a. Application b. Presentation c. Session d. Transport
Consider the IP address 128.252.144.84. What is the network id and what is the node id ? assume classful networking. a. 0.0.0.0 and 128.252.144.84 b. 128.0.0.0 and 252.144.84 c. 128.252.0.0 and 144.84 d. 128.252.144.0 and 84
respected sir., i need knowledge, i want to do R.H.E.C but problem is this i am science graduate and a new to software line, i want to develop my carrier in I.t sector. please guide. thanks
True or Flase: domain names can contain the symbol "*" ?
How frequently is the routing table updated in RIP ?
You have a class C subnet. You would like divide it up into 8 more subnets by "subnetting" ? What would be the subnet mask ? a. 255.255.255.192 b. 255.255.255.224 c. 255.255.255.240 d. 255.255.255.248 d. 255.255.255.252
You have a Class C network. You have subnetted it into 6 subnets. How many hosts per subnet do you have ?
Describe how VoIP works?