44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: incapptic-connect-panel
|
|
|
|
info:
|
|
name: Ivanti Incapptic Connect Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: Ivanti Incapptic Connect panel was detected.
|
|
reference:
|
|
- https://www.ivanti.com/products/incapptic-connect
|
|
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
|
|
metadata:
|
|
shodan-query:
|
|
- http.title:"incapptic"
|
|
- http.favicon.hash:-1067582922
|
|
tags: panel,ivanti,incapptic-connect
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/static/img/custom_icons/favicon.ico'
|
|
|
|
host-redirects: true
|
|
max-redirects: 3
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200"
|
|
- "contains(tolower(body), 'incapptic')"
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200"
|
|
- "('-1067582922' == mmh3(base64_py(body)))"
|
|
condition: and
|
|
|
|
# Enhanced by md on 2022/11/21
|