Search for vulnerabilities in your environment.

The following permission is required to run this action:

  • Vulnerabilities: Read.

External Documentation

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterFilter the results based on FQL queries guidelines. A list with all available filter fields can be found in Crowdstrike Documentation.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
LimitThe maximum number of records to return. [1-400]. Default value: 100.
OffsetThe zero-based position of the first record to return. Default value: 0
SortSort the results based on a field.The format of the sort criteria is: field|direction. Direction can be either asc (ascending) or desc (descending) order.Available sort parameters: - created_timestamp - closed_timestamp - updated_timestamp

Example Output

{
	"meta": {
		"query_time": 0.14778743,
		"pagination": {
			"limit": 5,
			"total": 1222115,
			"after": "WzE2MjMwNzU0MjUwMDAsIjZiMWUxxxxxxxxxxxxxxyN2RmYzg0YmJkNWU2X2ZmY2RlYTBlZGJiYjNlMzliM2YxN2VjNjkyNTI2OThjIl0="
		},
		"powered_by": "spapi",
		"trace_id": "cbe930e5-621f-4cc7-affb-4f99209513e6"
	},
	"resources": [
		"ca4944397d82410b8f8768dxxxxxxxx_de93270830eadc97b9e1796734af034c",
		"ca4944397d82410b8f8768xxxxxxxxx_5a35144501893ba4dd0e91140ed20f0a",
		"ca4944397d82410b8f8768xxxxxxxxx_08a58806ded70ff53ba7916a0ed85072",
		"6b1e3f1c387e4107aca27xxxxxxxxxxx_ffde3ae1b90f0500e363d2a6021c1003",
		"6b1e3f1c387e4107aca27xxxxxxxxxxx_ffcdeabb3e39b3f17ec690edb252698c"
	]
}

Workflow Library Example

List Vulnerabilities with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop