diff --git a/_shared_content/intelligence_center/integrations/index.md b/_shared_content/intelligence_center/integrations/index.md index 3e5db034f3..545c32c37c 100644 --- a/_shared_content/intelligence_center/integrations/index.md +++ b/_shared_content/intelligence_center/integrations/index.md @@ -9,5 +9,6 @@ Intelligence Center data can be consumed using several third party integrations. - [Splunk](./splunk.md) - [Anomali ThreatStream](./anomali.md) - [PaloAlto Cortex XSOAR](./paloalto_xsoar.md) +- [ThreatQuotient](./threatquotient.md) You can also directly [use the API](api.md) to retrieve data and feeds from Sekoia.io CTI. diff --git a/_shared_content/intelligence_center/integrations/threatquotient.md b/_shared_content/intelligence_center/integrations/threatquotient.md new file mode 100644 index 0000000000..f11de71293 --- /dev/null +++ b/_shared_content/intelligence_center/integrations/threatquotient.md @@ -0,0 +1,3 @@ +# External Integrations: ThreatQuotient + +SEKOIA's CTI feed is available in [ThreatQuotient's market place](https://marketplace.threatq.com/details/sekoia) diff --git a/mkdocs.yml b/mkdocs.yml index bc327ef4f2..e02af8f189 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -413,6 +413,7 @@ nav: - Splunk SOAR: cti/features/integrations/splunk_soar.md - Anomali ThreatStream: cti/features/integrations/anomali.md - PaloAlto Cortex XSOAR: cti/features/integrations/paloalto_xsoar.md + - ThreatQuotient: cti/features/integrations/threatquotient.md - Develop: - Overview: cti/develop/index.md - Guides: