2022-06-27 11:29:03 +00:00
|
|
|
id: vault-panel
|
|
|
|
|
|
|
|
info:
|
2024-01-21 08:58:54 +00:00
|
|
|
name: Vault Login Panel - Detect
|
2024-08-24 06:21:07 +00:00
|
|
|
author: DhiyaneshDK,righettod
|
2022-06-27 11:29:03 +00:00
|
|
|
severity: info
|
2023-01-23 22:14:23 +00:00
|
|
|
description: Vault login panel was detected.
|
2024-08-24 06:21:07 +00:00
|
|
|
reference:
|
|
|
|
- https://developer.hashicorp.com/vault
|
|
|
|
- https://developer.hashicorp.com/vault/api-docs
|
|
|
|
- https://developer.hashicorp.com/vault/api-docs#help
|
2023-01-23 22:14:23 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
2024-03-26 08:03:04 +00:00
|
|
|
cpe: cpe:2.3:a:hashicorp:vault:*:*:*:*:*:*:*:*
|
2022-06-27 11:29:03 +00:00
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-08-24 06:21:07 +00:00
|
|
|
max-request: 4
|
2024-06-07 10:04:29 +00:00
|
|
|
vendor: hashicorp
|
2024-03-23 09:28:19 +00:00
|
|
|
product: vault
|
2022-06-27 18:48:18 +00:00
|
|
|
shodan-query: http.favicon.hash:-919788577
|
2024-06-07 10:04:29 +00:00
|
|
|
fofa-query: icon_hash=-919788577
|
2024-03-26 08:03:04 +00:00
|
|
|
tags: panel,vault,detect,hashicorp
|
2022-06-27 11:29:03 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-27 11:29:03 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2024-01-21 08:58:54 +00:00
|
|
|
- "{{BaseURL}}/v1/sys/health"
|
2024-08-24 06:21:07 +00:00
|
|
|
- "{{BaseURL}}/ui/vault/auth"
|
|
|
|
- "{{BaseURL}}/ui/auth"
|
|
|
|
- "{{BaseURL}}/v1/sys/health?help=1"
|
2022-06-27 18:48:18 +00:00
|
|
|
|
2024-08-24 06:21:07 +00:00
|
|
|
stop-at-first-match: true
|
2022-06-27 11:29:03 +00:00
|
|
|
matchers:
|
2024-08-24 06:21:07 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200 || status_code == 429'
|
|
|
|
- 'contains_any(to_lower(body), "vault-cluster", "vault/config/environment", "<title>vault</title>", "hashicorp vault api")'
|
2022-06-27 18:48:18 +00:00
|
|
|
condition: and
|
|
|
|
|
2024-01-20 16:31:45 +00:00
|
|
|
extractors:
|
|
|
|
- type: json
|
2024-01-21 08:58:54 +00:00
|
|
|
part: body_1
|
2024-01-20 16:31:45 +00:00
|
|
|
name: version
|
|
|
|
json:
|
|
|
|
- ".version"
|
2024-08-25 04:02:42 +00:00
|
|
|
# digest: 4a0a00473045022100ea204e5033384f5a14acc41e5bdb980030a1ed940a5932a99bf3ee0287cda0be02206f3edf188a83342fdaf57d304208009d0d96548b6e2d28d2e2efc9e2af6a5c03:922c64590222798bb761d5b6d8e72950
|