Enabling Antivirus Scanning with GlobalSearch and GlobalCapture
The GlobalSearch APIs, GlobalCapture APIs, and GlobalCapture Engine can be configured to leverage your server’s antivirus definitions to scan and flag malicious files. When this happens, the malicious file is disposed of before being introduced to the Square 9 ecosystem.
GlobalSearch must be version 6.3.189 or later and GlobalCapture must be version 3.1.110 or later to support this feature.
This functionality is meant to be added to an existing security plan, not replace it. If you have concerns regarding your network’s safety, consult your local IT or network security admin.
Enabling for GlobalSearch
To enable this feature, the following key must be added to the <appSettings> section in the listed configuration files. Note that exact file paths may differ if alternate install paths were chosen during installation.
<add key="urn:square9:viewer:antivirus:enabled" value="True"></add>
C:\inetpub\wwwroot\Square9API\web.config
C:\inetpub\wwwroot\GlobalSearchViewer\web.config
Enabling for GlobalCapture
To enable this feature, the following key must be added to the <appSettings> section in the listed configuration files. Note that exact file paths may differ if alternate install paths were chosen during installation.
<add key="urn:square9:viewer:antivirus:enabled" value="True"></add>
C:\inetpub\wwwroot\Square9Viewer\web.config
You will also need to add the following key the <appSettings> section of the configuration files listed below.
<add key="EnableVirusScan" value="True"></add>
C:\inetpub\wwwroot\Square9CaptureAPI\web.config
C:\GetSmart\GlobalCapture\GlobalCapture_1\Square9.GlobalCapture.exe.config
Note that the key must be added to the config file for each GlobalCapture engine, in environments using multiple engines