Get a list of adversary IDs with optional filtering.

The following permissions are required to run this action:

  • Actors (Falcon Intelligence): Read.

External Documentation

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterFilter the results by a FQL query.For a complete list of filterable properties and syntax guidance, refer to the CrowdStrike API documentation.
QuerySearch term that matches against all fields of all adversaries.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
LimitThe number of results to return.
OffsetThe offset to start retrieving records from.
SortSort applications by their properties.The format of the sort criteria is: field|direction. Direction can be either asc (ascending) or desc (descending) order.

Example Output

{
	"meta": {
		"pagination": {
			"offset": 0,
			"limit": 10,
			"total": 3
		},
		"query_time": 0.363
	},
	"resources": [
		"1234567",
		"2345678",
		"3456789"
	]
}

Workflow Library Example

List Adversary Ids with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop