VirusTotal LiveHunt Operation
The web format of this guide reflects the most current release. Guides for older iterations are available in PDF format.
Integration Details
ThreatQuotient provides the following details for this integration:
Current Integration Version | 1.0.0 |
Compatible with ThreatQ Versions | >= 4.43.0 |
Support Tier | ThreatQ Supported |
Introduction
The VirusTotal Livehunt operation pushes YARA signatures from ThreatQ to VirusTotal Livehunt.
The VirusTotal Livehunt CDF integration, in return, will ingest data related to each signature pushed with this operation from VirusTotal Livehunt back into ThreatQ.
Installation
This integration can be installed in the My Integration section of your ThreatQ instance. See the Adding an Integration topic for more details.
Configuration
ThreatQuotient does not issue API keys for third-party vendors. Contact the specific vendor to obtain API keys and other integration-related credentials.
To configure the integration:
- Navigate to your integrations management page in ThreatQ.
- Select the Operation option from the Type dropdown (optional).
- Click on the integration entry to open its details page.
- Enter the following parameters under the Configuration tab:
Parameter Description API Key
Private or public VirusTotal LiveHunt API key.
Email Addresses to Notify
The email addresses to receive notifications by email (Optional).
Separate multiple email addresses with commas.
- Review any additional settings, make any changes if needed, and click on Save.
- Click on the toggle switch, located above the Additional Information section, to enable it.
Actions
The VirusTotal LiveHunt operation provides the following actions:
Action | Description | Object Type | Object Subtype |
---|---|---|---|
submit_yara | Submits Yara signatures into VirusTotal LiveHunt | Signatures | YARA |
submit_yara
POST https://www.virustotal.com/api/v3/intelligence/hunting_rulesets
Sample Response:
{
"data":{
"type":"hunting_ruleset",
"attributes":{
"notification_emails":[
"test@test.com"
],
"name":"CTM_Webshell_b374k_ops",
"rules":"rule CTM_Webshell_b374k_ops {strings:\n$general1 = \"Shell\"\ncondition:\nall of ($general*) )\n}\n\n"
}
}
}
Change Log
- Version 1.0.0
- Initial release
PDF Guides
Document | ThreatQ Version |
---|---|
VirusTotal LiveHunt Operation Guide v1.0.0 | 4.43 or Greater |