2024-03-24 16:12:05 +00:00
|
|
|
id: amprion-gridloss-panel
|
|
|
|
|
2024-03-26 08:03:04 +00:00
|
|
|
info:
|
|
|
|
name: Amprion Grid Loss Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Amprion Grid Loss login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.amprion.net/index-2.html
|
|
|
|
metadata:
|
2024-04-08 11:30:07 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-03-26 08:03:04 +00:00
|
|
|
tags: panel,amprion,login,detect
|
2024-03-24 16:12:05 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/config/public"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(to_lower(body), "amprion") && contains(to_lower(body), "grid loss")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-03-25 12:20:56 +00:00
|
|
|
- '"envTitle":"([A-Z0-9a-z]+)"'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4a0a0047304502204392a65022d7ce48d4f84ab1110cccde1b8861c5179c36c92af33872bb60f695022100b0d9d273907a28033a78aafb11d0fd33963d37f04d7be7712afef0d80de5018b:922c64590222798bb761d5b6d8e72950
|