We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f826c commit fab48e4Copy full SHA for fab48e4
http/exposures/tokens/elastic/elastic-cloud-api-key.yaml
@@ -3,9 +3,7 @@ id: elastic-cloud-api-key
3
info:
4
name: Elastic Cloud API Key Detection
5
author: Chemo850
6
- severity: high
7
- description: |
8
- Detects Elastic Cloud API keys used for programmatic access to the Elastic Cloud and serverless APIs.
+ severity: info
9
reference:
10
- https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys
11
metadata:
@@ -18,17 +16,6 @@ http:
18
16
path:
19
17
- "{{BaseURL}}"
20
21
- matchers-condition: and
22
- matchers:
23
- - type: word
24
- part: body
25
- words:
26
- - "essu_"
27
- - type: regex
28
29
- regex:
30
- - essu_[A-Za-z0-9+/]{80}AAAAA[A-Za-z0-9+/=]{7}
31
-
32
extractors:
33
- type: regex
34
part: body
0 commit comments