Create carestream-vue-detect.yaml
parent
4b983bbe2a
commit
80702f0451
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
||||||
|
references: https://www.carestream.com/en/us/-/media/publicsite/resources/radiography-and-health-it/product-brochures/ris-pacs/pdfs/brochure-vue-motion-201601.pdf
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/portal/images/MyVue/MyVueHelp.png"
|
||||||
|
- "{{BaseURL}}/portal/favicon.ico"
|
||||||
|
redirects: true
|
||||||
|
stop-at-first-match: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
name: "MyVueHelp"
|
||||||
|
dsl:
|
||||||
|
- "status_code==200 && (\"84054196570ecd7526894ccb6e7c5c6e\" == md5(body))"
|
||||||
|
|
||||||
|
- type: dsl
|
||||||
|
name: "favicon"
|
||||||
|
dsl:
|
||||||
|
- "status_code==200 && (\"1c4b2c10acccc48852d12eddadaf7944\" == md5(body))"
|
Loading…
Reference in New Issue