2021-09-11 05:24:37 +00:00
|
|
|
id: carestream-vue-detect
|
|
|
|
|
|
|
|
info:
|
2021-09-11 06:52:12 +00:00
|
|
|
name: CARESTREAM Vue Motion Detector
|
2021-09-11 05:24:37 +00:00
|
|
|
author: philippedelteil
|
|
|
|
severity: info
|
|
|
|
description: This template will detect a running CARESTREAM Vue Motion instance
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.carestream.com/en/us/-/media/publicsite/resources/radiography-and-health-it/product-brochures/ris-pacs/pdfs/brochure-vue-motion-201601.pdf
|
2021-09-11 06:52:12 +00:00
|
|
|
tags: tech,myvuehelp
|
2021-09-11 05:24:37 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/portal/favicon.ico"
|
2021-09-11 06:52:12 +00:00
|
|
|
- "{{BaseURL}}/portal/images/MyVue/MyVueHelp.png"
|
|
|
|
|
2021-09-11 05:24:37 +00:00
|
|
|
redirects: true
|
|
|
|
stop-at-first-match: true
|
|
|
|
max-redirects: 2
|
2021-09-11 06:52:12 +00:00
|
|
|
matchers-condition: or
|
2021-09-11 05:24:37 +00:00
|
|
|
matchers:
|
|
|
|
- type: dsl
|
2021-09-11 06:52:12 +00:00
|
|
|
name: "myvuehelp"
|
2021-09-11 05:24:37 +00:00
|
|
|
dsl:
|
2021-09-11 07:04:40 +00:00
|
|
|
- "status_code==200 && (\"84054196570ecd7526894ccb6e7c5c6e\" == md5(body))"
|
2021-09-11 05:24:37 +00:00
|
|
|
|
|
|
|
- type: dsl
|
2021-09-11 06:52:12 +00:00
|
|
|
name: "myvuehelp-favicon"
|
2021-09-11 05:24:37 +00:00
|
|
|
dsl:
|
2021-09-11 07:04:40 +00:00
|
|
|
- "status_code==200 && (\"1c4b2c10acccc48852d12eddadaf7944\" == md5(body))"
|