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 panos-management-panel.yaml #11193

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions http/exposed-panels/panos-management-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
id: panos-management-panel

info:
name: PAN-OS Management Panel - Detect
author: bhutch
severity: info
description: |
PAN-OS management panel was detected.
reference:
- https://security.paloaltonetworks.com/PAN-SA-2024-0015
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
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:873381299
tags: panel,panos,login,detect,paloaltonetworks

http:
- method: GET
path:
- "{{BaseURL}}/php/login.php"

matchers-condition: and
matchers:
- type: word
part: body
words:
- "<TITLE>Login</TITLE>"
- 'PAN_FORM_CONTENT'
condition: and

- type: status
status:
- 200
Loading