HTTP requests containing likely SQL injection queries

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Goal

Detect HTTP requests whose query strings contain patterns often associated with SQL injection probes.

Strategy

This rule monitors OCSF HTTP query strings for suspicious SQL-like constructions and correlates volume and success responses, grouped by @ocsf.src_endpoint.ip and path.

Triage and response

  • Review application and database logs for the time window around the alert from {{@ocsf.src_endpoint.ip}}.
  • Validate that user input is handled with parameterized queries or equivalent controls on affected routes.