Create f5-next-central-manager.yaml

Adds template for detect BIG-IP Next Central Manager Login panels
patch-2
Egemen Koçhisarlı 2024-05-09 12:47:17 +03:00 committed by GitHub
parent a02dcf61d2
commit 80577f4a04
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: f5-next-central-manager
info:
name: F5 Next Central Manager Login Panel - Detect
author: EgemenKochisarli
severity: info
description: F5 Next Central Manager login panel was detected.
reference:
- https://clouddocs.f5.com/bigip-next/latest/use_cm/
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
cpe: cpe:2.3:h:f5:big-ip:*:*:*:*:*:*:*:*
metadata:
max-request: 1
product: bigip
vendor: big-ip_next_central_manager
tags: panel,fortinet
http:
- method: GET
path:
- "{{BaseURL}}/gui/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>BIG-IP Next | Central Manager</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200