33 lines
848 B
YAML
33 lines
848 B
YAML
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a00473045022100d0228046f2f75888ad22a860ab376e05d794b4d570320e4e39f2207c011afa1202204fb3225be94cf15cd1cbed8783a9822587c0bdd5d6d314666bcb9a43dab9fb27:922c64590222798bb761d5b6d8e72950
|