QuestionQ52
Threat Hunting and DetectionMichael, a forensic expert, was assigned to investigate an incident involving unauthorized intrusion attempts. During the investigation, Michael identified every open port on a system and disabled them because open ports can enable attackers to install malicious services and compromise the security of the system or network.
Which of the following commands helped Michael identify open ports in this scenario?
- A netstat -rn
- B ifconfig <interface> -promisc
- C netstat -i
- D nmap -sT localhost
Community Discussion