Files
blue-team-tools/rules/application/appframework_spring_exceptions.yml
T

24 lines
674 B
YAML
Raw Normal View History

2017-08-12 00:43:10 +02:00
title: Spring framework exceptions
2017-08-06 23:21:53 +02:00
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
author: Thomas Patzke
references:
2017-08-06 23:21:53 +02:00
- https://docs.spring.io/spring-security/site/docs/current/apidocs/overview-tree.html
logsource:
2017-08-12 00:43:10 +02:00
category: application
2017-08-06 23:21:53 +02:00
product: spring
detection:
keywords:
- AccessDeniedException
- CsrfException
- InvalidCsrfTokenException
- MissingCsrfTokenException
- CookieTheftException
- InvalidCookieException
- RequestRejectedException
condition: keywords
falsepositives:
- Application bugs
- Penetration testing
level: medium