312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 79


Michael works for Kimball Construction Company as senior security analyst. As part of yearly security audit, Michael scans his network for vulnerabilities. Using

Nmap, Michael conducts XMAS scan and most of the ports scanned do not give a response. In what state are these ports?

Show Answer
Correct Answer: D

When conducting an XMAS scan with Nmap, if most of the ports do not give a response, it means that those ports are in a 'filtered' state. This indicates that the ports are protected by a firewall or other security mechanisms, preventing Nmap from determining whether the ports are open or closed.

Discussion

12 comments
Sign in to comment
K3nz0420Option: D
Mar 1, 2022

D is the answer , why would open port not respond with an Ack

lsalvarez666Option: D
Jun 27, 2022

open|filtered

ech
Aug 2, 2022

When scanning systems compliant with this RFC text, any packet not containing SYN, RST, or ACK bits will result in a returned RST if the port is closed and no response at all if the port is open. NMAP guide https://nmap.org/book/scan-methods-null-fin-xmas-scan.html So it is open

ManzerOption: D
Mar 11, 2023

The ports that do not give a response to an XMAS scan are considered in the "Filtered" state. This means that the ports are being protected by a firewall or some other security mechanism that is preventing Nmap from determining whether the port is open or closed.

Malko59Option: B
Aug 5, 2023

Correct answer is B: ports are open In a XMAS scan, if the ports are open no response are received. If the port are closed, an RST is received. https://upadhyayraj.medium.com/nmap-xmas-scan-idle-scan-fin-scan-null-scan-b95a5c73bef6

vrocheOption: D
Dec 15, 2021

A xmas scan without response is a Filtered port (drop packet) IMHO

sampbOption: D
May 19, 2022

It should be filtered port D.

Tax88Option: B
Jul 20, 2022

B is right. If the port is closed it respond with RST, if it's open, no response.

diomayaOption: D
May 16, 2023

from nmap.org: No response received (even after retransmissions) open|filtered

ElbOption: B
Jul 23, 2023

B. Example Xmas scans admin# nmap -sX -T4 scanme.nmap.org Starting Nmap ( https://nmap.org ) Nmap scan report for scanme.nmap.org (64.13.134.52) Not shown: 999 open|filtered ports PORT STATE SERVICE 113/tcp closed auth

ElbOption: B
May 9, 2024

B > The UDP, IP protocol, FIN, NULL, and Xmas scans classify ports this way. open|filtered

DumasOption: B
Jun 17, 2024

A Christmas Scan is very chatty. This will return the ports that are open and other information. B is Correct