Bird
0
0

Given this log snippet:

medium📝 Analysis Q13 of 15
Cybersecurity - Digital Forensics
Given this log snippet:
2024-06-01T10:00:00Z UserA login success
2024-06-01T10:05:00Z UserB login failure
2024-06-01T10:10:00Z UserA logout

What event happened at 10:05?
AUserA logged out
BUserB login failed
CUserA login success
DUserB logged out
Step-by-Step Solution
Solution:
  1. Step 1: Locate the timestamp 10:05:00Z in the log

    The second line shows the event at 10:05:00Z.
  2. Step 2: Read the event description

    It says "UserB login failure", meaning UserB tried to log in but failed.
  3. Final Answer:

    UserB login failed -> Option B
  4. Quick Check:

    10:05 event = UserB login failure [OK]
Quick Trick: Match exact timestamp to event description [OK]
Common Mistakes:
MISTAKES
  • Mixing up users and actions
  • Reading wrong timestamp line
  • Assuming success instead of failure

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Cybersecurity Quizzes