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

29 lines
931 B
YAML
Raw Normal View History

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
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