:source: fortios_antivirus_profile.py
:orphan:
.. fortios_antivirus_profile:
fortios_antivirus_profile -- Configure AntiVirus profiles in Fortinet's FortiOS and FortiGate.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. versionadded:: 2.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify antivirus feature and profile category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0
Requirements
------------
The below requirements are needed on the host that executes this module.
- ansible>=2.16
Tips
----
Using member operation to add an element to an existing object.
FortiOS Version Compatibility
-----------------------------
Supported Version Ranges: v6.0.0 -> v7.6.6
Parameters
----------
.. raw:: html
- access_token - Token-based authentication. Generated from GUI of Fortigate. type: str required: false
- enable_log - Enable/Disable logging for task. type: bool required: false default: False
- vdom - Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. type: str default: root
- member_path - Member attribute path to operate on. type: str
- member_state - Add or delete a member under specified attribute path. type: str choices: present, absent
- state - Indicates whether to create or remove the object. type: str required: true choices: present, absent
- antivirus_profile - Configure AntiVirus profiles. type: dict
more...
| Supported Version Ranges |
| antivirus_profile |
v6.0.0 -> 7.6.6 |
- analytics_accept_filetype - Only submit files matching this DLP file-pattern to FortiSandbox (post-transfer scan only). Source dlp.filepattern.id. type: int
more...
|
Supported Version Ranges |
| analytics_accept_filetype |
v7.0.0 -> 7.6.6 |
- analytics_bl_filetype - Only submit files matching this DLP file-pattern to FortiSandbox. Source dlp.filepattern.id. type: int
more...
|
Supported Version Ranges |
| analytics_bl_filetype |
v6.0.0 -> v6.4.4 |
- analytics_db - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| analytics_db |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- analytics_ignore_filetype - Do not submit files matching this DLP file-pattern to FortiSandbox (post-transfer scan only). Source dlp.filepattern.id. type: int
more...
|
Supported Version Ranges |
| analytics_ignore_filetype |
v7.0.0 -> 7.6.6 |
- analytics_max_upload - Maximum size of files that can be uploaded to FortiSandbox. type: int
more...
|
Supported Version Ranges |
| analytics_max_upload |
v6.0.0 -> v7.0.12 |
- analytics_wl_filetype - Do not submit files matching this DLP file-pattern to FortiSandbox. Source dlp.filepattern.id. type: int
more...
|
Supported Version Ranges |
| analytics_wl_filetype |
v6.0.0 -> v6.4.4 |
- av_block_log - Enable/disable logging for AntiVirus file blocking. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| av_block_log |
v6.0.0 -> v7.2.4 |
| [enable] |
v6.0.0 -> v7.2.4 |
| [disable] |
v6.0.0 -> v7.2.4 |
- av_virus_log - Enable/disable AntiVirus logging. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| av_virus_log |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- cifs - Configure CIFS AntiVirus options. type: dict
more...
| Supported Version Ranges |
| cifs |
v6.2.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.2.0 -> 7.6.6 |
| [encrypted] |
v6.2.0 -> 7.6.6 |
| [corrupted] |
v6.2.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.2.0 -> 7.6.6 |
| [multipart] |
v6.2.0 -> 7.6.6 |
| [nested] |
v6.2.0 -> 7.6.6 |
| [mailbomb] |
v6.2.0 -> 7.6.6 |
| [timeout] |
v6.2.0 -> 7.6.6 |
| [unhandled] |
v6.2.0 -> 7.6.6 |
| [fileslimit] |
v6.2.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.2.0 -> 7.6.6 |
| [encrypted] |
v6.2.0 -> 7.6.6 |
| [corrupted] |
v6.2.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.2.0 -> 7.6.6 |
| [multipart] |
v6.2.0 -> 7.6.6 |
| [nested] |
v6.2.0 -> 7.6.6 |
| [mailbomb] |
v6.2.0 -> 7.6.6 |
| [timeout] |
v6.2.0 -> 7.6.6 |
| [unhandled] |
v6.2.0 -> 7.6.6 |
| [fileslimit] |
v6.2.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.2.0 -> 7.6.6 |
| [enable] |
v6.2.0 -> 7.6.6 |
| [disable] |
v6.2.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.2.0 -> v6.4.4 |
| [scan] |
v6.2.0 -> v6.4.4 |
| [avmonitor] |
v6.2.0 -> v6.4.4 |
| [quarantine] |
v6.2.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.2.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.2.0 -> v6.4.4 |
| [files] |
v6.2.0 -> v6.4.4 |
| [full-archive] |
v6.2.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- comment - Comment. type: str
more...
|
Supported Version Ranges |
| comment |
v6.0.0 -> 7.6.6 |
- content_disarm - AV Content Disarm and Reconstruction settings. type: dict
more...
| Supported Version Ranges |
| content_disarm |
v6.0.0 -> 7.6.6 |
- analytics_suspicious - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| analytics_suspicious |
v7.6.0 -> 7.6.6 |
| [disable] |
v7.6.0 -> 7.6.6 |
| [enable] |
v7.6.0 -> 7.6.6 |
- cover_page - Enable/disable inserting a cover page into the disarmed document. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| cover_page |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- detect_only - Enable/disable only detect disarmable files, do not alter content. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| detect_only |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- error_action - Action to be taken if CDR engine encounters an unrecoverable error. type: str choices: block, log-only, ignore
more...
|
Supported Version Ranges |
| error_action |
v6.4.0 -> v6.4.0 |
v6.4.4 -> 7.6.6 |
| [block] |
v6.4.0 -> v6.4.0 |
| [log-only] |
v6.4.0 -> v6.4.0 |
| [ignore] |
v6.4.0 -> v6.4.0 |
- office_action - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_action |
v6.2.0 -> 7.6.6 |
| [disable] |
v6.2.0 -> 7.6.6 |
| [enable] |
v6.2.0 -> 7.6.6 |
- office_dde - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_dde |
v6.2.0 -> 7.6.6 |
| [disable] |
v6.2.0 -> 7.6.6 |
| [enable] |
v6.2.0 -> 7.6.6 |
- office_embed - Enable/disable stripping of embedded objects in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_embed |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- office_hylink - Enable/disable stripping of hyperlinks in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_hylink |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- office_linked - Enable/disable stripping of linked objects in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_linked |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- office_macro - Enable/disable stripping of macros in Microsoft Office documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| office_macro |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- original_file_destination - Destination to send original file if active content is removed. type: str choices: fortisandbox, quarantine, discard
more...
|
Supported Version Ranges |
| original_file_destination |
v6.0.0 -> 7.6.6 |
| [fortisandbox] |
v6.0.0 -> 7.6.6 |
| [quarantine] |
v6.0.0 -> 7.6.6 |
| [discard] |
v6.0.0 -> 7.6.6 |
- pdf_act_form - Enable/disable stripping of PDF document actions that submit data to other targets. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_form |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_act_gotor - Enable/disable stripping of PDF document actions that access other PDF documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_gotor |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_act_java - Enable/disable stripping of PDF document actions that execute JavaScript code. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_java |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_act_launch - Enable/disable stripping of PDF document actions that launch other applications. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_launch |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_act_movie - Enable/disable stripping of PDF document actions that play a movie. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_movie |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_act_sound - Enable/disable stripping of PDF document actions that play a sound. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_act_sound |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_embedfile - Enable/disable stripping of embedded files in PDF documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_embedfile |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_hyperlink - Enable/disable stripping of hyperlinks from PDF documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_hyperlink |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- pdf_javacode - Enable/disable stripping of JavaScript code in PDF documents. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| pdf_javacode |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- ems_threat_feed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Analyzes files including the content of archives. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| ems_threat_feed |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- extended_log - Enable/disable extended logging for antivirus. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| extended_log |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- external_blocklist - One or more external malware block lists. type: list member_path: external_blocklist:name
more...
| Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
- name - External blocklist. Source system.external-resource.name. type: str required: true
more...
|
Supported Version Ranges |
| name |
v7.0.0 -> 7.6.6 |
- external_blocklist_archive_scan - Enable/disable external-blocklist archive scanning. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| external_blocklist_archive_scan |
v7.0.0 -> v7.0.0 |
| [disable] |
v7.0.0 -> v7.0.0 |
| [enable] |
v7.0.0 -> v7.0.0 |
- external_blocklist_enable_all - Enable/disable all external blocklists. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| external_blocklist_enable_all |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- feature_set - Flow/proxy feature set. type: str choices: flow, proxy
more...
|
Supported Version Ranges |
| feature_set |
v6.4.0 -> 7.6.6 |
| [flow] |
v6.4.0 -> 7.6.6 |
| [proxy] |
v6.4.0 -> 7.6.6 |
- fortiai_error_action - Action to take if FortiAI encounters an error. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortiai_error_action |
v7.0.1 -> v7.0.7 |
| [log-only] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [ignore] |
v7.0.1 -> v7.0.7 |
- fortiai_timeout_action - Action to take if FortiAI encounters a scan timeout. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortiai_timeout_action |
v7.0.2 -> v7.0.7 |
| [log-only] |
v7.0.2 -> v7.0.7 |
| [block] |
v7.0.2 -> v7.0.7 |
| [ignore] |
v7.0.2 -> v7.0.7 |
- fortindr_error_action - Action to take if FortiNDR encounters an error. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortindr_error_action |
v7.0.8 -> 7.6.6 |
| [log-only] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [ignore] |
v7.0.8 -> 7.6.6 |
- fortindr_timeout_action - Action to take if FortiNDR encounters a scan timeout. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortindr_timeout_action |
v7.0.8 -> 7.6.6 |
| [log-only] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [ignore] |
v7.0.8 -> 7.6.6 |
- fortisandbox_error_action - Action to take if FortiSandbox inline scan encounters an error. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortisandbox_error_action |
v7.2.0 -> 7.6.6 |
| [log-only] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [ignore] |
v7.2.0 -> 7.6.6 |
- fortisandbox_max_upload - Maximum size of files that can be uploaded to FortiSandbox in Mbytes. type: int
more...
|
Supported Version Ranges |
| fortisandbox_max_upload |
v7.2.0 -> 7.6.6 |
- fortisandbox_mode - FortiSandbox scan modes. type: str choices: inline, analytics-suspicious, analytics-everything
more...
|
Supported Version Ranges |
| fortisandbox_mode |
v7.2.0 -> 7.6.6 |
| [inline] |
v7.2.0 -> 7.6.6 |
| [analytics-suspicious] |
v7.2.0 -> 7.6.6 |
| [analytics-everything] |
v7.2.0 -> 7.6.6 |
- fortisandbox_scan_timeout - FortiSandbox inline scan timeout in seconds (30 - 180). type: int
more...
|
Supported Version Ranges |
| fortisandbox_scan_timeout |
v7.6.5 -> 7.6.6 |
- fortisandbox_timeout_action - Action to take if FortiSandbox inline scan encounters a scan timeout. type: str choices: log-only, block, ignore
more...
|
Supported Version Ranges |
| fortisandbox_timeout_action |
v7.2.0 -> 7.6.6 |
| [log-only] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [ignore] |
v7.2.0 -> 7.6.6 |
- ftgd_analytics - Settings to control which files are uploaded to FortiSandbox. type: str choices: disable, suspicious, everything
more...
|
Supported Version Ranges |
| ftgd_analytics |
v6.0.0 -> v7.0.12 |
| [disable] |
v6.0.0 -> v7.0.12 |
| [suspicious] |
v6.0.0 -> v7.0.12 |
| [everything] |
v6.0.0 -> v7.0.12 |
- ftp - Configure FTP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| ftp |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- http - Configure HTTP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| http |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- content_disarm - Enable/disable Content Disarm and Reconstruction when performing AntiVirus scan. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| content_disarm |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- unknown_content_encoding - Configure the action the FortiGate unit will take on unknown content-encoding. type: str choices: block, inspect, bypass
more...
|
Supported Version Ranges |
| unknown_content_encoding |
v7.0.8 -> v7.0.12 |
v7.2.1 -> v7.2.2 |
| [block] |
v7.0.8 -> v7.0.12 |
| [inspect] |
v7.0.8 -> v7.0.12 |
| [bypass] |
v7.0.8 -> v7.0.12 |
- imap - Configure IMAP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| imap |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- content_disarm - Enable/disable Content Disarm and Reconstruction when performing AntiVirus scan. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| content_disarm |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- executables - Treat Windows executable files as viruses for the purpose of blocking or monitoring. type: str choices: default, virus
more...
|
Supported Version Ranges |
| executables |
v6.0.0 -> 7.6.6 |
| [default] |
v6.0.0 -> 7.6.6 |
| [virus] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- inspection_mode - Inspection mode. type: str choices: proxy, flow-based
more...
|
Supported Version Ranges |
| inspection_mode |
v6.0.0 -> v6.0.11 |
| [proxy] |
v6.0.0 -> v6.0.11 |
| [flow-based] |
v6.0.0 -> v6.0.11 |
- mapi - Configure MAPI AntiVirus options. type: dict
more...
| Supported Version Ranges |
| mapi |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- executables - Treat Windows executable files as viruses for the purpose of blocking or monitoring. type: str choices: default, virus
more...
|
Supported Version Ranges |
| executables |
v6.0.0 -> 7.6.6 |
| [default] |
v6.0.0 -> 7.6.6 |
| [virus] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- mobile_malware_db - Enable/disable using the mobile malware signature database. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| mobile_malware_db |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- nac_quar - Configure AntiVirus quarantine settings. type: dict
more...
| Supported Version Ranges |
| nac_quar |
v6.0.0 -> 7.6.6 |
- expiry - Duration of quarantine. type: str
more...
|
Supported Version Ranges |
| expiry |
v6.0.0 -> 7.6.6 |
- infected - Enable/Disable quarantining infected hosts to the banned user list. type: str choices: none, quar-src-ip
more...
|
Supported Version Ranges |
| infected |
v6.0.0 -> 7.6.6 |
| [none] |
v6.0.0 -> 7.6.6 |
| [quar-src-ip] |
v6.0.0 -> 7.6.6 |
- log - Enable/disable AntiVirus quarantine logging. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| log |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- name - Profile name. type: str required: true
more...
|
Supported Version Ranges |
| name |
v6.0.0 -> 7.6.6 |
- nntp - Configure NNTP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| nntp |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- outbreak_prevention - Configure Virus Outbreak Prevention settings. type: dict
more...
| Supported Version Ranges |
| outbreak_prevention |
v6.2.0 -> v6.4.4 |
- external_blocklist - Enable/disable external malware blocklist. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| external_blocklist |
v6.2.0 -> v6.4.4 |
| [disable] |
v6.2.0 -> v6.4.4 |
| [enable] |
v6.2.0 -> v6.4.4 |
- ftgd_service - Enable/disable FortiGuard Virus outbreak prevention service. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| ftgd_service |
v6.2.0 -> v6.4.4 |
| [disable] |
v6.2.0 -> v6.4.4 |
| [enable] |
v6.2.0 -> v6.4.4 |
- outbreak_prevention_archive_scan - Enable/disable outbreak-prevention archive scanning. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| outbreak_prevention_archive_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- pop3 - Configure POP3 AntiVirus options. type: dict
more...
| Supported Version Ranges |
| pop3 |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- content_disarm - Enable/disable Content Disarm and Reconstruction when performing AntiVirus scan. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| content_disarm |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- executables - Treat Windows executable files as viruses for the purpose of blocking or monitoring. type: str choices: default, virus
more...
|
Supported Version Ranges |
| executables |
v6.0.0 -> 7.6.6 |
| [default] |
v6.0.0 -> 7.6.6 |
| [virus] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable POP3 AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- replacemsg_group - Replacement message group customized for this profile. Source system.replacemsg-group.name. type: str
more...
|
Supported Version Ranges |
| replacemsg_group |
v6.0.0 -> 7.6.6 |
- scan_mode - Configure scan mode . type: str choices: default, legacy, quick, full
more...
|
Supported Version Ranges |
| scan_mode |
v6.0.0 -> 7.6.6 |
| [default] |
v6.2.0 -> 7.6.6 |
| [legacy] |
v6.2.0 -> 7.6.6 |
| [quick] |
v6.0.0 -> v6.0.11 |
| [full] |
v6.0.0 -> v6.0.11 |
- smb - Configure SMB AntiVirus options. type: dict
more...
| Supported Version Ranges |
| smb |
v6.0.0 -> v6.0.11 |
- archive_block - Select the archive types to block. type: str choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, fileslimit, timeout, unhandled
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> v6.0.11 |
| [encrypted] |
v6.0.0 -> v6.0.11 |
| [corrupted] |
v6.0.0 -> v6.0.11 |
| [partiallycorrupted] |
v6.0.0 -> v6.0.11 |
| [multipart] |
v6.0.0 -> v6.0.11 |
| [nested] |
v6.0.0 -> v6.0.11 |
| [mailbomb] |
v6.0.0 -> v6.0.11 |
| [fileslimit] |
v6.0.0 -> v6.0.11 |
| [timeout] |
v6.0.0 -> v6.0.11 |
| [unhandled] |
v6.0.0 -> v6.0.11 |
- archive_log - Select the archive types to log. type: str choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, fileslimit, timeout, unhandled
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> v6.0.11 |
| [encrypted] |
v6.0.0 -> v6.0.11 |
| [corrupted] |
v6.0.0 -> v6.0.11 |
| [partiallycorrupted] |
v6.0.0 -> v6.0.11 |
| [multipart] |
v6.0.0 -> v6.0.11 |
| [nested] |
v6.0.0 -> v6.0.11 |
| [mailbomb] |
v6.0.0 -> v6.0.11 |
| [fileslimit] |
v6.0.0 -> v6.0.11 |
| [timeout] |
v6.0.0 -> v6.0.11 |
| [unhandled] |
v6.0.0 -> v6.0.11 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> v6.0.11 |
| [enable] |
v6.0.0 -> v6.0.11 |
| [disable] |
v6.0.0 -> v6.0.11 |
- options - Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. type: str choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.0.11 |
| [scan] |
v6.0.0 -> v6.0.11 |
| [avmonitor] |
v6.0.0 -> v6.0.11 |
| [quarantine] |
v6.0.0 -> v6.0.11 |
- outbreak_prevention - Enable FortiGuard Virus Outbreak Prevention service. type: str choices: disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> v6.0.11 |
| [disabled] |
v6.0.0 -> v6.0.11 |
| [files] |
v6.0.0 -> v6.0.11 |
| [full-archive] |
v6.0.0 -> v6.0.11 |
- smtp - Configure SMTP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| smtp |
v6.0.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.0.0 -> 7.6.6 |
| [encrypted] |
v6.0.0 -> 7.6.6 |
| [corrupted] |
v6.0.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.0.0 -> 7.6.6 |
| [multipart] |
v6.0.0 -> 7.6.6 |
| [nested] |
v6.0.0 -> 7.6.6 |
| [mailbomb] |
v6.0.0 -> 7.6.6 |
| [timeout] |
v6.0.0 -> 7.6.6 |
| [unhandled] |
v6.0.0 -> 7.6.6 |
| [fileslimit] |
v6.0.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- content_disarm - Enable/disable Content Disarm and Reconstruction when performing AntiVirus scan. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| content_disarm |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
- executables - Treat Windows executable files as viruses for the purpose of blocking or monitoring. type: str choices: default, virus
more...
|
Supported Version Ranges |
| executables |
v6.0.0 -> 7.6.6 |
| [default] |
v6.0.0 -> 7.6.6 |
| [virus] |
v6.0.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.0.0 -> v6.4.4 |
| [scan] |
v6.0.0 -> v6.4.4 |
| [avmonitor] |
v6.0.0 -> v6.4.4 |
| [quarantine] |
v6.0.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.0.0 -> v6.4.4 |
| [files] |
v6.0.0 -> v6.4.4 |
| [full-archive] |
v6.0.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
- ssh - Configure SFTP and SCP AntiVirus options. type: dict
more...
| Supported Version Ranges |
| ssh |
v6.2.0 -> 7.6.6 |
- archive_block - Select the archive types to block. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_block |
v6.2.0 -> 7.6.6 |
| [encrypted] |
v6.2.0 -> 7.6.6 |
| [corrupted] |
v6.2.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.2.0 -> 7.6.6 |
| [multipart] |
v6.2.0 -> 7.6.6 |
| [nested] |
v6.2.0 -> 7.6.6 |
| [mailbomb] |
v6.2.0 -> 7.6.6 |
| [timeout] |
v6.2.0 -> 7.6.6 |
| [unhandled] |
v6.2.0 -> 7.6.6 |
| [fileslimit] |
v6.2.0 -> v7.0.1 |
- archive_log - Select the archive types to log. type: list choices: encrypted, corrupted, partiallycorrupted, multipart, nested, mailbomb, timeout, unhandled, fileslimit
more...
|
Supported Version Ranges |
| archive_log |
v6.2.0 -> 7.6.6 |
| [encrypted] |
v6.2.0 -> 7.6.6 |
| [corrupted] |
v6.2.0 -> 7.6.6 |
| [partiallycorrupted] |
v6.2.0 -> 7.6.6 |
| [multipart] |
v6.2.0 -> 7.6.6 |
| [nested] |
v6.2.0 -> 7.6.6 |
| [mailbomb] |
v6.2.0 -> 7.6.6 |
| [timeout] |
v6.2.0 -> 7.6.6 |
| [unhandled] |
v6.2.0 -> 7.6.6 |
| [fileslimit] |
v6.2.0 -> v7.0.1 |
- av_scan - Enable AntiVirus scan service. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| av_scan |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- emulator - Enable/disable the virus emulator. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| emulator |
v6.2.0 -> 7.6.6 |
| [enable] |
v6.2.0 -> 7.6.6 |
| [disable] |
v6.2.0 -> 7.6.6 |
- external_blocklist - Enable external-blocklist. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| external_blocklist |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
- fortiai - Enable/disable scanning of files by FortiAI. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortiai |
v7.0.1 -> v7.0.7 |
| [disable] |
v7.0.1 -> v7.0.7 |
| [block] |
v7.0.1 -> v7.0.7 |
| [monitor] |
v7.0.1 -> v7.0.7 |
- fortindr - Enable scanning of files by FortiNDR. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortindr |
v7.0.8 -> 7.6.6 |
| [disable] |
v7.0.8 -> 7.6.6 |
| [block] |
v7.0.8 -> 7.6.6 |
| [monitor] |
v7.0.8 -> 7.6.6 |
- fortisandbox - Enable scanning of files by FortiSandbox. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| fortisandbox |
v7.2.0 -> 7.6.6 |
| [disable] |
v7.2.0 -> 7.6.6 |
| [block] |
v7.2.0 -> 7.6.6 |
| [monitor] |
v7.2.0 -> 7.6.6 |
- malware_stream - Enable 0-day malware-stream scanning. Analyzes files including the content of archives. type: str choices: disable, block, monitor
more...
|
Supported Version Ranges |
| malware_stream |
v7.6.3 -> 7.6.6 |
| [disable] |
v7.6.3 -> 7.6.6 |
| [block] |
v7.6.3 -> 7.6.6 |
| [monitor] |
v7.6.3 -> 7.6.6 |
- options - Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. type: list choices: scan, avmonitor, quarantine
more...
|
Supported Version Ranges |
| options |
v6.2.0 -> v6.4.4 |
| [scan] |
v6.2.0 -> v6.4.4 |
| [avmonitor] |
v6.2.0 -> v6.4.4 |
| [quarantine] |
v6.2.0 -> v6.4.4 |
- outbreak_prevention - Enable virus outbreak prevention service. type: str choices: disable, block, monitor, disabled, files, full-archive
more...
|
Supported Version Ranges |
| outbreak_prevention |
v6.2.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [block] |
v7.0.0 -> 7.6.6 |
| [monitor] |
v7.0.0 -> 7.6.6 |
| [disabled] |
v6.2.0 -> v6.4.4 |
| [files] |
v6.2.0 -> v6.4.4 |
| [full-archive] |
v6.2.0 -> v6.4.4 |
- quarantine - Enable/disable quarantine for infected files. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| quarantine |
v7.0.0 -> 7.6.6 |
| [disable] |
v7.0.0 -> 7.6.6 |
| [enable] |
v7.0.0 -> 7.6.6 |
Notes
-----
.. note::
- Legacy fortiosapi has been deprecated, httpapi is the preferred way to run playbooks
- The module supports check_mode.
Examples
--------
.. code-block:: yaml+jinja
- name: Configure AntiVirus profiles.
fortinet.fortios.fortios_antivirus_profile:
vdom: "{{ vdom }}"
state: "present"
access_token: ""
antivirus_profile:
analytics_accept_filetype: "0"
analytics_bl_filetype: "2147483647"
analytics_db: "disable"
analytics_ignore_filetype: "0"
analytics_max_upload: "10"
analytics_wl_filetype: "2147483647"
av_block_log: "enable"
av_virus_log: "enable"
cifs:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
emulator: "enable"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
comment: "Comment."
content_disarm:
analytics_suspicious: "disable"
cover_page: "disable"
detect_only: "disable"
error_action: "block"
office_action: "disable"
office_dde: "disable"
office_embed: "disable"
office_hylink: "disable"
office_linked: "disable"
office_macro: "disable"
original_file_destination: "fortisandbox"
pdf_act_form: "disable"
pdf_act_gotor: "disable"
pdf_act_java: "disable"
pdf_act_launch: "disable"
pdf_act_movie: "disable"
pdf_act_sound: "disable"
pdf_embedfile: "disable"
pdf_hyperlink: "disable"
pdf_javacode: "disable"
ems_threat_feed: "disable"
extended_log: "enable"
external_blocklist:
-
name: "default_name_49 (source system.external-resource.name)"
external_blocklist_archive_scan: "disable"
external_blocklist_enable_all: "disable"
feature_set: "flow"
fortiai_error_action: "log-only"
fortiai_timeout_action: "log-only"
fortindr_error_action: "log-only"
fortindr_timeout_action: "log-only"
fortisandbox_error_action: "log-only"
fortisandbox_max_upload: "10"
fortisandbox_mode: "inline"
fortisandbox_scan_timeout: "60"
fortisandbox_timeout_action: "log-only"
ftgd_analytics: "disable"
ftp:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
emulator: "enable"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
http:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
content_disarm: "disable"
emulator: "enable"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
unknown_content_encoding: "block"
imap:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
content_disarm: "disable"
emulator: "enable"
executables: "default"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
inspection_mode: "proxy"
mapi:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
emulator: "enable"
executables: "default"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
mobile_malware_db: "disable"
nac_quar:
expiry: ""
infected: "none"
log: "enable"
name: "default_name_126"
nntp:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
emulator: "enable"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
outbreak_prevention:
external_blocklist: "disable"
ftgd_service: "disable"
outbreak_prevention_archive_scan: "disable"
pop3:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
content_disarm: "disable"
emulator: "enable"
executables: "default"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
replacemsg_group: " (source system.replacemsg-group.name)"
scan_mode: "default"
smb:
archive_block: "encrypted"
archive_log: "encrypted"
emulator: "enable"
options: "scan"
outbreak_prevention: "disabled"
smtp:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
content_disarm: "disable"
emulator: "enable"
executables: "default"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
ssh:
archive_block: "encrypted"
archive_log: "encrypted"
av_scan: "disable"
emulator: "enable"
external_blocklist: "disable"
fortiai: "disable"
fortindr: "disable"
fortisandbox: "disable"
malware_stream: "disable"
options: "scan"
outbreak_prevention: "disable"
quarantine: "disable"
Return Values
-------------
Common return values are documented: https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values, the following are the fields unique to this module:
.. raw:: html
- build - Build number of the fortigate image returned: always type: str sample: 1547
- http_method - Last method used to provision the content into FortiGate returned: always type: str sample: PUT
- http_status - Last result given by FortiGate on last operation applied returned: always type: str sample: 200
- mkey - Master key (id) used in the last call to FortiGate returned: success type: str sample: id
- name - Name of the table used to fulfill the request returned: always type: str sample: urlfilter
- path - Path of the table used to fulfill the request returned: always type: str sample: webfilter
- revision - Internal revision number returned: always type: str sample: 17.0.2.10658
- serial - Serial number of the unit returned: always type: str sample: FGVMEVYYQT3AB5352
- status - Indication of the operation's result returned: always type: str sample: success
- vdom - Virtual domain used returned: always type: str sample: root
- version - Version of the FortiGate returned: always type: str sample: v5.6.3
Status
------
- This module is not guaranteed to have a backwards compatible interface.
Authors
-------
- Link Zheng (@chillancezen)
- Jie Xue (@JieX19)
- Hongbin Lu (@fgtdev-hblu)
- Frank Shen (@frankshen01)
- Miguel Angel Munoz (@mamunozgonzalez)
- Nicolas Thomas (@thomnico)
.. hint::
If you notice any issues in this documentation, you can create a pull request to improve it.