Add template to detect the MDM silverback
parent
b308489249
commit
9f2090bd45
|
@ -0,0 +1,42 @@
|
|||
id: silverback-detect
|
||||
|
||||
info:
|
||||
name: Favicon based Silverback MDM Detection
|
||||
author: nodauf
|
||||
severity: info
|
||||
reference:
|
||||
- https://help.matrix42.com/010_SUEM/020_UEM/30Enterprise_Mobility_Management/010Installation_and_Update/10_Silverback
|
||||
metadata:
|
||||
shodan-query: http.favicon.hash:635899646
|
||||
tags: favicon,tech
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
host-redirects: true
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Silverback - Identifiant</title>"
|
||||
- "silverback-logo-container"
|
||||
condition: or
|
||||
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sts/Content/Images/favicon.ico"
|
||||
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Silverback - Identifiant</title>"
|
||||
- "silverback-logo-container"
|
||||
condition: or
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200 && (\"635899646\" == mmh3(base64_py(body)))"
|
Loading…
Reference in New Issue