Draugnet
Visit the draugnet or the draugnetUI project's github pages.
How it works
Draugnet is a simple API tool that connects to a MISP community and allows users to submit reports in various formats that will be conveyed to MISP. It will generate a token for each submission that users can use to retrieve their report along with any updates / comments / new data that the community has added.
Why?
It's an easy way to report to a CSIRT, a central authority of a sharing community or a partner that you wish to share with - without first negotiating access. It also allows the submitter to keep up to date with changes made to the report and can act as a lightweight collaboration tool.
How to use it?
You can report via MISP JSON, via a MISP object, or via free text. You can also view existing reports that you have submitted.
Anonymity
In fact, Draugnet supports fully anonymous submissions of data this way. Draugnet only keeps the link between the MISP event UUID generated from the reporting and the token handed back to the user.
API

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})