Threat intelligence feed
With a Threat Intelligence Plus license, you can leverage the Threat Intelligence feed API within your security tools. Developers can use this API to access information that is also available in the IoC lists, in a format suitable for automated ingestion setup.
The Threat Intelligence feed uses the industry standard TAXII (Trusted Automated eXchange of Intelligence Information) version 2.1 and STIX (Structured Threat Information eXpression) to share indicators of compromise (IoCs) and metadata.
For more information about TAXII, see Introduction to TAXII. For more information about STIX, see Introduction to STIX.
You can use the Threat Intelligence feed to receive IoCs such as malicious IP addresses, domains, file hashes, and URLs. The feed also provides additional metadata such as the age of the indicator, when it was last seen, its source, and more. Use the feed to automatically ingest indicators into your security tools that support STIX and TAXII standards. Some tools let you import indicators, for example importing malicious IP addresses into firewalls to block malicious activity, or importing file hashes into endpoint protection platforms to block known malicious files.
You can also use the Threat Intelligence feed within other control points, like intrusion detection or prevention systems, or web proxies to enable more comprehensive and up-to-date protection across your entire security ecosystem.
Create a token
You must create a token to access the Threat Intelligence feed. The created token works with both basic and API token authentication methods.
API specification
The Threat Intelligence feed API specification is available at https://cti.arcticwolf.com.
Test the API
Test the Threat Intelligence feed API in the Arctic Wolf Unified Portal to confirm that the API is working as expected, understand how requests and responses are structured, and experiment safely before making any API calls.
Sample API call
Use your preferred API tool to authenticate and make API calls to the Threat Intelligence feed. These steps use Postman to call the API.