--- title: ThreatQ description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/threatq/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/threatq/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; threatq ***Version: 1.2 Updated: April 30, 2026*** The ThreatQ threat intelligence platform, automates the aggregation, operationalisation and use of threat intelligence across the entire security infrastructure, supporting multiple use cases, increasing security effectiveness, and accelerating security operations. Threat detection and response. ## Actions * Threat Library Saved Search List (*Enrichment*) - Get a list of saved searches. * Get ThreatQ Object (*Enrichment*) - Get ThreatQ single object (adversaries, events, indicators). * Get Indicator Details (*Enrichment*) - Get an Indicator’s Details. * Create Indicator (*Containment*) - Create a new Indicator. * Create Event (*Containment*) - Create a new Event. * Create Adversary (*Containment*) - Create a new Adversary. * Get All Indicators (*Enrichment*) - Get a list of Indicators. * Get All Events (*Enrichment*) - Get a list of Events. * Get All Adversaries (*Enrichment*) - Get a list of Adversaries. * Get Related ThreatQ Objects (*Enrichment*) - Get related objects of adversary, event or indicator. * Search ThreatQ Object (*Enrichment*) - Search the Threat Library for objects (adversaries, events, indicators) using criteria and filters. * Set Indicator Status (*Containment*) - Update the status of an indicator. * List Of Indicator Statuses (*Enrichment*) - Get a list of Indicator Statuses. * Add Attribute (*Containment*) - Add an attribute to an object (adversaries, events, indicators). ## ThreatQ configuration 1. Log in to the ThreatQ. 1. In the main page, click on the up-right corner in My Account. It opens a page where you can find your **API Credentials - Client ID**. ## Configure ThreatQ 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'; * * **Host**. Enter your [ThreatQ host address](https://docs.threatq.com/rest_api#section/Introduction). * **Username**. Enter the username of a ThreatQ admin user authorized to authenticate the integration. * **Password**. Enter the password for the admin user. * **Client ID**. Enter a [ThreatQ client ID](https://docs.threatq.com/rest_api#tag/Authentication/operation/6dfefacb2109527235856b8df26618d5). * * * * ThreatQ configuration For information about ThreatQ, see [ThreatQ documentation](https://docs.threatq.com/rest_api). ## Change Log * March 4, 2022 - First upload * July 7, 2023 (v1.1) - Updated the integration with Environmental Variables * April 30, 2026 (v1.2) - 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.