Update ivanti-epm-detect.yaml
parent
9fd092ca76
commit
384489391c
|
@ -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)))"
|
||||
|
|
Loading…
Reference in New Issue