---
id: enable-virustotal-enrichment
title: Enable VirusTotal Enrichment
sidebar_label: Enable VirusTotal Enrichment
description: Enrich your insights with information from VirusTotal.
slug: /help/docs/cse/integrations/enable-virustotal-enrichment/
canonical: https://www.sumologic.com/help/docs/cse/integrations/enable-virustotal-enrichment/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
The VirusTotal Enrichment enriches signals based on queries it runs against VirusTotal.
:::note
This feature requires the VirusTotal Premium API.
:::
For each insight created, the enrichment checks the records in the signals that contribute to that insight, looking for the values found in certain record attributes that contain IP addresses, URLs, hostnames, or hashes. These are the fields the enrichment examines:
* `srcDevice_ip`
* `dstDevice_ip`
* `http_url`
* `http_hostname`
* `http_url_rootDomain`
* `dns_query`
* `file_hash_imphash`
* `file_hash_md5`
* `file_hash_prehash`
* `file_hash_sha1`
* `file_hash_sha256`
* `file_hash_ssdeep`
The enrichment looks up each value it finds in VirusTotal, calling the VirusTotal API to do so. When a record value has a match in VirusTotal, the enrichment writes the response to Cloud SIEM, where you can view it the signal’s **Enrichment** tab. For an example, see [Example VirusTotal enrichment](#example-virustotal-enrichment).
:::note
VirusTotal enrichments are only added to signals that are part of an insight.
:::
## Configure VirusTotal enrichment
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Cloud SIEM**, and then under **Cloud SIEM Integrations** select **Enrichment**. You can also click the **Go To...** menu at the top of the screen and select **Enrichment**.
[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top Cloud SIEM menu select **Configuration**, and then under **Integrations** select **Enrichment**.
1. On the **Enrichment** tab, select **VirusTotal** and click the **Edit** button.
2. On the **Edit VirusTotal** popup, enter your VirusTotal API Key, and click **Save**.
## Example VirusTotal enrichment