Skip to content

IBM Spectrum - Detect

ID: ibm-spectrum-detect

Severity: info

Author: righettod

Tags: tech,ibm,spectrum

IBM Spectrum products was detected.

id: ibm-spectrum-detect
info:
name: IBM Spectrum - Detect
author: righettod
severity: info
description: |
IBM Spectrum products was detected.
reference:
- https://www.ibm.com/docs/en/products?filter=spectrum
metadata:
max-request: 1
verified: true
shodan-query: http.title:"IBM Spectrum"
tags: tech,ibm,spectrum
http:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}/BACLIENT"
- "{{BaseURL}}/JNLP"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "ibm spectrum", "com.ibm.")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)"guiVersion"\s*:\s*"([0-9.\-]+)"'
- '(?i)name="?version"?\s+value="?([0-9.\-]+)"?'
# digest: 4a0a00473045022100a22c6734724df96a1fb56c0d2953e3c95b7e447547cb9fc64f75ec3c02fffe5f02200a0fd6e24921fd0404bb5ac789cdbd92ad4a250e40acab10c6c65dcf9ef982db: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-spectrum-detect.yaml"

View on Github