nuclei-templates/file/audit/fortigate/heuristic-scan.yaml

35 lines
1.1 KiB
YAML
Raw Normal View History

id: heuristic-scan
info:
name: Fortinet Heuristic Scanning - Configuration
author: pussycat0x
severity: info
description: Fortinet heuristic scanning configuration is advised to thwart attacks. 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 is forwarded to the recipient, and 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
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-04-14 14:27:45 +00:00
tags: audit,config,file,firewall,fortigate
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"
2023-04-14 14:27:45 +00:00
condition: or
# Enhanced by md on 2023/05/03