Cuckoo
Version: 2.0.0
Cuckoo is an open-source automated malware analysis system. It's used to automatically run and analyze files and collect comprehensive analysis results that outline what the malware does while running inside an isolated operating system.
Connect Cuckoo with LogicHub
- Navigate to Automations > Integrations.
- Search for Cuckoo.
- 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.
- Server URL: The URL of your Cuckoo instance.
- After you've entered all the details, click Connect.
Actions for Cuckoo
Analyze and Wait
Analyze and wait submits a file and waits for the analysis to be completed.
Input Field
Input Name | Description | Required |
---|---|---|
Column Name | Select the column name from parent table to lookup value for. | Required |
Output
A JSON object containing multiple rows of result:
- result: Completes the analysis of the file.
{
"has_error": true,
"error": "No result available as File ID is empty."
}
Analyze
Submits a file for analysis.
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 |
---|---|---|
Column Name | Select the column name from parent table to lookup value for. | Required |
Output
A JSON object containing multiple rows of result:
- result: Analyzes the file.
{
"has_error": true,
"error": "No result available as File ID is empty."
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystemv1.0.8
- Added documentation link in the automation library.
Updated about 1 year ago