Skip to content

MobileIron Sentry Panel - Detect

ID: mobileiron-sentry

Severity: info

Author: pdteam

Tags: panel,mobileiron

MobileIron Sentry panel was detected.

id: mobileiron-sentry
info:
name: MobileIron Sentry Panel - Detect
author: pdteam
severity: info
description: MobileIron Sentry panel was detected.
reference:
- https://help.ivanti.com/mi/help/en_us/sntry/9.9.0/gdcl/Content/SentryGuide/MobileIron_Sentry_overvi.htm
classification:
cpe: cpe:2.3:a:mobileiron:sentry:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mobileiron
product: sentry
shodan-query: http.favicon.hash:967636089
tags: panel,mobileiron
http:
- method: GET
path:
- "{{BaseURL}}/mics/login.jsp"
matchers:
- type: word
words:
- "MobileIron System Manager"
extractors:
- type: regex
group: 1
regex:
- \?([\d.]+)"
# digest: 490a00463044022051054f03320a9c9320a3b29cd3b2addbda4724d93f49b44d9bbdd22c33578fa10220101e9f18498c0fb32ae2e0ce5979d68a3149b7bf0f790829b416df3034a914ae:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mobileiron-sentry.yaml"

View on Github