From b4f99b4213d71f1a3a19acc6949f9de9e8bb2670 Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/global/antivirus.cfg Sat Oct 11 05:07:41 PM EDT 2025 --- configs/fortigate/global/antivirus.cfg | 71 ++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 configs/fortigate/global/antivirus.cfg diff --git a/configs/fortigate/global/antivirus.cfg b/configs/fortigate/global/antivirus.cfg new file mode 100644 index 0000000..f732470 --- /dev/null +++ b/configs/fortigate/global/antivirus.cfg @@ -0,0 +1,71 @@ +config antivirus profile + edit "g-default" + set comment "Scan files and block viruses." + config http + set av-scan block + end + config ftp + set av-scan block + end + config imap + set av-scan block + set executables virus + end + config pop3 + set av-scan block + set executables virus + end + config smtp + set av-scan block + set executables virus + end + set outbreak-prevention-archive-scan disable + set external-blocklist-enable-all enable + next + edit "g-sniffer-profile" + set comment "Scan files and monitor viruses." + config http + set av-scan block + end + config ftp + set av-scan block + end + config imap + set av-scan block + set executables virus + end + config pop3 + set av-scan block + set executables virus + end + config smtp + set av-scan block + set executables virus + end + set outbreak-prevention-archive-scan disable + set external-blocklist-enable-all enable + next + edit "g-wifi-default" + set comment "Default configuration for offloading WiFi traffic." + config http + set av-scan block + end + config ftp + set av-scan block + end + config imap + set av-scan block + set executables virus + end + config pop3 + set av-scan block + set executables virus + end + config smtp + set av-scan block + set executables virus + end + set outbreak-prevention-archive-scan disable + set external-blocklist-enable-all enable + next +end