mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
29 lines
819 B
YAML
29 lines
819 B
YAML
title: Spring Framework Exceptions
|
|
id: ae48ab93-45f7-4051-9dfe-5d30a3f78e33
|
|
status: stable
|
|
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
|
|
author: Thomas Patzke
|
|
date: 2017/08/06
|
|
modified: 2020/09/01
|
|
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
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1190 |