Intelligence Feeds
Access to this feature is not enabled by default. Please contact your Customer Success Manager for more details.
Flare exposes Intelligence Feeds delivered via
TAXII 2
at https://api.flare.io/taxii2/
.
Available Feeds
Feed | TAXII 2 ID |
---|---|
Full Feed (with context) | d6092c37-d8d7-45c3-8aff-c4dc26030608 |
IPV4 Only | feed—689f0191-3b4d-47c8-9313-85820aae7c27 |
Domains Only | feed—a2e7ea2d-ec01-4550-91e5-1316282d01a0 |
URLs Only | feed—af0848cc-ae01-4937-93fe-5d9bf69ba3d2 |
Feed URLs can be constructed using:
- Format:
https://api.flare.io/taxii2/collections/<TAXII 2 ID >/
- Example:
https://api.flare.io/taxii2/collections/d6092c37-d8d7-45c3-8aff-c4dc26030608/
Authentication
The intelligence feeds use HTTP Basic Auth, which most TAXII clients support:
- The username should be set to
api-key
. - The password should be your Flare API Key.
Obtaining an API key is documented in the Authentication Guide .
Code Examples
Code examples for connecting to the feeds can be found in this Github repository:
The following example uses taxii2-client
, which is
available on PyPI.