N10-005 · Question #727
There has been an increase in Help Desk tickets related to web portal user accounts being locked out. Which of the following resources would be used to analyze the issue?
The correct answer is D. Application logs. Account lockout events originate within the web application itself, so application logs are the correct resource to investigate authentication failures and lockout patterns.
Question
There has been an increase in Help Desk tickets related to web portal user accounts being locked out. Which of the following resources would be used to analyze the issue?
Options
- ARouter logs
- BProtocol analyzer
- CFirewall logs
- DApplication logs
How the community answered
(32 responses)- A3% (1)
- C3% (1)
- D94% (30)
Why each option
Account lockout events originate within the web application itself, so application logs are the correct resource to investigate authentication failures and lockout patterns.
Router logs track routing decisions and network-layer traffic, not application-level user authentication events.
A protocol analyzer captures raw network packets in transit, which does not reveal application-specific account lockout records.
Firewall logs record allow or deny decisions for network connections, not individual user authentication or lockout events within a web application.
Application logs record authentication events such as failed login attempts, account lockouts, and session activity directly tied to the web portal. Because the issue is at the application layer, these logs contain the specific user account activity needed to diagnose why accounts are being locked out. Router and firewall logs operate at the network level and would not capture application-level authentication details.
Concept tested: Identifying correct log source for application events
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor
Topics
Community Discussion
No community discussion yet for this question.