2024-02-22 11:45:03 +00:00
|
|
|
id: ibm-decision-server-runtime
|
2024-02-22 08:54:34 +00:00
|
|
|
|
|
|
|
info:
|
2024-02-23 08:37:01 +00:00
|
|
|
name: IBM Decision Server Runtime Panel- Detect
|
2024-02-22 08:54:34 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-02-22 11:45:03 +00:00
|
|
|
IBM Decision Server Runtime was detected.
|
2024-02-22 08:54:34 +00:00
|
|
|
reference:
|
|
|
|
- https://www.ibm.com/docs/en/odm/8.10?topic=services-hosted-transparent-decision
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
2024-02-22 11:45:03 +00:00
|
|
|
tags: ibm,detect,tech,decision-server
|
2024-02-22 08:54:34 +00:00
|
|
|
|
|
|
|
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.]+)'
|