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.