mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
24 lines
674 B
YAML
24 lines
674 B
YAML
title: Spring framework exceptions
|
|
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
|
|
author: Thomas Patzke
|
|
references:
|
|
- https://docs.spring.io/spring-security/site/docs/current/apidocs/overview-tree.html
|
|
logsource:
|
|
category: application
|
|
product: spring
|
|
detection:
|
|
keywords:
|
|
- AccessDeniedException
|
|
- CsrfException
|
|
- InvalidCsrfTokenException
|
|
- MissingCsrfTokenException
|
|
- CookieTheftException
|
|
- InvalidCookieException
|
|
- RequestRejectedException
|
|
condition: keywords
|
|
falsepositives:
|
|
- Application bugs
|
|
- Penetration testing
|
|
level: medium
|
|
|