Recall & Review
beginner
What is Nmap used for in cybersecurity?
Nmap is a tool used to discover open ports and services on a network. It helps identify which ports on a computer or server are accessible and what services are running on them.
Click to reveal answer
beginner
What does an 'open port' mean in a port scan?
An open port means that the port is accepting connections and a service is listening on it. This can be a way for attackers to find entry points into a system.
Click to reveal answer
intermediate
Name two common types of scans Nmap can perform.
Two common scan types are TCP SYN scan (also called 'half-open' scan) and UDP scan. TCP SYN scan checks if ports respond to connection requests, while UDP scan checks for UDP services.
Click to reveal answer
intermediate
What is the purpose of using the '-sS' option in Nmap?
The '-sS' option tells Nmap to perform a TCP SYN scan, which is fast and stealthy because it doesn't complete the full TCP handshake.
Click to reveal answer
advanced
Why is port scanning considered both a useful and potentially risky activity?
Port scanning helps administrators find vulnerabilities and secure networks. However, unauthorized scanning can be seen as hostile and may trigger security alarms or legal issues.
Click to reveal answer
What does Nmap primarily scan to find open services?
✗ Incorrect
Nmap scans network ports to find which ones are open and what services are running.
Which Nmap scan type is known as a 'half-open' scan?
✗ Incorrect
TCP SYN scan sends a SYN packet and does not complete the full handshake, making it a 'half-open' scan.
What does an 'open' port indicate during a scan?
✗ Incorrect
An open port means it is accepting connections and a service is listening.
Which Nmap option performs a TCP SYN scan?
✗ Incorrect
The '-sS' option tells Nmap to perform a TCP SYN scan.
Why should port scanning be done carefully and with permission?
✗ Incorrect
Unauthorized port scanning can be illegal and may trigger security alarms.
Explain what port scanning with Nmap is and why it is important in cybersecurity.
Think about how Nmap helps find open ports and services to protect networks.
You got /3 concepts.
Describe the difference between an open port and a closed port in the context of Nmap scanning.
Consider what it means for a port to be open or closed when scanning.
You got /3 concepts.