Get a list of MITRE Attack Defenses.Ask AIget https://cti.example.com/api/v2/attack-defensesRequired permissions read attack Query Paramslimitint32≥ 1Maximum number of items to be returnedoffsetint32≥ 0Return results starting from the specified (zero-based) indexsortstringComma-separated list of fields to sort on. Prefix a field with the minus "-" sign if you intend to apply descending sorting to itdatabooleanSet this parameter to false if you want to only retrieve the number of objects matching the querytruefalseattributesstringComma-separated list of attributes to be returned. Nested attributes are separated by dots - e.g. data.titlefilter[id]stringFilter by IDfilter[type]stringFilter by type: analytic, data-component, detection-strategy, mitigationfilter[name]stringFilter by namefilter[matrix]stringFilter by matrix: DISARM, enterprise-attack, ics-attack, mobile-attackfilter[related_techniques]stringFilter objects being directly related to a certain ATTACK technique id. This filter is not having an effect on data-source as those objects are related to techniques through data-component objects.filter[source_defenses]stringFilter objects being referenced by a certain ATTACK defense id. For a detection-strategy id the related analytic objects are returned while for an analytic id, the related data-component are returned. example: [DET0103, AN0286]Responses 200The requested object(s) 401Unauthorized request 403Missing permissionsUpdated 5 months ago