28 lines
925 B
YAML
28 lines
925 B
YAML
id: heuristic-scan
|
|
|
|
info:
|
|
name: Heuristic scanning is not configured
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message will be forwarded to the recipient. Blocked files are quarantined if quarantine is enabled.
|
|
reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices
|
|
tags: fortigate,config,audit,firewall
|
|
|
|
file:
|
|
- extensions:
|
|
- conf
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "config antivirus heuristic"
|
|
- "set mode block"
|
|
negative: true
|
|
|
|
- type: word
|
|
words:
|
|
- "config system"
|
|
- "config router"
|
|
- "config firewall"
|
|
condition: or |