Drill 20 ยท
AP Cybersecurity Drill 20: Reading Post-Incident Logs is a practice drill. It contains 5 original questions created by Brian Stewart, a Barron's test prep author with over 20 years of tutoring experience.
A security analyst at Plenshaw Parts Supply reviews authentication logs after an alert, with help from an AI-assisted triage tool; this drill uses an invented company and original figures.
After an alert at Plenshaw Parts Supply, an analyst reviews the authentication log for the admin account svc-backup. An AI-assisted triage tool scored the burst as unusual and surfaced it for review; the analyst still confirms it by hand. Addresses use the reserved documentation range.
| Time | Source IP | Result |
|---|---|---|
| 02:11 | 203.0.113.5 | Failed |
| 02:11 | 203.0.113.9 | Failed |
| 02:12 | 203.0.113.5 | Failed |
| 02:12 | 203.0.113.20 | Failed |
| 02:13 | 203.0.113.9 | Success |
The svc-backup account is a service account that normally signs in only from the internal backup server during the day.
Question 1. How many distinct source IP addresses appear in the log?
Explanation: Choice C is correct. The addresses are 203.0.113.5, 203.0.113.9, and 203.0.113.20; .5 and .9 each appear twice, giving three distinct addresses. Choice A is incorrect. Two undercounts the unique addresses. Choice B is incorrect. Five counts every row rather than unique addresses. Choice D is incorrect. Four overcounts; only three distinct addresses appear.
Question 2. Which detail is the strongest indicator that this activity is suspicious?
Explanation: Choice A is correct. A service account that should only connect from the internal backup server instead authenticating from source addresses other than that server, overnight, is a clear behavioral anomaly. Choice B is incorrect. The hour alone is weak, since some legitimate jobs run at night. Choice C is incorrect. A hyphen in the name is irrelevant to risk. Choice D is incorrect. Sharing a numeric range is not by itself evidence of misuse.
Question 3. How should the analyst treat the AI tool's score that flagged this burst?
Explanation: Choice D is correct. An AI triage score is a prioritization signal, not a verdict; the analyst confirms it against the evidence, which is what the scenario describes. Choice A is incorrect. A score is not proof of compromise on its own. Choice B is incorrect. The tool surfaces leads but does not resolve incidents unattended. Choice C is incorrect. The score is a helpful starting point, not something to disregard.
Question 4. Which entry is the most important indicator of compromise to investigate first?
Explanation: Choice B is correct. The successful login after a burst of failures, from a source other than the expected internal backup server, is the entry that signals a possible breach. Choice A is incorrect. A failed attempt did not gain access. Choice C is incorrect. That row is also a failure, less urgent than a success. Choice D is incorrect. It too is a failed attempt rather than a successful entry.
Question 5. What is the best immediate response to the successful login on svc-backup?
Explanation: Choice C is correct. Disabling or resetting the possibly compromised account and reviewing its post-login activity contains the incident and scopes the damage. Choice A is incorrect. Waiting lets an intruder act longer. Choice B is incorrect. Deleting the log destroys evidence and does not stop the attacker. Choice D is incorrect. Opening access further would expand the exposure.