27 lines
736 B
YAML
27 lines
736 B
YAML
id: scp-admin
|
|
|
|
info:
|
|
name: Admin-SCP Disabled
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Disable SCP by default. Enabling SCP allows downloading the configuration file from the FortiGate as an alternative method of backing up the configuration file.
|
|
reference: https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/612504/hardening-your-fortigate
|
|
tags: fortigate,config,audit,firewall
|
|
|
|
file:
|
|
- extensions:
|
|
- conf
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "set admin-scp enable"
|
|
negative: true
|
|
|
|
- type: word
|
|
words:
|
|
- "config system"
|
|
- "config router"
|
|
- "config firewall"
|
|
condition: or |