Chapter 15 Security Assessment and Testing Flashcards
What are techniques to identify open ports on
remote systems.
TCP SYN Scanning, TCP Connect Scanning, TCP ACK Scanning, Xmas Scanning
What scanning technique is also known as “half-open” scanning.
TCP Connect Scanning
Xmas Scanning
TCP ACK Scanning
TCP SYN Scanning
TCP SYN Scanning
What scanning technique sends a packet with the ACK flag set, indicating that it is part of an open connection ?
TCP Connect Scanning
Xmas Scanning
TCP ACK Scanning
TCP SYN Scanning
TCP ACK Scanning
What scanning technique Sends a packet with the FIN, PSH, and URG flags set ?
TCP Connect Scanning
Xmas Scanning
TCP ACK Scanning
TCP SYN Scanning
Xmas Scanning
What scanning technique opens a full connection to the remote system on the specified port ?
TCP Connect Scanning
Xmas Scanning
TCP ACK Scanning
TCP SYN Scanning
TCP Connect Scanning
What scanning technique is used when the user running the scan does not have the necessary
permissions to run a half-open scan ?
TCP Connect Scanning
Xmas Scanning
TCP ACK Scanning
TCP SYN Scanning
TCP Connect Scanning
What is the most common tool used for network discovery scanning ?
Nessus
Metasploit
nmap
nmap
Which state of a network port occurs when the port is open on the remote system and there is an application that is actively accepting connections on that port ?.
Open
Closed
Filtered
Open
Which state of a network port occurs when the port is accessible on the remote system, meaning that the firewall is allowing access, but there is no application accepting connections on that port ?
Open
Closed
Filtered
Closed
Which state of a network port occurs when Nmap is unable to determine whether a port is open or closed because a firewall is interfering with the connection attempt ?
Open
Closed
Filtered
Filtered
What is it called when the scanner has read-only access to the servers being scanned and can use this access to read configuration information from the target system and use that information when
analyzing vulnerability testing results ?
authenticated scans
What protocol runs on port 21 ?
FTP
What protocol runs on port 22
SSH
What protocol runs on port 23
Telnet
What protocol runs on port 25
SMTP
What protocol runs on port 53
DNS
What protocol runs on port 80
HTTP
What protocol runs on port 110
POP3