Create ibm-host-trans-detect.yaml
parent
f8a447f7fb
commit
9f1faa55af
|
@ -0,0 +1,37 @@
|
|||
id: ibm-host-trans-detect
|
||||
|
||||
info:
|
||||
name: IBM Hosted Transparent Decision Service - Detection
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
description: |
|
||||
Hosted Transparent Decision Service was detected.
|
||||
reference:
|
||||
- https://www.ibm.com/docs/en/odm/8.10?topic=services-hosted-transparent-decision
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: ibm,detect,tech,ibm-host-trans
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/DecisionService/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Hosted Transparent Decision Service</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Decision Server ([0-9.]+)'
|
Loading…
Reference in New Issue