Merge pull request #10102 from righettod/ibmodm_upd
Add more matchers to the "IBM ODM" login panel detection template.patch-4
commit
29d4b90da1
|
@ -2,16 +2,18 @@ id: ibm-odm-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: IBM Operational Decision Manager Panel - Detect
|
name: IBM Operational Decision Manager Panel - Detect
|
||||||
author: DhiyaneshDK
|
author: DhiyaneshDK,righettod
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
IBM Operational Decision Manager panel was detected.
|
IBM Operational Decision Manager panel was detected.
|
||||||
reference:
|
reference:
|
||||||
- https://www.ibm.com/docs/en/odm/8.12.0
|
- https://www.ibm.com/docs/en/odm/8.12.0
|
||||||
|
- https://www.ibm.com/products/operational-decision-manager
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 1
|
||||||
fofa-query: title="Decision Center | Business Console"
|
fofa-query: title="Decision Center | Business Console"
|
||||||
|
shodan-query: http.title:"Decision Center | Business Console"
|
||||||
tags: panel,ibm,login,detect,decision-center
|
tags: panel,ibm,login,detect,decision-center
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -24,9 +26,18 @@ http:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
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
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
# digest: 4a0a004730450221008a3b3de13561d846fb75ff0b72e581d81d042e0923570e71d5a5b78e4569531302207176f9a0fbf8ec224abd85e32b019c6382610312f94208ef3a358187150fb17d:922c64590222798bb761d5b6d8e72950
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
group: 1
|
||||||
|
regex:
|
||||||
|
- '(?i)"js/dist/([0-9.]+)/decisioncenter"'
|
||||||
|
|
Loading…
Reference in New Issue