Security scanner detected

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Goal

Detect when a security scanner is performed on your organization’s services.

Strategy

Monitor application security events to detect security scanners activity on web services.

The Application Security Signal severity is determined based or whether the scan is targeted, based on the HTTP response status codes:

  • MEDIUM The attack attempts triggered 5XX errors on the underlying web service.
  • LOW The attack attempts hit real routes of the underlying web service, or was logged in.
  • INFO A random security scanner. Logged for audibility and not requiring any follow-up actions.

Triage and response

  1. Consider blocking the attacking IP(s) temporarily to prevent them from reaching deeper parts of your production systems.
  2. Review the 5xx errors and the other application security events detected to assess the impact on the services.
PREVIEWING: aliciascott/DOCS-9725-Cloudcraft