diff --git a/http/technologies/ibm/ibm-decision-server-runtime.yaml b/http/technologies/ibm/ibm-decision-server-runtime.yaml new file mode 100644 index 0000000000..661c1a8e17 --- /dev/null +++ b/http/technologies/ibm/ibm-decision-server-runtime.yaml @@ -0,0 +1,37 @@ +id: ibm-decision-server-runtime + +info: + name: IBM Decision Server Runtime Panel- Detect + author: DhiyaneshDK + severity: info + description: | + 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,decision-server + +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.]+)'