PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

Add a search to the feed cache search (/feeds/searchCaches)

Open adulau opened this issue 5 years ago • 2 comments

Add a search to the feed cache search (/feeds/searchCaches)

adulau avatar Apr 12 '19 11:04 adulau

This is not documented on the REST page yet.

Rafiot avatar Jul 04 '19 09:07 Rafiot

Response:

{
  "direct_urls": [
    {
      "name": "Event 5badbf47-50c4-4f60-bdde-32aac0a8ab16",
      "url": "https://localhost:8443/feeds/previewEvent/2/5badbf47-50c4-4f60-bdde-32aac0a8ab16"
    }
  ],
  "id": "2",
  "name": "The Botvrij.eu Data",
  "source_format": "misp",
  "type": "MISP Feed",
  "url": "http://www.botvrij.eu/data/feed-osint",
  "uuid": [
    "5badbf47-50c4-4f60-bdde-32aac0a8ab16"
  ]
}

The UUID in the list is the UUID of the event that contains the value

Rafiot avatar Sep 23 '19 15:09 Rafiot