nerdexam
GIAC

GSEC · Question #293

How does a default deny rule in a firewall prevent unknown attacks?

The correct answer is C. Blocks packets that are not explicitly allowed. A default deny firewall rule blocks all traffic that has not been explicitly permitted by an allow rule, preventing unknown or unanticipated attacks from passing through.

Network Security

Question

How does a default deny rule in a firewall prevent unknown attacks?

Options

  • ASlops users from clicking on known bad URIs.
  • BForbids outbound access with unknown payload.
  • CBlocks packets that are not explicitly allowed.
  • DRefuses packets that match a defined set of rules

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    13% (3)
  • C
    74% (17)
  • D
    4% (1)

Why each option

A default deny firewall rule blocks all traffic that has not been explicitly permitted by an allow rule, preventing unknown or unanticipated attacks from passing through.

ASlops users from clicking on known bad URIs.

Preventing users from clicking malicious URIs is the function of web content filtering or DNS security, not a firewall default deny rule.

BForbids outbound access with unknown payload.

A default deny rule applies to all traffic directions and types based on the absence of a permit rule, not specifically to outbound packets with unknown payloads.

CBlocks packets that are not explicitly allowed.Correct

A default deny (implicit deny) policy means the firewall drops any packet that does not match an explicit allow rule. This stops unknown attacks because no new or unanticipated traffic pattern can pass without a pre-approved rule, effectively making the unknown traffic fall through to the deny action.

DRefuses packets that match a defined set of rules

Refusing packets that match a defined set of rules describes a blocklist or signature-based deny approach, which is the opposite of default deny - default deny blocks everything NOT explicitly allowed.

Concept tested: Firewall implicit deny / default deny policy

Source: https://csrc.nist.gov/glossary/term/default_deny

Topics

#firewall#default deny#packet filtering#network access control

Community Discussion

No community discussion yet for this question.

Full GSEC Practice