Skip to content

IBM Decision Server Runtime Panel- Detect

ID: ibm-decision-server-runtime

Severity: info

Author: DhiyaneshDK

Tags: ibm,detect,tech,decision-server

IBM Decision Server Runtime was detected.

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:
- "<title>Hosted Transparent Decision Service</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Decision Server ([0-9.]+)'
# digest: 4a0a004730450220457f64e5eb2ba21d977af01bda5fa763f0444f46777781e8bfe31e877bec28b1022100df548a084d5ffcd844599c02d3d77eb7560a21e2c9f9840e2b3ab0ec2cd7162e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/ibm/ibm-decision-server-runtime.yaml"

View on Github