HTTP requests referencing sensitive system files

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

Goal

Detect HTTP requests referencing sensitive system or application files (for example passwd, shadow, or configuration files), especially when responses succeed.

Strategy

This rule monitors OCSF HTTP paths and query strings for known sensitive file indicators and correlates with successful HTTP status codes, grouped by @ocsf.src_endpoint.ip.

Triage and response

  • Verify whether files could be read or whether error responses leaked file paths.
  • Tighten access controls and rotate secrets if configuration exposure is possible.