mirror of https://github.com/MISP/misp-book
automation: feed fetching updated
parent
21044e80d5
commit
46850c89e2
|
@ -889,7 +889,7 @@ https://<misp url>/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.
|
||||
|
|
Loading…
Reference in New Issue