Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/guides/ioc-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ The intelligence feeds use HTTP Basic Auth, which most TAXII clients support:
Obtaining an API key is documented in the
[Authentication Guide <Icon icon="book" size={16} />](/concepts/authentication).


## Query Parameters

| Parameter Name | Description | Example |
| -------------- | ----------- | ------- |
| added_after | filter the IOCs that were added after the timestamp | `?added_after=2026-02-04T12:05:00.000Z` |
| limit | restricts the results by the specified amount | `?limit=25` |

## Code Examples

Code examples for connecting to the feeds can be found in this Github repository:
Expand Down