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

25 lines
731 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Spring Framework Exceptions
2019-11-12 23:12:27 +01:00
id: ae48ab93-45f7-4051-9dfe-5d30a3f78e33
2017-08-06 23:21:53 +02:00
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
author: Thomas Patzke
date: 2017/08/06
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