Merge pull request #10914 from rxerium/ivanti-emm
Ivanti Endpoint Manager (EPM) Login Panel detectionpatch-12
commit
30d1497c99
|
@ -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)))"
|
Loading…
Reference in New Issue