Merge pull request #9576 from righettod/tibco-spotfire-statsrv_add

Add detection of TIBCO Spotfire Statistics Services instances.
patch-1
Dhiyaneshwaran 2024-04-16 15:34:25 +05:30 committed by GitHub
commit de1e7849f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: tibco-spotfire-services-detect
info:
name: TIBCO Spotfire Statistics Services - Detect
author: righettod
severity: info
description: |
TIBCO Spotfire Statistics Services was detected.
reference:
- https://docs.tibco.com/products/tibco-spotfire-statistics-services
metadata:
max-request: 4
verified: true
shodan-query: "TIBCO Spotfire Server"
tags: tech,tibco,detect
http:
- method: GET
path:
- "{{BaseURL}}/SplusServer/"
- "{{BaseURL}}/RServer/"
- "{{BaseURL}}/TERR/"
- "{{BaseURL}}"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'contains_any(to_lower(body), "tibco spotfire statistics services", "spotfire statistics services")'
- 'contains(header, "TIBCO Spotfire Server")'
condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version\s+([0-9.\s\(\)V]+)'