nerdexam
EC-Council

312-49 · Question #248

Jack Smith is a forensics investigator who works for Mason Computer Investigation Services. He is investigating a computer that was infected by Ramen Virus. He runs the netstat command on the…

The correct answer is B. Those connections are in listening mode. In netstat output, when the local address shows 0.0.0.0 (or ) and the state is LISTENING, it means the service is bound to all available network interfaces and is waiting for incoming connections - it is not yet connected to any remote host. The foreign address also appears as…

Submitted by valeria.br· Apr 18, 2026Network Forensics

Question

Jack Smith is a forensics investigator who works for Mason Computer Investigation Services. He is investigating a computer that was infected by Ramen Virus. He runs the netstat command on the machine to see its current connections. In the following screenshot, what do the 0.0.0.0 IP addresses signify?

Exhibit

312-49 question #248 exhibit

Options

  • AThose connections are established
  • BThose connections are in listening mode
  • CThose connections are in closed/waiting mode
  • DThose connections are in timed out/waiting mode

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    94% (29)
  • D
    3% (1)

Explanation

In netstat output, when the local address shows 0.0.0.0 (or ) and the state is LISTENING, it means the service is bound to all available network interfaces and is waiting for incoming connections - it is not yet connected to any remote host. The foreign address also appears as 0.0.0.0: for listening sockets because no remote endpoint is associated yet. ESTABLISHED connections would show specific IP addresses on both ends, not 0.0.0.0.

Topics

#netstat#Network Connections#Listening State#IP Addresses

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice