Draugnet's UI is relying on a FastAPI based back-end to interact with the MISP community behind it. You can directly access this back-end via
OpenAPI spec
simply use a browser and navigate to the and you will get a list of all supported endpoints.
Supported submission formats
You can submit information as plain text, a MISP standard JSON document or create topical data using templates derived from the MISP object definitions.
Supported retrieval formats
By default, you will be receiving updates to your data in the MISP JSON format. But you can optionally also fetch the data in any of the supported formats of MISP (such as CSV, Suricata, STIX2, Nibbler).
Updating reports
You can always append new information using any of the supported submission formats by POSTing your new data to be shared to the endpoint you'd use for submissions, but with your token appended as a query string (?token={token})