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:34:33 +00:00
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 1
|
2024-03-26 08:03:04 +00:00
|
|
|
tags: panel,amprion,login,detect
|
2024-06-07 10:04:29 +00:00
|
|
|
|
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-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a0047304502202cc89cfdb0832a98b9157cb3af86cb015d22420c79646327ba15713f7e7e34d102210080606341562eda1d3b36c97f5043e9adad1b4f760a9d9a99d51ca9708cd99a56:922c64590222798bb761d5b6d8e72950
|