44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
id: ibm-advanced-system-management
|
|
|
|
info:
|
|
name: IBM Advanced System Management Panel - Detect
|
|
author: dhiyaneshDK,righettod
|
|
severity: info
|
|
description: IBM Advanced System Management panel was detected.
|
|
reference:
|
|
- https://www.ibm.com/docs/en/power8/9080-MME?topic=operations-advanced-system-management
|
|
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: 2
|
|
verified: true
|
|
shodan-query: title:"Advanced System Management"
|
|
fofa-query: title="Advanced System Management"
|
|
tags: panel,ibm,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/cgi-bin/cgi?form=1'
|
|
- '{{BaseURL}}/cgi-bin/cgi'
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Advanced System Management'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)Update\s+Access\s+Key\s+Exp\s+Date\s+\(YYYY-MM-DD\):\s+([0-9\-]+)'
|
|
# digest: 4a0a00473045022100e9cb62a771e8b58d67c520cbada07b12a5148daa29798dfd91256f40a305ec75022061615bd57db93d590a8d892ed717cb38910db871aa0af4627ec38ac6b9ba07c7:922c64590222798bb761d5b6d8e72950 |