nerdexam
EC-Council

212-89 · Question #55

James is working as an incident responder at CyberSol Inc. The management instructed James to investigate a cybersecurity incident that recently happened in the company. As a part of the…

The correct answer is B. netstat -ab. The netstat -ab command is useful in Windows operating systems for displaying all connections and listening ports, along with the executable involved in creating each connection or listening port. This can be particularly valuable for an incident responder like James when…

Computer Forensics in Incident Handling

Question

James is working as an incident responder at CyberSol Inc. The management instructed James to investigate a cybersecurity incident that recently happened in the company. As a part of the investigation process, James started collecting volatile information from a system running on Windows operating system. Which of the following commands helps James in determining all the executable files for running processes?

Options

  • Acate A &. time ,/t
  • Bnetstat -ab
  • Ctop
  • Ddoskey/history

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    76% (35)
  • C
    11% (5)
  • D
    9% (4)

Explanation

The netstat -ab command is useful in Windows operating systems for displaying all connections and listening ports, along with the executable involved in creating each connection or listening port. This can be particularly valuable for an incident responder like James when attempting to determine which processes are running on a system and how they are communicating over the network. This information can help identify malicious processes, unauthorized connections, or other signs of compromise on the system. While netstat -ab does not exclusively list executable files for running processes, it ties processes to network activity, which is a critical part of collecting volatile information during a cybersecurity incident investigation.

Topics

#volatile data collection#netstat#Windows forensics#running processes

Community Discussion

No community discussion yet for this question.

Full 212-89 Practice