Add files via upload
parent
6ce3478592
commit
bce3729daa
|
@ -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
|
||||
|
Loading…
Reference in New Issue