nerdexam
GIAC

GPEN · Question #405

You are running a vulnerability scan on a remote network and the traffic Is not making It to the target system. You investigate the connection issue and determine that the traffic is making it to…

The correct answer is C. A host based firewall is blocking the traffic. When scan traffic passes through the network firewall but does not reach target systems, a host-based firewall on the destination host is the most likely cause of the final block.

Vulnerability Discovery & Scanning

Question

You are running a vulnerability scan on a remote network and the traffic Is not making It to the target system. You investigate the connection issue and determine that the traffic is making it to the internal interface of your network firewall, but not making. It to the external Interface or to any systems outside your firewall. What is the most likely problem?

Options

  • AYour network firewall is blocking the traffic
  • BThe NAT or pat tables on your network based firewall are filling up and droppingthe traffic
  • CA host based firewall is blocking the traffic
  • DYour ISP Is blocking the traffic

How the community answered

(35 responses)
  • A
    11% (4)
  • B
    9% (3)
  • C
    77% (27)
  • D
    3% (1)

Why each option

When scan traffic passes through the network firewall but does not reach target systems, a host-based firewall on the destination host is the most likely cause of the final block.

AYour network firewall is blocking the traffic

If your own network firewall were the problem, traffic would be blocked before or at the perimeter - it would not be observed arriving at the internal interface and then failing; the block would occur upstream.

BThe NAT or pat tables on your network based firewall are filling up and droppingthe traffic

NAT/PAT table exhaustion is an uncommon edge case that would cause intermittent drops across all traffic types, not a consistent and reproducible failure to reach the target - making it less likely than a host firewall rule.

CA host based firewall is blocking the trafficCorrect

A host-based firewall running on the target machine - such as Windows Firewall or iptables - operates at the operating system level and can silently drop incoming scan packets even after they have passed through all network-layer devices. This matches the described symptom where traffic traverses the network infrastructure but never reaches the target. Host-based firewalls are independent of network firewalls and are a common cause of 'last mile' scan blockage.

DYour ISP Is blocking the traffic

ISP-level blocking would prevent traffic from leaving your network segment entirely, occurring far upstream of any internal firewall interface - inconsistent with the described symptom.

Concept tested: Host-based vs network firewall blocking in vulnerability scanning

Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/network-security/windows-firewall/windows-firewall-overview

Topics

#firewall troubleshooting#NAT#vulnerability scan connectivity#network path analysis

Community Discussion

No community discussion yet for this question.

Full GPEN Practice