Update ivanti-epm-detect.yaml

patch-12
Ritik Chaddha 2024-10-08 10:32:32 +04:00 committed by GitHub
parent 9fd092ca76
commit 384489391c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ info:
- https://www.ivanti.com/en-gb/products/endpoint-manager
metadata:
verified: true
max-request: 1
max-request: 2
shodan-query: http.favicon.hash:362091310
tags: detect,ivanti,emm,tech,mobileiron,epm
@ -20,9 +20,8 @@ http:
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/images/favicon.ico"
matchers-condition: and
stop-at-first-match: true
matchers:
- type: dsl
name: "ivanti-epm"
dsl:
- "status_code==200 && (\"362091310\" == mmh3(base64_py(body)))"