1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Spring Boot — application.yml, application.properties, datasource credentials
# Jasypt-encrypted property value: ENC(...) appears in .properties and .yml files
- kind: regex
pattern: 'ENC\(([^)]{8,})\)'
category: auth_token
label: spring_jasypt_encrypted
- kind: allow
values:
- "spring"
- "spring.io"
- "spring-boot"
- "springframework.org"
- "localhost:8080"
- "127.0.0.1:8080"
- "actuator"
- "true"
- "false"
- "yes"
- "no"
- "null"
- "none"
- "nil"
- "0"
- "1"
- "localhost"
- "127.0.0.1"
- "0.0.0.0"
- "::1"
- "changeme"
- "example"
- "sample"
- "placeholder"
- "${*}"
- "{{*}}"
- "example.com"
- "example.org"