CERTIFIED-IN-CYBERSECURITY · Question #412
What is the typical response when someone is detected trying to access a database without permission?
The correct answer is C. The attempt is logged, and the user is blocked. Standard security practice for unauthorized access attempts is to: (1) log the attempt for audit and forensic purposes, and (2) block the user or source to prevent further attempts. This supports both detective and preventive controls. Issuing a warning (A) is insufficient and…
Question
What is the typical response when someone is detected trying to access a database without permission?
Options
- AThe user is given a warning
- BThe user's account is deleted
- CThe attempt is logged, and the user is blocked
- DThe user is promoted to a higher access level
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C94% (30)
Explanation
Standard security practice for unauthorized access attempts is to: (1) log the attempt for audit and forensic purposes, and (2) block the user or source to prevent further attempts. This supports both detective and preventive controls. Issuing a warning (A) is insufficient and alerts the attacker. Deleting the account (B) is too destructive without investigation. Elevating access (D) is the opposite of correct security behavior. Logging and blocking (C) is the industry-standard automated response.
Topics
Community Discussion
No community discussion yet for this question.