--- title: ThreatConnect V3 description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/threatconnect-v3/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/threatconnect-v3/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; threatminer ***Version: 1.3 Updated: March 23, 2026*** Utilize ThreatConnect intelligence data during incident investigations using V3 APIs. ## Actions * **Search Intelligence** (*Enrichment*) - Search ThreatConnect data for information matching the specified query. * **Update Intelligence** (*Notification*) - Update ThreatConnect intelligence data. ## Configure ThreatConnect 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'; * * **Server URL**. Enter your ThreatConnect [server URL](https://docs.threatconnect.com/en/latest/rest_api/quick_start.html), for example, `https://api.threatconnect.com`. * **Access ID**. Enter a ThreatConnect [access ID](https://knowledge.threatconnect.com/docs/managing-user-accounts#creating-an-api-user). * **Secret Key**. Enter the secret for the access ID. * **Default owner**. Enter the default [owner](https://knowledge.threatconnect.com/docs/en/ownership-in-threatconnect). * * * * ThreatConnect configuration For information about ThreatConnect, see [ThreatConnect documentation](https://docs.threatconnect.com/en/latest/). ## Change Log * October 17, 2025 - First upload * February 11, 2026 + Improved API error handling. + Updated Search Intelligence handling to avoid errors on empty or missing results. * February 19, 2026 + Added observations parameter to the Update Intelligence action to enable recording observation counts for indicators. + Added output field definitions which helps with playbook data mapping. * March 23, 2026 (v1.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.