700-281 · Question #18
In the access log, what does an ACL tag beginning with BLOCK_ADMIN indicate?
The correct answer is A. The transaction was blocked because of application or object properties. BLOCK_ADMIN is an ACL (Access Control List) tag used in proxy/security appliance access logs to indicate that a transaction was blocked due to application or object properties - such as file type, application category, or object characteristics configured in policy rules. This…
Question
In the access log, what does an ACL tag beginning with BLOCK_ADMIN indicate?
Options
- AThe transaction was blocked because of application or object properties.
- BThe malware category is set to blocking mode.
- CThe transaction was manually blocked by the administrative user.
- DThe destination was manually added to the block list.
How the community answered
(45 responses)- A87% (39)
- B2% (1)
- C7% (3)
- D4% (2)
Explanation
BLOCK_ADMIN is an ACL (Access Control List) tag used in proxy/security appliance access logs to indicate that a transaction was blocked due to application or object properties - such as file type, application category, or object characteristics configured in policy rules. This is an admin-defined policy block based on what the traffic is, not a manual one-time action.
Why the distractors are wrong:
- B is wrong because malware blocking uses a different tag category (typically something like
BLOCK_SUSPECTor threat-related tags, notBLOCK_ADMIN). - C is wrong because "manually blocked by the admin user" implies a real-time, one-off intervention - that's not what this tag represents; the block is policy-driven, not interactive.
- D is wrong because manually adding a destination to a block list produces a different tag (often
BLOCK_CUSTOMCATor a destination-specific tag), since that's URL/IP-based blocking, not object/application-based.
Memory tip: Think of ADMIN as short for "administrative policy" - the admin configured rules about what types of applications or objects are blocked. If the admin manually intervened in real time or added a site to a list, the tag would reflect that specific mechanism instead.
Topics
Community Discussion
No community discussion yet for this question.