Mandala
Tools

CrowdStrike

Query CrowdStrike Identity Protection sensors and documented aggregates

Usage Instructions

Integrate CrowdStrike Identity Protection into workflows to search sensors, fetch documented sensor details by device ID, and run documented sensor aggregate queries.

Tools

crowdstrike_get_sensor_aggregates

Get documented CrowdStrike Identity Protection sensor aggregates from a JSON aggregate query body

Input

ParameterTypeRequiredDescription
clientIdstringYesCrowdStrike Falcon API client ID
clientSecretstringYesCrowdStrike Falcon API client secret
cloudstringYesCrowdStrike Falcon cloud region
aggregateQueryjsonYesJSON aggregate query body documented by CrowdStrike for sensor aggregates

Output

ParameterTypeDescription
aggregatesarrayAggregate result groups returned by CrowdStrike
countnumberNumber of aggregate result groups returned

crowdstrike_get_sensor_details

Get documented CrowdStrike Identity Protection sensor details for one or more device IDs

Input

ParameterTypeRequiredDescription
clientIdstringYesCrowdStrike Falcon API client ID
clientSecretstringYesCrowdStrike Falcon API client secret
cloudstringYesCrowdStrike Falcon cloud region
idsjsonYesJSON array of CrowdStrike sensor device IDs

Output

ParameterTypeDescription
sensorsarrayCrowdStrike identity sensor detail records
countnumberNumber of sensors returned
paginationjsonPagination metadata when returned by the underlying API

crowdstrike_query_sensors

Search CrowdStrike identity protection sensors by hostname, IP, or related fields

Input

ParameterTypeRequiredDescription
clientIdstringYesCrowdStrike Falcon API client ID
clientSecretstringYesCrowdStrike Falcon API client secret
cloudstringYesCrowdStrike Falcon cloud region
filterstringNoFalcon Query Language filter for identity sensor search
limitnumberNoMaximum number of sensor records to return
offsetnumberNoPagination offset for the identity sensor query
sortstringNoSort expression for identity sensor results

Output

ParameterTypeDescription
sensorsarrayMatching CrowdStrike identity sensor records
countnumberNumber of sensors returned
paginationjsonPagination metadata (limit, offset, total)

Notes

  • Category: tools
  • Type: crowdstrike
CrowdStrike