Added template for f5-admin-interface

patch-4
Drew_V 1970-01-01 00:00:00 +00:00
parent 3777ab6755
commit 697c1e00c3
1 changed files with 24 additions and 0 deletions

24
f5-admin-interface.yaml Normal file
View File

@ -0,0 +1,24 @@
id: f5-admin-interface
info:
name: F5 Admin Interface Detection
description: Detects F5 admin interfaces.
author: drewvravick
severity: high
tags: [f5, admin-interface, detection]
requests:
- method: GET
path:
- "{{BaseURL}}/tmui/login.jsp"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'BIG-IP Configuration Utility'
- 'F5 Networks'
part: body
- type: status
status:
- 200