Skip to content

Ivanti Endpoint Manager (EPM) - Detect

ID: ivanti-epm-detect

Severity: info

Author: rxerium

Tags: detect,ivanti,emm,tech,mobileiron,epm

An Ivanti Endpoint Manager was detected.

id: ivanti-epm-detect
info:
name: Ivanti Endpoint Manager (EPM) - Detect
author: rxerium
severity: info
description: |
An Ivanti Endpoint Manager was detected.
reference:
- https://www.ivanti.com/en-gb/products/endpoint-manager
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:362091310
tags: detect,ivanti,emm,tech,mobileiron,epm
http:
- method: GET
path:
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/images/favicon.ico"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"362091310\" == mmh3(base64_py(body)))"
# digest: 490a0046304402206b17572582eca911dcfcd6a9e1d3c304f1cc764e2f97606145facb245dcbe73402206e0944fe69122a0f20068e8d1744f697ca7e54362e944a69dd6aab702bb67700: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/technologies/ivanti-epm-detect.yaml"

View on Github