An IDS raises an alert for a possible SQL injection attack against an internal reporting portal. The web server logs show the source IP belongs to the company's vulnerability scanner, and the requests match the scanner's normal test pattern. What is the most appropriate analyst action?
Trap 1: Treat the alert as a confirmed breach and begin password resets for…
The source and request pattern indicate authorized testing, not evidence of an actual breach.
Trap 2: Block the scanner IP permanently to prevent future alerts from the…
Blocking an approved scanner can break vulnerability management and does not solve the validation problem.
Trap 3: Quarantine the reporting server because IDS alerts always indicate…
IDS alerts require context; many are benign tests, misconfigurations, or known maintenance activities.
- A
Treat the alert as a confirmed breach and begin password resets for all portal users.
Why wrong: The source and request pattern indicate authorized testing, not evidence of an actual breach.
- B
Mark the alert as a likely false positive after verifying the scanner schedule and source IP.
Authorized scanners often resemble attacks, so confirming the source and schedule is the right validation step.
- C
Block the scanner IP permanently to prevent future alerts from the same host.
Why wrong: Blocking an approved scanner can break vulnerability management and does not solve the validation problem.
- D
Quarantine the reporting server because IDS alerts always indicate active exploitation.
Why wrong: IDS alerts require context; many are benign tests, misconfigurations, or known maintenance activities.