Create ibm-decision-runner.yaml

patch-1
Dhiyaneshwaran 2024-02-22 15:20:51 +05:30 committed by GitHub
parent 22f445fda6
commit ae1f71c94a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -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:
- "<title>Decision Runner</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Decision Server ([0-9.]+)'