Files
blue-team-tools/rules/web/web_spring_security.yml
T
2017-08-06 23:21:53 +02:00

23 lines
652 B
YAML

title: Spring framework security errors
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
author: Thomas Patzke
reference:
- https://docs.spring.io/spring-security/site/docs/current/apidocs/overview-tree.html
logsource:
product: spring
detection:
keywords:
- AccessDeniedException
- CsrfException
- InvalidCsrfTokenException
- MissingCsrfTokenException
- CookieTheftException
- InvalidCookieException
- RequestRejectedException
condition: keywords
falsepositives:
- Application bugs
- Penetration testing
level: medium