Fortinet black logo

VirusTotal v1.0.2

Copy Link
Copy Doc ID f85ae96c-ab11-11ea-8b7d-00505692583a:25

About the connector

VirusTotal provides a service that analyzes suspicious files and URLs and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware.

This document provides information about the VirusTotal connector, which facilitates automated interactions, with a VirusTotal server using FortiSOAR™ playbooks. Add the VirusTotal connector as a step in FortiSOAR™ playbooks and perform automated operations, such as scanning and analyzing suspicious files and URLs and retrieving reports from VirusTotal for files, IP addresses, and domains.

Version information

Connector Version: 1.0.2

FortiSOAR™ Version Tested on: 6.4.0-1555

VirusTotal Version Tested on: 2.0 and later

Authored By: Fortinet

Certified: Yes

Release Notes for version 1.0.2

Following enhancements have been made to the VirusTotal Connector in version 1.0.2:

  • Enhanced this version of the connector so that its actions can be run by a FortiSOAR Agent. For information on FortiSOAR Agent, see the FortiSOAR™ product documentation.

Installing the connector

From FortiSOAR™ 5.0.0 onwards, use the Connector Store to install the connector. For the detailed procedure to install a connector, click here.
You can also use the yum command to install connectors. Connectors provided by FortiSOAR™ are delivered using a FortiSOAR™ repository. Therefore, you must set up your FortiSOAR™ repository and run the yum command as a root user to install connectors:

yum install cyops-connector-virustotal

Prerequisites to configuring the connector

  • You must have the URL and API key of the VirusTotal server to which you will connect and perform the automated operations.
  • To access the FortiSOAR™ UI, ensure that port 443 is open through the firewall for the FortiSOAR™ instance.

Configuring the connector

For the procedure to configure a connector, click here.

Configuration parameters

In FortiSOAR™, on the Connectors page, click the VirusTotal connector row (if you are in the Grid view on the Connectors page) and in the Configurations tab enter the required configuration details:

Parameter Description
Server URL URL of the VirusTotal endpoint server to which you will connect and perform the automated operations.
API Key API key to access the VirusTotal endpoint to which you will connect and perform the automated operations.
Verify SSL Specifies whether the SSL certificate for the server is to be verified or not.
By default, this option is set as True.

Actions supported by the connector

The following automated operations can be included in playbooks and you can also use the annotations to access operations from version 4.10.0 onwards:

Function Description Annotation and Category
Submit File Scans and analyzes files submitted from FortiSOAR™ to VirusTotal determine if they are suspicious. submit_sample
Investigation
Submit URL for scanning Scans and analyzes URLs submitted to VirusTotal to determine if they are suspicious. submit_url
Investigation
Get File Reputation Retrieves a report from VirusTotal for the file that you have submitted using file hash. file_reputation
Investigation
Get IP Reputation Retrieves a report from VirusTotal for the IP addresses submitted to determine if they are suspicious. ip_reputation
Investigation
Get Domain Reputation Retrieves a report from VirusTotal for the domains submitted to determine if they are suspicious. domain_reputation
Investigation
Get URL Reputation Retrieves a report from VirusTotal for the URL submitted to determine if they are suspicious. url_reputation
Investigation

operation: Submit File

Input parameters

Note: Using this operation, you submit files available in the FortiSOAR™ 'Attachments' module to VirusTotal.

Parameter Description
Type Type can be an Attachment ID or a File IRI.
Reference ID Reference ID that is used to access the attachment metadata from the FortiSOAR™ Attachments module.
In the playbook, this defaults to the{{vars.attachment_id}} value or the {{vars.file_iri}} value.

Output

The JSON output contains the scan_id for the file. You can use this scan_id in the future to query and retrieve scan reports from VirusTotal for this file.

The output contains the following populated JSON schema:
{
"resource": "",
"response_code": "",
"permalink": "",
"md5": "",
"sha1": "",
"sha256": "",
"verbose_msg": "",
"scan_id": ""
}

operation: Submit URL for scanning

Input parameters

Parameter Description
Scan URL URL that you want to submit to VirusTotal for scanning.

Output

The JSON output contains the scan_id for the URL. You can use this scan_id in the future to query and retrieve scan reports from VirusTotal for this URL.

The output contains the following populated JSON schema:
{
"resource": "",
"response_code": "",
"permalink": "",
"url": "",
"scan_date": "",
"verbose_msg": "",
"scan_id": ""
}

operation: Get File Reputation

Input parameters

Parameter Description
File Hash File Hash of the file for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified file hash. You can use this report to determine if the submitted files are suspicious.
{
"permalink": "",
"aggregate": "",
"positives": "",
"total": "",
"resource": "",
"scan_date": "",
"scan_id": "",
"verbose_msg": "",
"scans": {}
}

operation: Get IP Reputation

Input parameters

Parameter Description
IP Address IP address for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified IP address. You can use this report to determine if the submitted IP address is suspicious.

The output contains the following populated JSON schema:
{
"as_owner": "",
"asn": "",
"country": "",
"aggregate": "",
"detected_downloaded_samples": "",
"detected_referrer_samples": "",
"detected_urls": ""
}

operation: Get Domain Reputation

Input parameters

Parameter Description
Domain Domain name for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified domain name. You can use this report to determine if the submitted domain is suspicious.

The output contains the following populated JSON schema:
{
"categories": "",
"domain_siblings": [],
"aggregate": "",
"detected_downloaded_samples": "",
"undetected_downloaded_samples": "",
"detected_urls": "",
"subdomains": "",
"whois": "",
"whois_timestamp": "",
"verbose_msg": ""
}

operation: Get URL Reputation

Input parameters

Parameter Description
URL URL for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified URL. You can use this report to determine if the submitted URL is suspicious.

Following image displays a sample output:
{
"permalink": "",
"aggregate": "",
"positives": "",
"total": "",
"resource": "",
"scan_date": "",
"scan_id": "",
"url": "",
"verbose_msg": "",
"scans": {}
}

Included playbooks

The Sample - VirusTotal - 1.0.2 playbook collection comes bundled with the VirusTotal connector. These playbooks contain steps using which you can perform all supported actions. You can see bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the VirusTotal connector.

  • Submit File
  • Get File Reputation
  • Submit URL for scanning
  • Get URL Reputation
  • Get Domain Reputation
  • Get IP Reputation

Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during the connector upgrade and delete.

Previous
Next

About the connector

VirusTotal provides a service that analyzes suspicious files and URLs and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware.

This document provides information about the VirusTotal connector, which facilitates automated interactions, with a VirusTotal server using FortiSOAR™ playbooks. Add the VirusTotal connector as a step in FortiSOAR™ playbooks and perform automated operations, such as scanning and analyzing suspicious files and URLs and retrieving reports from VirusTotal for files, IP addresses, and domains.

Version information

Connector Version: 1.0.2

FortiSOAR™ Version Tested on: 6.4.0-1555

VirusTotal Version Tested on: 2.0 and later

Authored By: Fortinet

Certified: Yes

Release Notes for version 1.0.2

Following enhancements have been made to the VirusTotal Connector in version 1.0.2:

Installing the connector

From FortiSOAR™ 5.0.0 onwards, use the Connector Store to install the connector. For the detailed procedure to install a connector, click here.
You can also use the yum command to install connectors. Connectors provided by FortiSOAR™ are delivered using a FortiSOAR™ repository. Therefore, you must set up your FortiSOAR™ repository and run the yum command as a root user to install connectors:

yum install cyops-connector-virustotal

Prerequisites to configuring the connector

Configuring the connector

For the procedure to configure a connector, click here.

Configuration parameters

In FortiSOAR™, on the Connectors page, click the VirusTotal connector row (if you are in the Grid view on the Connectors page) and in the Configurations tab enter the required configuration details:

Parameter Description
Server URL URL of the VirusTotal endpoint server to which you will connect and perform the automated operations.
API Key API key to access the VirusTotal endpoint to which you will connect and perform the automated operations.
Verify SSL Specifies whether the SSL certificate for the server is to be verified or not.
By default, this option is set as True.

Actions supported by the connector

The following automated operations can be included in playbooks and you can also use the annotations to access operations from version 4.10.0 onwards:

Function Description Annotation and Category
Submit File Scans and analyzes files submitted from FortiSOAR™ to VirusTotal determine if they are suspicious. submit_sample
Investigation
Submit URL for scanning Scans and analyzes URLs submitted to VirusTotal to determine if they are suspicious. submit_url
Investigation
Get File Reputation Retrieves a report from VirusTotal for the file that you have submitted using file hash. file_reputation
Investigation
Get IP Reputation Retrieves a report from VirusTotal for the IP addresses submitted to determine if they are suspicious. ip_reputation
Investigation
Get Domain Reputation Retrieves a report from VirusTotal for the domains submitted to determine if they are suspicious. domain_reputation
Investigation
Get URL Reputation Retrieves a report from VirusTotal for the URL submitted to determine if they are suspicious. url_reputation
Investigation

operation: Submit File

Input parameters

Note: Using this operation, you submit files available in the FortiSOAR™ 'Attachments' module to VirusTotal.

Parameter Description
Type Type can be an Attachment ID or a File IRI.
Reference ID Reference ID that is used to access the attachment metadata from the FortiSOAR™ Attachments module.
In the playbook, this defaults to the{{vars.attachment_id}} value or the {{vars.file_iri}} value.

Output

The JSON output contains the scan_id for the file. You can use this scan_id in the future to query and retrieve scan reports from VirusTotal for this file.

The output contains the following populated JSON schema:
{
"resource": "",
"response_code": "",
"permalink": "",
"md5": "",
"sha1": "",
"sha256": "",
"verbose_msg": "",
"scan_id": ""
}

operation: Submit URL for scanning

Input parameters

Parameter Description
Scan URL URL that you want to submit to VirusTotal for scanning.

Output

The JSON output contains the scan_id for the URL. You can use this scan_id in the future to query and retrieve scan reports from VirusTotal for this URL.

The output contains the following populated JSON schema:
{
"resource": "",
"response_code": "",
"permalink": "",
"url": "",
"scan_date": "",
"verbose_msg": "",
"scan_id": ""
}

operation: Get File Reputation

Input parameters

Parameter Description
File Hash File Hash of the file for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified file hash. You can use this report to determine if the submitted files are suspicious.
{
"permalink": "",
"aggregate": "",
"positives": "",
"total": "",
"resource": "",
"scan_date": "",
"scan_id": "",
"verbose_msg": "",
"scans": {}
}

operation: Get IP Reputation

Input parameters

Parameter Description
IP Address IP address for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified IP address. You can use this report to determine if the submitted IP address is suspicious.

The output contains the following populated JSON schema:
{
"as_owner": "",
"asn": "",
"country": "",
"aggregate": "",
"detected_downloaded_samples": "",
"detected_referrer_samples": "",
"detected_urls": ""
}

operation: Get Domain Reputation

Input parameters

Parameter Description
Domain Domain name for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified domain name. You can use this report to determine if the submitted domain is suspicious.

The output contains the following populated JSON schema:
{
"categories": "",
"domain_siblings": [],
"aggregate": "",
"detected_downloaded_samples": "",
"undetected_downloaded_samples": "",
"detected_urls": "",
"subdomains": "",
"whois": "",
"whois_timestamp": "",
"verbose_msg": ""
}

operation: Get URL Reputation

Input parameters

Parameter Description
URL URL for which you want to retrieve a VirusTotal report.

Output

The JSON contains the report from VirusTotal for a sample based on the specified URL. You can use this report to determine if the submitted URL is suspicious.

Following image displays a sample output:
{
"permalink": "",
"aggregate": "",
"positives": "",
"total": "",
"resource": "",
"scan_date": "",
"scan_id": "",
"url": "",
"verbose_msg": "",
"scans": {}
}

Included playbooks

The Sample - VirusTotal - 1.0.2 playbook collection comes bundled with the VirusTotal connector. These playbooks contain steps using which you can perform all supported actions. You can see bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the VirusTotal connector.

Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during the connector upgrade and delete.

Previous
Next