nerdexam
EC-Council

312-50V12 · Question #213

A Certified Ethical Hacker (CEH) is analyzing a target network. To do this, he decides to utilize an IDLE/IPID header scan using Nmap. The network analysis reveals that the IPID number increases by…

The correct answer is D. The target network has a stateful firewall present. An IDLE scan revealing an IPID increment of 2 signifies that the target port is open, and this consistent, predictable behavior suggests the presence of a stateful firewall actively managing network connections.

Submitted by diego_uy· Mar 4, 2026Network and Perimeter Hacking

Question

A Certified Ethical Hacker (CEH) is analyzing a target network. To do this, he decides to utilize an IDLE/IPID header scan using Nmap. The network analysis reveals that the IPID number increases by 2 after following the steps of an IDLE scan. Based on this information, what can the CEH conclude about the target network?

Options

  • AThe ports on the target network are open
  • BThe target network has no firewall present
  • CThe ports on the target network are closed
  • DThe target network has a stateful firewall present

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    15% (5)
  • C
    9% (3)
  • D
    73% (24)

Why each option

An IDLE scan revealing an IPID increment of 2 signifies that the target port is open, and this consistent, predictable behavior suggests the presence of a stateful firewall actively managing network connections.

AThe ports on the target network are open

While an IPID increment of 2 typically indicates an open port, option D provides a more specific conclusion about the network's underlying security infrastructure, which is a key objective for a Certified Ethical Hacker.

BThe target network has no firewall present

An open port does not imply the absence of a firewall; a firewall can be present but configured to permit traffic to that specific port.

CThe ports on the target network are closed

An IPID increment of 2 explicitly signifies an open port according to the Nmap IDLE scan methodology, as a closed or filtered port would result in an IPID increment of only 1.

DThe target network has a stateful firewall presentCorrect

The predictable IPID increment of 2 observed on the zombie host, which results from an open target port, indicates that the spoofed connection attempt and subsequent responses are being tracked. A stateful firewall maintains a state table for active connections, allowing the SYN, SYN/ACK, and RST packets involved in this specific IDLE scan interaction to traverse the network in a consistent manner, enabling the reliable observation of the IPID increment.

Concept tested: Nmap IDLE scan interpretation and firewall identification

Source: https://nmap.org/book/idlescan.html

Topics

#Nmap scan#IDLE scan#IPID sequence#firewall detection

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice