Merge pull request #10914 from rxerium/ivanti-emm

Ivanti Endpoint Manager (EPM) Login Panel detection
patch-12
Ritik Chaddha 2024-10-08 10:39:28 +04:00 committed by GitHub
commit 30d1497c99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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)))"