Add files via upload

patch-1
Dominique RIGHETTO 2024-03-09 11:00:50 +01:00 committed by GitHub
parent 6ce3478592
commit bce3729daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: hcpanywhere-detect
info:
name: HCP Anywhere - Detect
author: righettod
severity: info
description: |
HCP Anywhere was detected.
reference:
- https://hcpanywhere.hds.com/portal/public/help-complete/en/cp_hcpaw_what_is.html
metadata:
max-request: 1
verified: true
tags: tech,hcpanywhere
http:
- method: GET
path:
- "{{BaseURL}}/userportal/documentation/mapping.json"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "brandedUrl", "helpId", "url") && contains(body, "hcpaw")'
condition: and