Skip to content

IBM Service Assistant Login Panel - Detect

ID: ibm-service-assistant

Severity: info

Author: dhiyaneshDK,righettod

Tags: panel,ibm,service,login,detect

IBM Service Assistant login panel was detected.

id: ibm-service-assistant
info:
name: IBM Service Assistant Login Panel - Detect
author: dhiyaneshDK,righettod
severity: info
description: IBM Service Assistant login panel was detected.
reference:
- https://mediacenter.ibm.com/media/Using+the+IBM+Support+Assistant/0_ffe9o5w1
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Welcome to Service Assistant"
tags: panel,ibm,service,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/service/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Welcome to Service Assistant</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)([a-z0-9\s]+)\s+Service\s+Assistant\s+Tool'
- '(?i)svcProductMtm\s+=\s+.?([0-9a-z\-]+).?'
# digest: 4a0a0047304502207ad5d994a19238ceecbac4bc606cec39ea587a2bf77f0cb84075981dbc5594a50221009dd095ec225ea8a6e174648cbb1bf6d7ace6f88b85ca889c600624cc2a3c3717: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/exposed-panels/ibm/ibm-service-assistant.yaml"

View on Github