In This Section: |
To configure the Threat Extraction blade on the gateway:
The Threat Extraction First Time Activation Wizard opens.
If you do not want Threat Extraction to scan email attachments, click Skip this configuration now.
In addition to configuring Threat Extraction on the gateway, enable Threat Extraction to scan one or all of these types of documents:
When both the Threat Extraction blade and the SandBlast Agent for Browsers are activated on the network Security Gateway, a special configuration is required. Without this configuration, when you download a file, it can be cleaned twice, both by the Threat Extraction blade and by the SandBlast Agent.
To prevent this, the Security Gateway adds a digital signature to all the files cleaned by the Threat Extraction blade. When the SandBlast Agent intercepts a downloaded file. If the digital signature is verified successfully, the SandBlast Agent does not send the file for cleaning, so the file is not cleaned twice.
For details on how to configure the digital signature on the Security Gateway and how to configure the Endpoint management, see sk142732.
The Cluster configuration is similar to gateway configuration, except for specific instructions that are only relevant to cluster.
To configure Threat Extraction in a cluster:
Notes:
You can see Threat Extraction statistics in the CLI:
cpview
cpstat scrub -f threat_extraction_statistics
The gateway has a Threat Extraction menu to:
To use the Threat Extraction command line:
scrub
A menu shows these options:
Option |
Description |
---|---|
|
Controls debug messages. |
|
Shows information on Threat Extraction queues. This command helps you understand the queue status and load on the mail transfer agent (MTA) and the
|
|
Sends original email to recipients. To send the original email get:
|
|
Bypasses all files. Use this command to debug issues with the scrub (Threat Extraction) daemon. When you set bypass to active, requests from the mail transfer agent (MTA) to the scrub daemon are not handled. Threat Extraction is suspended. No files are cleaned. |
|
shows and resets counters. |
|
manages updates from the download center |
|
sends original file by email |
cache |
shows and resets cache |
backup_expired_mail |
backs up expired mails to external storage |
The Threat Extraction blade reconstructs files (cleans or converts files to pdf) to eliminate potentially malicious content. After the Threat Extraction blade reconstructs the files, the original files are saved on the gateway for a default period.
Mail attachments
Mail attachments are saved for a default period of 14 days.
To configure a different number of days for storage of mail attachments:
To save the files for a longer period, you must back them up to external storage.
Web downloads
Web downloads are saved for a default period of 2 days.
To configure a different the number of days for storage of web downloads:
$FWDIR/conf/scrub_debug.conf
http_keep_original_duration
and change the value as required. Value can be between 2 and 45 days. To save the files for a longer period, you must back them up to external storage.
When you run out of disk space, you can back e-mail attachments or web downloads to external storage.
Notes:
To backup original files to external storage:
Run: mkdir /mnt/<local_backup_folder>
Run: mount -t cifs <remote_folder> /mnt/<local_backup_folder>
Example: mount -t cifs //MyServer/MyBackupFolder /mnt/MyLocalBackupFolder
Best Practice - To preserve the mount configuration after reboot, configure a Scheduled Job to the applicable "mount" command "At startup" (in the Gaia portal, go to System Management>Job Scheduler).
$FWDIR/conf/scrub_debug.conf
, and search for :external_storage
.enabled
value from "0
" to "1
".external_path
parameter, write the full path to the local backup folder:expired_in_days
parameter sets the backup date. The value you enter for this parameter specifies how many days before expiration the backup is performed.Example:
:external_storage (
:enabled (1)
:external_path ("/mnt/MyLocalBackupFolder")
:expired_in_days (5)
To manually test the backup:
scrub backup_expired_mail <days for expired entries> <external_path>
In days for expired entries
enter "0".