v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Galaxies

Search galaxies

post/galaxies

Request body

valuestring

Text search term to find a matching galaxy name, namespace, description, kill_chain_order or uuid.

Example request

{
  "value": "botnet"
}

Response

A list of galaxies

Example response

[
  {
    "Galaxy": {
      "id": "12345",
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "name": "Ransomware",
      "type": "ransomware",
      "description": "Ransomware galaxy based on ...",
      "version": "1",
      "icon": "globe",
      "namespace": "misp",
      "kill_chain_order": {
        "fraud-tactics": [
          "Initiation",
          "Target Compromise",
          "Perform Fraud",
          "Obtain Fraudulent Assets",
          "Assets Transfer",
          "Monetisation"
        ]
      }
    }
  }
]