Skip to content

Commit

Permalink
Merge pull request #8588 from nodauf/main
Browse files Browse the repository at this point in the history
Add template to detect the MDM silverback
  • Loading branch information
ritikchaddha authored Nov 16, 2023
2 parents 9f7aaa9 + 730e43f commit 744a2cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions http/technologies/silverback-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
id: silverback-detect

info:
name: 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:
max-request: 1
verified: true
shodan-query: http.favicon.hash:635899646
tags: favicon,tech,silverback,mdm

http:
- method: GET
path:
- "{{BaseURL}}/sts/Content/Images/favicon.ico"

matchers:
- type: dsl
dsl:
- "status_code==200 && (\"635899646\" == mmh3(base64_py(body)))"

0 comments on commit 744a2cb

Please sign in to comment.