38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: ibm-api-connect-detect
|
|
|
|
info:
|
|
name: IBM API Connect Developer Portal - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: IBM API Connect Developer Portal was detected.
|
|
reference:
|
|
- https://github.com/ibm-apiconnect/devportal
|
|
- https://www.ibm.com/products/api-connect/developer-portal
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.favicon.hash:"801517258"
|
|
tags: tech,ibm,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/favicon.ico'
|
|
- '{{BaseURL}}/modules/ibm_apim/ibm_apim.info.yml'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_any(to_lower(body), "ibm developer portal is ready", "package: ibm api developer")'
|
|
- '("801517258" == mmh3(base64_py(body)))'
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)version:\s+([0-9a-z\-_.]+)'
|
|
# digest: 4a0a00473045022070d4305d47b13520c272950e603b755b720a01cc360d31a77833d64bb7d3bb79022100fd38df19b8653c7b8a139144f8adbb81af0bc2ec0a4f240cac0e19211bd1638c:922c64590222798bb761d5b6d8e72950 |