nerdexam
F5

101 · Question #644

An administrator security policy defines allowed URLs, file types and parameter values. Which security model is the administrator using?

The correct answer is C. positive Security model. A positive security model (whitelist model) explicitly defines what traffic is allowed - such as permitted URLs, file types, and parameter values - and denies everything else by default.

Section 4: Security Basics

Question

An administrator security policy defines allowed URLs, file types and parameter values. Which security model is the administrator using?

Options

  • Anegative security model
  • BClosed security model
  • Cpositive Security model
  • DACL Security model

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    88% (35)
  • D
    3% (1)

Why each option

A positive security model (whitelist model) explicitly defines what traffic is allowed - such as permitted URLs, file types, and parameter values - and denies everything else by default.

Anegative security model

The negative security model uses a blacklist approach, blocking only explicitly known bad traffic patterns, which is the opposite of defining allowed values.

BClosed security model

'Closed security model' is not a standard recognized security policy model in the context of web application firewalls or traffic filtering.

Cpositive Security modelCorrect

The positive security model operates on a default-deny principle by defining an explicit allowlist of acceptable inputs, including permitted URLs, file types, content-types, and parameter values. Any request that does not match the defined allowed criteria is blocked, making it the correct model described in the question.

DACL Security model

An ACL security model filters traffic based on source/destination IP or port rules and does not define allowed URL patterns, file types, or parameter values.

Concept tested: Positive vs negative security model whitelist approach

Source: https://owasp.org/www-community/controls/Positive_Security_Model

Topics

#positive security model#allowlist#WAF#security policy

Community Discussion

No community discussion yet for this question.

Full 101 Practice