2024-03-25 12:14:22 +00:00
|
|
|
id: safenet-authentication-panel
|
2024-03-24 15:49:32 +00:00
|
|
|
|
2024-03-26 08:03:04 +00:00
|
|
|
info:
|
|
|
|
name: SafeNet Authentication Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
SafeNet Authentication Service Self Enrollment login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://cpl.thalesgroup.com/access-management/safenet-trusted-access
|
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-26 08:03:04 +00:00
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.title:"Self Enrollment"
|
|
|
|
tags: panel,safenet,thales,login,detect
|
2024-06-07 10:04:29 +00:00
|
|
|
|
2024-03-24 15:49:32 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/selfenrollment/Enrollment.aspx"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(to_lower(body), "self enrollment") && contains_any(to_lower(body), "safenet", "thales")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-09-04 15:35:24 +00:00
|
|
|
- 'V=([0-9.]+)'
|
|
|
|
# digest: 4a0a00473045022100d59b1a5c3b3c0099476c142fc347ea18cc737ac6a5999908e93e6a587adac7d60220029e0ef383d2e9e96f5f39bc28b6168ae37a169019f29d9a3f4c0a02ea720f47:922c64590222798bb761d5b6d8e72950
|