Merge pull request #9518 from righettod/mitel_add

Add detection of Mitel MiCollab login panel instances.
patch-1
pussycat0x 2024-04-10 16:50:01 +05:30 committed by GitHub
commit 7acb01bd59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: mitel-micollab-panel
info:
name: Mitel MiCollab Login Panel - Detect
author: righettod
severity: info
description: |
Mitel MiCollab login panel was detected.
reference:
- https://www.mitel.com/products/micollab-miteam-meetings-collaboration-software
metadata:
max-request: 1
shodan-query: http.html:"MiCollab End User Portal"
verified: true
tags: panel,mitel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/portal/"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "micollab", "mitel_logo", "com.mitel.mas.portal.domain")'
condition: and