Overview
Quick Reference
If you just need a quick reference to get you started here are a couple of examples (you'll find your API key in the portal).
Info
Replace YOUR-API-KEY with your actual API key in order for these commands to work. You'll find your API key in the portal.
List indicators
Returns the current list of AiTM indicators observed in the last 7 days.
Search by IP
Search for a specific IP address in the feed.
Search by hostname
Search for indicators matching a hostname pattern.
Tip
The Mac/Linux examples use | jq to pretty-print the JSON response. If you don't have jq installed, you can remove that part of the command.
Note
For full API functionality view our Swagger documentation