2021-11-01 18:21:02 +00:00
|
|
|
id: spring-framework-exceptions
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Spring Framework Exceptions
|
|
|
|
author: geeknik
|
2022-04-22 10:38:41 +00:00
|
|
|
severity: medium
|
|
|
|
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
|
2021-11-01 18:21:02 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.spring.io/spring-security/site/docs/current/apidocs/overview-tree.html
|
|
|
|
tags: file,logs,spring
|
|
|
|
file:
|
|
|
|
- extensions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: exception
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'AccessDeniedException'
|
|
|
|
- 'CsrfException'
|
|
|
|
- 'InvalidCsrfTokenException'
|
|
|
|
- 'MissingCsrfTokenException'
|
|
|
|
- 'CookieTheftException'
|
|
|
|
- 'InvalidCookieException'
|
|
|
|
- 'RequestRejectedException'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502206ba4ce83107c5c02e084ca1a2743a346e3e41dbc727e3470f6519aa3e24fc9950221009c39b68664e85289134c1c58072a5086f3878c01ec27503b82984401a1d9ac0c:922c64590222798bb761d5b6d8e72950
|