34 lines
723 B
YAML
34 lines
723 B
YAML
|
id: admiralcloud-detect
|
||
|
|
||
|
info:
|
||
|
name: HCP Anywhere - Detect
|
||
|
author: righettod
|
||
|
severity: info
|
||
|
description: |
|
||
|
AdmiralCloud was detected.
|
||
|
reference:
|
||
|
- https://www.admiralcloud.com/en/
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: http.title:"AdmiralCloud"
|
||
|
tags: tech,admiralcloud
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains_any(to_lower(body), "content=\"admiralcloud", "<title>admiralcloud")'
|
||
|
condition: and
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '\s+([0-9\.]+)</title>'
|