v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Galaxy Clusters

Search galaxy clusters

post/galaxy_clusters/index/{galaxyId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the galaxy

Request body

context'all' | 'default' | 'org' | 'deleted'
searchallstring

Search galaxy clusters by matching any value, description, uuid or galaxy elements values.

Example request

{
  "searchall": "botnet"
}

Response

Get galaxy clusters response

Example response

[
  {
    "GalaxyCluster": {
      "id": "12345",
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "collection_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "type": "mitre-enterprise-attack-attack-pattern",
      "value": "Brute Force - T1110",
      "tag_name": "tlp:white",
      "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained...",
      "galaxy_id": "12345",
      "source": "https://github.com/mitre/cti",
      "authors": [
        "MITRE"
      ],
      "version": "1",
      "distribution": "4",
      "sharing_group_id": "1",
      "org_id": "12345",
      "orgc_id": "12345",
      "extends_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "extends_version": "1",
      "GalaxyElement": [
        {
          "id": "12345",
          "galaxy_cluster_id": "12345",
          "key": "categories",
          "value": "Military"
        }
      ]
    }
  }
]