Create carestream-vue-detect.yaml

patch-1
Philippe Delteil 2021-09-11 02:24:37 -03:00 committed by GitHub
parent 4b983bbe2a
commit 80702f0451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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))"