Cybersecurity Forum

This forum is for all security enthusiasts to discuss Fortinet's latest & evolving technologies and to connect & network with peers in the cybersecurity hemisphere. Share and learn on a broad range of topics like best practices, use cases, integrations and more. For support specific questions/resources, please visit the Support Forum or the Knowledge Base.

sdiomande
New Contributor

FORTISANDBOX Prefilter command execution Error

Hi All,
I have an error when I run the following command on the FortiSandbox 1000D.

Can someone help me?

> sandboxing-prefilter -l
Status for sandboxing prefilter:
dll: disabled
pdf: disabled
swf: disabled
js: disabled
htm: disabled
url: disabled
office: disabled
trustvendor: disabled
trustdomain: enabled
archive: enabled

> sandboxing-prefilter -e dll pdf swf js htm url office trustvendor
ERROR: Incorrect options

Usage: sandboxing-prefilter [-h | -l | -e | -d] -t [dll | pdf | swf | js | htm | url | office | trustvendor | trustdomain | archive]
-h Help information.
-e Enable sandboxing prefilter.
-t [dll | pdf | swf | js | htm | url | office | trustvendor | trustdomain | archive] Enable sandboxing prefilter for specific file types.
-d Disable sandboxing prefilter.
-t [dll | pdf | swf | js | htm | url | office | trustvendor | trustdomain | archive] Disable sandboxing prefilter for specific file types.
-l Display the status of sandboxing prefilter.

thank's
1 Solution
jwhite_FTNT
Staff
Staff

You are missing the "-t" flag that specifies the type of filter you want to enable.
Example of enabling the DLL prefilter:
 sandboxing-prefilter -e -tdll

Note:  There is no white space between the -t flag and the followed option

View solution in original post

2 REPLIES 2
jwhite_FTNT
Staff
Staff

You are missing the "-t" flag that specifies the type of filter you want to enable.
Example of enabling the DLL prefilter:
 sandboxing-prefilter -e -tdll

Note:  There is no white space between the -t flag and the followed option
sdiomande

Hi Jim,
Thank you very much.
Everything work now.