Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create f5-next-central-manager.yaml #9734

Merged
merged 3 commits into from
May 15, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 40 additions & 0 deletions http/exposed-panels/fortinet/f5-next-central-manager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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:
verified: true
max-request: 1
vendor: f5
product: big-ip
tags: panel,fortinet,login

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