MetaDefender Multiscanning
The OPSWAT Filescan Sandbox platform can integrate MetaDefender Core API to perform AV engine scans on input/extracted files.
To enable this integration, please walk through the following steps:
Step #1 - Copy your MetaDefender Core API key
If you already have a MetaDefender Core API key, skip to Step #2.
Log in to your MetaDefender Core:
- Go to User Management menu
- Find and select your user under Users and Groups tab
- At the API key section, click on Generate and copy your API key
Step #2 - Open FileScanIO/fsTransform/conf/transform.properties.custom
in a text editor
Add the following configuration variables, please use your own API key:
enableMetaDefenderAPI=true
metaDefenderUseCloudAPI=false
metaDefenderAPIURL=MY_MDCORE_URL # E.g.: http://10.0.0.5:8008/
metaDefenderAPIKey=MY_API_KEY
Please make sure to include the final / for the metaDefenderAPIURL
parameter! E.g.: http://10.0.0.5:8008/
Please remember to save the file.
Step #3 - Restart the fsio
service
sudo service fsio restart
Step #4 - Scan a file and verify if the OPSWAT MetaDefender Multiscanning results are displayed in the OSINT Lookup section
It is recommended to test a file that is commonly known, e.g.: a Windows executable.