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

Fortinet FGFM protocol #11147

Merged
merged 10 commits into from
Nov 18, 2024
57 changes: 0 additions & 57 deletions http/default-logins/minio/minio-object-default-login.yaml

This file was deleted.

38 changes: 38 additions & 0 deletions network/detection/fortinet-fgfm-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
id: fortinet-fgfm-detect

info:
name: Fortinet FGFM protocol - Detect
author: johnk3r
severity: info
description: |
FortiGate to FortiManager Protocol (FGFM) was detected.
reference:
- https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/529217/fortios-ports-and-protocols
metadata:
verified: true
max-request: 1
shodan-query: 'port:541 xab'
tags: network,tcp,fortinet,fortigate,fortimanager

tcp:
- inputs:
- data: 2E
type: hex

host:
- "{{Hostname}}"
port: 541

read-size: 1024

matchers:
- type: word
words:
- ".fortinet.com"
- "Certificate Authority"
condition: and

extractors:
- type: regex
regex:
- '[a-z0-9.-]+\.fortinet\.com'