210-250 · Question #53
Which situation indicates application-level white listing?
The correct answer is D. Allow specific files and deny everything else. Application whitelisting follows a default-deny model: only explicitly approved executables are permitted to run, and everything else is blocked.
Question
Which situation indicates application-level white listing?
Options
- AAllow everything and deny specific executable files.
- BAllow specific executable files and deny specific executable files.
- CWriting current application attacks on a whiteboard daily.
- DAllow specific files and deny everything else.
How the community answered
(62 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D92% (57)
Why each option
Application whitelisting follows a default-deny model: only explicitly approved executables are permitted to run, and everything else is blocked.
Allowing everything and denying specific files describes blacklisting (blocklisting), which is a default-allow model - the opposite of whitelisting.
Allowing specific files while also explicitly denying specific files describes a hybrid or mixed policy, not pure application whitelisting, which uses a blanket deny for everything not on the approved list.
Writing attack information on a whiteboard is an informal awareness or briefing activity and has no relation to the technical security control of application whitelisting.
Whitelisting is defined by the principle of least privilege applied to execution: only files on the approved list are allowed, and all other executables are denied by default. This is the opposite of blacklisting and is considered a stronger security posture because unknown or new malware is blocked automatically without needing a signature update.
Concept tested: Application whitelisting default-deny execution control
Source: https://csrc.nist.gov/publications/detail/sp/800-167/final
Topics
Community Discussion
No community discussion yet for this question.