From 9f1faa55af6fdc9f695ba30f65abf3456a734846 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Feb 2024 14:24:34 +0530 Subject: [PATCH] Create ibm-host-trans-detect.yaml --- .../ibm/ibm-host-trans-detect.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 http/technologies/ibm/ibm-host-trans-detect.yaml diff --git a/http/technologies/ibm/ibm-host-trans-detect.yaml b/http/technologies/ibm/ibm-host-trans-detect.yaml new file mode 100644 index 0000000000..2a06f29a6b --- /dev/null +++ b/http/technologies/ibm/ibm-host-trans-detect.yaml @@ -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: + - "Hosted Transparent Decision Service" + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'Decision Server ([0-9.]+)'