diff --git a/automation/README.md b/automation/README.md index cf1d445..369f3d8 100644 --- a/automation/README.md +++ b/automation/README.md @@ -889,7 +889,7 @@ https:///sharing_groups/index.json Based on the API key used, the list of visible sharing groups will be returned in a JSON file. The JSON includes the organization parts of a given sharing group along with the associated server. -## Enable and disable feeds via the API +## Enable, disable and fetching feeds via the API The MISP feeds can be enabled via the API. @@ -905,6 +905,18 @@ A feed can be disabled by POSTing on the following url (feed_id is the id of the /feeds/disable/feed_id ~~~~ +All feeds can fetch via the API: + +~~~~ +/feeds/cacheFeeds/all +~~~~ + +or you can replace `all` by the feed format to fetch like `misp` or `freetext`. `all` can be replaced +with the `id` value of the feed to fetch a specific feed. + +This API can be also used to download feeds at regular interval via cronjobs or alike. + + ## Sightings API MISP allows Sightings data to be conveyed in several ways.