FortiSandbox
FortiSandbox provides a solution to protect against advanced threats and ransomware for companies who don’t want to implement and maintain a sandbox environment on their own.
Cole_P
Staff
Staff
Article Id 407991
Description

This article describes how to disable AI engine(PAIX) on FortiSandbox v5.0+.

New AI engine(PAIX) introduced in FortiSandbox v5.0 to detect more 0-day malware. PAIX has been enabled by default. 

Scope

FortiSandbox v5.0+.

Solution

Execute the following steps on the FortiSandbox Console:

 

  • To check the existing PAIX settings:

 

FSA> paix-module -l
Status for PAIX modules

elf: enabled
exe: enabled
office: enabled
pdf: enabled

 

  • To disable all PAIX scanning:

 

FSA> paix-module -d -telf
PAIX module elf has been disabled successfully.
FSA> paix-module -d -texe
PAIX module exe has been disabled successfully.
FSA> paix-module -d -toffice
PAIX module office has been disabled successfully.
FSA> paix-module -d -tpdf
PAIX module pdf has been disabled successfully.

 

  • To verify after disabling:


FSA> paix-module -l
Status for PAIX modules

elf: disabled
exe: disabled
office: disabled
pdf: disabled

Contributors