Merge pull request #10102 from righettod/ibmodm_upd

Add more matchers to the "IBM ODM" login panel detection template.
patch-4
Dhiyaneshwaran 2024-06-25 16:06:17 +08:00 committed by GitHub
commit 29d4b90da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 3 deletions

View File

@ -2,16 +2,18 @@ id: ibm-odm-panel
info:
name: IBM Operational Decision Manager Panel - Detect
author: DhiyaneshDK
author: DhiyaneshDK,righettod
severity: info
description: |
IBM Operational Decision Manager panel was detected.
reference:
- https://www.ibm.com/docs/en/odm/8.12.0
- https://www.ibm.com/products/operational-decision-manager
metadata:
verified: true
max-request: 1
fofa-query: title="Decision Center | Business Console"
shodan-query: http.title:"Decision Center | Business Console"
tags: panel,ibm,login,detect,decision-center
http:
@ -24,9 +26,18 @@ http:
- type: word
part: body
words:
- "<title>Decision Center | Business Console</title>"
- '<title>Decision Center | Business Console</title>'
- '<h1 class="title">Decision Center | Business Console</h1>'
- 'com/ibm/rules/decisioncenter/setup/Login'
condition: or
- type: status
status:
- 200
# digest: 4a0a004730450221008a3b3de13561d846fb75ff0b72e581d81d042e0923570e71d5a5b78e4569531302207176f9a0fbf8ec224abd85e32b019c6382610312f94208ef3a358187150fb17d:922c64590222798bb761d5b6d8e72950
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)"js/dist/([0-9.]+)/decisioncenter"'