0
0
Cybersecurityknowledge~5 mins

Port scanning with Nmap in Cybersecurity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AFile systems
BIP addresses only
CUser passwords
DNetwork ports
Which Nmap scan type is known as a 'half-open' scan?
APing scan
BUDP scan
CTCP SYN scan
DFull connect scan
What does an 'open' port indicate during a scan?
APort is closed and blocked
BPort is accepting connections
CPort is filtered by firewall
DPort is inactive
Which Nmap option performs a TCP SYN scan?
A-sS
B-sT
C-sU
D-sP
Why should port scanning be done carefully and with permission?
AIt may be illegal or trigger security alerts
BIt can slow down your computer
CIt deletes files on the target
DIt always crashes the network
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.