Configuring a VirusTotal Connector
This article details how to configure a VirusTotal Connector within Cydarm.
Overview
This article outlines the process of creating a VirusTotal connector. Once configured, you can setup enrichment automations against VirusTotal, such as the following:
Prerequisites
-
A Cydarm account
-
A VirusTotal API key
Steps
1. Create a VirusTotal webhook in Cydarm:
-
-
Navigate to Connectors under Settings.
- Set the Connector Type to Generic Webhook Sender.
-
Create a new webhook and name it VirusTotal.
-
Provide a meaningful description.
-
-
-
Set the base URL to the VirusTotal API base URL (e.g.,
https://www.virustotal.com/api/v3/
). -
Paste your VirusTotal API key into the provided field.
-
Note: When setting the base URL, remember to add the trailing backslash. This makes it easier when creating the triggers
-
Check the Activate Connector.
-
Click Submit.
For more detailed technical information please refer to our Cydarm API documentation.