v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Galaxies

Export galaxy clusters

post/galaxies/export/{galaxyId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the galaxy

Request body

Example request

{
  "Galaxy": {
    "distribution": "4"
  }
}

Response

Export galaxy clusters response

OR

Example response

[
  {
    "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"
      }
    ]
  }
]