Nmap ("Network Mapper") is the most widely used network discovery and security auditing tool. A CySA+ analyst uses Nmap to enumerate live hosts, open ports, running services, OS fingerprints, and known vulnerabilities via its NSE script engine. Defenders run Nmap against their own networks to find unauthorised services, shadow IT, and misconfigurations before attackers do.
Capabilities relevant to the exam:
- Host discovery with ICMP, ARP, TCP SYN ping (
-sn,-PR,-PS). - Stealth and full scans (
-sSSYN,-sTTCP connect,-sUUDP). - Service/version detection (
-sV) and OS fingerprinting (-O). - NSE scripts (
--script vuln) turn Nmap into a lightweight vulnerability scanner. - Output formats for SIEM ingestion:
-oNnormal,-oXXML,-oGgreppable,-oAall.