Skip to content

Changelog

2025-07-30: Initial Release of the API

2025-07-31: Clarify the false positive risk and add disclaimer to each response.

2025-09-02: New endpoint reports/{id}/correlations that returns the correlations to other reports based on shared IOCs.

2025-09-03: Add type field to Correlation type indicating the type of the IOC value.

2025-09-11: Add timestamp parameter to IOCs listing.

2025-09-11: Add timestamp parameter to report listing.

2025-09-12: Changed how IOCs and reports are sorted for pagination

  • IOCs are now sorted by timestamp instead of date. The date of an IOC is when it appeared in the source report, while timestamp refers to when the IOC was added to Rösti or last updated. Updates might happend if an IOC is modified, e.g., the comment is changed or the IDS flag removed.
  • Reports are now sorted by last_updated instead of date. The date of a report is when it was published, while last_updated is when the report was created or last updated by Rösti.