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.
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)- A8% (3)
- B3% (1)
- C88% (35)
- D3% (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.
The negative security model uses a blacklist approach, blocking only explicitly known bad traffic patterns, which is the opposite of defining allowed values.
'Closed security model' is not a standard recognized security policy model in the context of web application firewalls or traffic filtering.
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.
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
Community Discussion
No community discussion yet for this question.