2022-09-29 06:13:04 +00:00
|
|
|
id: somansa-dlp-detect
|
|
|
|
|
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: Somansa DLP Login Panel - Detect
|
2022-09-29 06:13:04 +00:00
|
|
|
author: gy741,ritikchaddha
|
|
|
|
severity: info
|
2023-01-16 17:41:15 +00:00
|
|
|
description: Somansa DLP login panel was detected.
|
2022-09-29 06:13:04 +00:00
|
|
|
reference:
|
|
|
|
- https://www.somansa.com/solution/integrated_solution/dlp/
|
2023-01-16 17:41:15 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-09-29 06:13:04 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"DLP system"
|
|
|
|
tags: panel,somansa,dlp
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/DLPCenter/loginform.sms"
|
|
|
|
- "{{BaseURL}}/DLPCenter/images/favicon.ico"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "/DLPCenter/js/"
|
|
|
|
- "SOMANSA"
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code==200 && (\"-1217239281\" == mmh3(base64_py(body)))"
|
2023-01-16 17:41:15 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/15
|