Create ibm-host-trans-detect.yaml

patch-1
Dhiyaneshwaran 2024-02-22 14:24:34 +05:30 committed by GitHub
parent f8a447f7fb
commit 9f1faa55af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -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.]+)'