Metadefender
Version : 2.0.0
Metadefender is a powerful and flexible security solution for ISVs, IT admins, and malware researchers, providing simultaneous access to data sanitization (CDR), vulnerability assessment, multiple anti-malware engines, heuristics, and additional threat protection technologies residing on a single system.
Connect Metadefender with LogicHub
- Navigate to Automations > Integrations.
- Search for Metadefender.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- URL: URL to your Metadefender instance.
- API Key: The API key to connect to the Metadefender.
- After you've entered all the details, click Connect.
Actions for Metadefender
Analyze
Analyze a file.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
File Names | Column name from parent table with the name of the files to investigate. | Required |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: analyze a file.
{
"has_error": true,
"error": "An error occurred: [Errno 21] Is a directory: u'/opt/files/shared/integrationsFiles/'"
}
Download Converted File
Download a converted file.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
File Names | Column name from parent table with the data-id to use to retrieve the file. | Required |
Release Notes
v2.0.0
- Updated architecture to support IO via filesystemv1.0.10
- Added documentation link in the automation library.
Updated about 1 year ago