---
title: Libraesva Email Security V5
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/libraesva-email-security-v5/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/libraesva-email-security-v5/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 5.3
Updated: April 29, 2026***
Libraesva Email Security V5 is active defense against phishing, 0-day malware, impersonation, spoofing, and email threats.
## Actions
* **Get URLsand Report** *(Enrichment)* - Retrieve the collection of Sandbox/Urlsand resources.
* **Get Current User** *(Enrichment)* - Retrieve the collection of User resources.
* **Get Whitelist** *(Enrichment)* - Retrieve the collection of Whitelist resources.
* **Get Blacklist** *(Enrichment)* - Retrieve the collection of Blacklist resources.
* **List Valid Recipients** *(Enrichment)* - Retrieve the collection of ValidRecipient resources.
* **Search Email** *(Enrichment)* - Retrieve the collection of Message resources.
* **Get Quicksand Report** *(Enrichment)* - Retrieve the collection of Sandbox/Quicksand resources.
* **Add to Blacklist** *(Containment)* - Creates a Blacklist resource.
* **Remove From Blacklist** *(Containment)* - Removes the Blacklist resource.
* **Generate Token** *(Enrichment)* - Generate token to populate the integration resource.
* **Get Message** *(Enrichment)* - Retrieves a Message resource.
* **Download Attachment Content** *(Enrichment)* - Fetch message attachment content or download attachment to incident attachments.
* **Fetch Message HTML** *(Enrichment)* - Fetch message HTML.
## Generate Libraesva token
1. To generate the [token](https://docs.libraesva.com/knowledgebase/esg-api/) make sure you provided the URL API, user, and password.
1. Test the resource to check that the credentials are correct.
1. Execute the Generate Token action with the Test Action.
1. Copy the token (without quotation marks).
1. Now you can populate the Token field in the resource below.
## Configure Libraesva Email Security V5 in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL API**. Enter your Libraesva API URL.
* **User**. Enter the username of a Libraesva admin user authorized to authenticate the integration.
* **Password**. Enter the admin user password.
* **Libraesva Token**. Enter the generated token [obtained earlier](#generate-libraesva-token)).
* **Impersonate User**. Enter an [impersonation user](https://docs.libraesva.com/document/archive-emails-from-exchange/how-to-setup-an-impersonation-account-in-exchange/). For some actions, admin privileges from an impersonation account are required.
*
*
*
*
For information about Libraesva Email Security V5, see [Libraesva Email Security V5 documentation](https://docs.libraesva.com/doc/libraesva-esg-5/).
## Category
Email Security
## Change Log
* September 2, 2022 - First upload
* September 12, 2022 - Changed integration name and logo
* October 7, 2022 - Changed user and password to be not required; OTP removed from resource and actions; added three new actions
* July 7, 2023 (v5.2)
+ Updated the integration with Environmental Variables
+ Changed fields visibility
* April 29, 2026 (v5.3) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.