Collect IoCs
documentedCollect IoCs from a stream (Folder/Board) in STIX format.
GET /v3/enterprise/iocEnterpriseno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.feedly.com/v3/enterprise/ioc?streamId={{$stream_id}}&newerThan={{$newerThan}}&count={{$count}}&continuation={{$continuation}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"