101 · Question #149
Which of the following statements are correct regarding positive and negative security models? (Choose 2)
The correct answer is C. Negative security model allows all transactions by default and rejects only transactions that D. Positive security model denies all transactions by default and uses rules that allow only those. Positive and negative security models are opposing default-deny vs default-allow approaches to web application firewall traffic handling.
Question
Which of the following statements are correct regarding positive and negative security models? (Choose 2)
Options
- APositive security model allows all transactions by default.
- BNegative security model denies all transactions by default.
- CNegative security model allows all transactions by default and rejects only transactions that
- DPositive security model denies all transactions by default and uses rules that allow only those
How the community answered
(29 responses)- A10% (3)
- B3% (1)
- C86% (25)
Why each option
Positive and negative security models are opposing default-deny vs default-allow approaches to web application firewall traffic handling.
Allowing all transactions by default describes the negative security model, not the positive model - this statement has the two models reversed.
Denying all transactions by default is the behavior of the positive (whitelist) security model, not the negative security model - this statement has the definitions swapped.
The negative security model (blacklist model) permits all traffic by default and only blocks transactions that match known malicious patterns or signatures, relying on a known-bad list to identify threats.
The positive security model (whitelist model) denies all traffic by default and only permits transactions that match explicitly defined allowed behaviors, offering stronger protection against unknown attack types.
Concept tested: Positive vs negative web application security model definitions
Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-asm-implementations/getting-started-with-asm.html
Topics
Community Discussion
No community discussion yet for this question.