Question 74:
An engineer needs to discover alive hosts within the 192.168.1.0/24 range without triggering intrusive portscan alerts on the IDS device using Nmap. Which command will accomplish this goal?
Answer options:
A. nmap --top-ports 192.168.1.0/24 B. nmap "sP 192.168.1.0/24 C. nmap -sL 192.168.1.0/24 D. nmap -sV 192.168.1.0/24