Search galaxy clusters
Path parameters
UUID or numeric ID of the galaxy
Request body
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"
}
]
}
}
]Changes
Changed in 2 of the 50 revisions of this API.53
- ▲
the
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse property's maxLength was unset from10for the response status200response-property-max-length-unset
- ▲
added
SharingGroupIntIdSharingGroupUuidIdto theitems/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
the
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse's property pattern^\d+$|^$was removed for the status200response-property-pattern-removed
- ▲
- ▲
the response property
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idbecame nullable for the status200response-property-became-nullable
- ▲
the
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
removed
SharingGroupIntIdSharingGroupUuidIdfrom theitems/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
the
items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_idresponse's property pattern^\d+$|^$was added for the status200response-property-pattern-added
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲