37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: carestream-vue-detect
|
|
|
|
info:
|
|
name: CARESTREAM Vue Motion Detector
|
|
author: philippedelteil
|
|
severity: info
|
|
description: This template will detect a running CARESTREAM Vue Motion instance
|
|
reference:
|
|
- https://www.carestream.com/en/us/-/media/publicsite/resources/radiography-and-health-it/product-brochures/ris-pacs/pdfs/brochure-vue-motion-201601.pdf
|
|
metadata:
|
|
max-request: 2
|
|
tags: tech,myvuehelp
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/portal/favicon.ico"
|
|
- "{{BaseURL}}/portal/images/MyVue/MyVueHelp.png"
|
|
|
|
host-redirects: true
|
|
stop-at-first-match: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: dsl
|
|
name: "myvuehelp"
|
|
dsl:
|
|
- "status_code==200 && (\"84054196570ecd7526894ccb6e7c5c6e\" == md5(body))"
|
|
|
|
- type: dsl
|
|
name: "myvuehelp-favicon"
|
|
dsl:
|
|
- "status_code==200 && (\"1c4b2c10acccc48852d12eddadaf7944\" == md5(body))"
|
|
|
|
# digest: 4a0a0047304502202aa3815b8f72b57cadb19de2cc86ba80a0a522bc8e65806218ea4f28cc837f7a022100820759ab55360d8f1aad39af864f4baa1f6b2e92dce3a43961f73f7f1c737b53:922c64590222798bb761d5b6d8e72950
|