From 9f1faa55af6fdc9f695ba30f65abf3456a734846 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Feb 2024 14:24:34 +0530 Subject: [PATCH 1/4] 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.]+)' From 6a210ce1cc075e070c36c15c75c5263f754b24d5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Feb 2024 17:15:03 +0530 Subject: [PATCH 2/4] Update ibm-host-trans-detect.yaml --- http/technologies/ibm/ibm-host-trans-detect.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/technologies/ibm/ibm-host-trans-detect.yaml b/http/technologies/ibm/ibm-host-trans-detect.yaml index 2a06f29a6b..066ef7b4b6 100644 --- a/http/technologies/ibm/ibm-host-trans-detect.yaml +++ b/http/technologies/ibm/ibm-host-trans-detect.yaml @@ -1,17 +1,17 @@ -id: ibm-host-trans-detect +id: ibm-decision-server-runtime info: - name: IBM Hosted Transparent Decision Service - Detection + name: IBM Decision Server Runtime - Detection author: DhiyaneshDK severity: info description: | - Hosted Transparent Decision Service was detected. + IBM Decision Server Runtime 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 + tags: ibm,detect,tech,decision-server http: - method: GET From 6f7ce7d09ec826331cb40b0e9cfe57f526dd4d25 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Feb 2024 17:54:57 +0530 Subject: [PATCH 3/4] Rename ibm-host-trans-detect.yaml to ibm-decision-server-runtime.yaml --- ...bm-host-trans-detect.yaml => ibm-decision-server-runtime.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/technologies/ibm/{ibm-host-trans-detect.yaml => ibm-decision-server-runtime.yaml} (100%) diff --git a/http/technologies/ibm/ibm-host-trans-detect.yaml b/http/technologies/ibm/ibm-decision-server-runtime.yaml similarity index 100% rename from http/technologies/ibm/ibm-host-trans-detect.yaml rename to http/technologies/ibm/ibm-decision-server-runtime.yaml From 8697b4cbe810beb09348760be7008ac335719770 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:07:01 +0530 Subject: [PATCH 4/4] Update ibm-decision-server-runtime.yaml --- http/technologies/ibm/ibm-decision-server-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/ibm/ibm-decision-server-runtime.yaml b/http/technologies/ibm/ibm-decision-server-runtime.yaml index 066ef7b4b6..661c1a8e17 100644 --- a/http/technologies/ibm/ibm-decision-server-runtime.yaml +++ b/http/technologies/ibm/ibm-decision-server-runtime.yaml @@ -1,7 +1,7 @@ id: ibm-decision-server-runtime info: - name: IBM Decision Server Runtime - Detection + name: IBM Decision Server Runtime Panel- Detect author: DhiyaneshDK severity: info description: |