diff --git a/http/technologies/ibm/ibm-decision-runner.yaml b/http/technologies/ibm/ibm-decision-runner.yaml new file mode 100644 index 0000000000..dfdbab199a --- /dev/null +++ b/http/technologies/ibm/ibm-decision-runner.yaml @@ -0,0 +1,37 @@ +id: ibm-decision-runner + +info: + name: IBM Decision Runner - Detection + author: DhiyaneshDK + severity: info + description: | + IBM Decision Runner Service was detected. + reference: + - https://www.ibm.com/docs/en/odm/8.8.1?topic=simulation-tuning-decision-runner-web-application + metadata: + verified: true + max-request: 1 + tags: ibm,detect,tech,ibm-decision-runner + +http: + - method: GET + path: + - "{{BaseURL}}/DecisionRunner/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Decision Runner" + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'Decision Server ([0-9.]+)'