Skip to content

Commit fab48e4

Browse files
authored
Update elastic-cloud-api-key.yaml
1 parent 17f826c commit fab48e4

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

http/exposures/tokens/elastic/elastic-cloud-api-key.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ id: elastic-cloud-api-key
33
info:
44
name: Elastic Cloud API Key Detection
55
author: Chemo850
6-
severity: high
7-
description: |
8-
Detects Elastic Cloud API keys used for programmatic access to the Elastic Cloud and serverless APIs.
6+
severity: info
97
reference:
108
- https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys
119
metadata:
@@ -18,17 +16,6 @@ http:
1816
path:
1917
- "{{BaseURL}}"
2018

21-
matchers-condition: and
22-
matchers:
23-
- type: word
24-
part: body
25-
words:
26-
- "essu_"
27-
- type: regex
28-
part: body
29-
regex:
30-
- essu_[A-Za-z0-9+/]{80}AAAAA[A-Za-z0-9+/=]{7}
31-
3219
extractors:
3320
- type: regex
3421
part: body

0 commit comments

Comments
 (0)