CrowdStrike

CrowdStrike é uma plataforma de cibersegurança que oferece proteção de endpoints, inteligência de ameaças e segurança de identidade por meio do suite Falcon. Esta integração conecta-se à API Falcon Identity Protection para consultar dados de sensores.

Com esta integração, você pode:

  • Pesquisar sensores: Consulte sensores de proteção de identidade do CrowdStrike por hostname, IP ou campos relacionados usando filtros Falcon Query Language
  • Obter detalhes do sensor: Recupere detalhes documentados do sensor, incluindo status de proteção, atribuições de política e configuração de protocolo, para um ou mais IDs de dispositivo
  • Executar agregações de sensores: Execute consultas de agregação JSON documentadas para resumir dados de sensores em buckets e métricas

No Zoen, a integração com o CrowdStrike permite que seus agentes pesquisem sensores de proteção de identidade, consultem registros detalhados de sensores por ID de dispositivo e executem consultas de agregação sobre dados de sensores — tudo autenticado com um client ID e secret da API Falcon em uma região de nuvem especificada. Isso permite que os agentes mostrem o status de proteção do dispositivo, a cobertura de políticas e a configuração de protocolo (Kerberos, LDAP, NTLM, RDP, SMB) como parte de workflows de monitoramento e relatórios de segurança.

Usage Instructions

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

Actions

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
bucketsarrayBuckets within the aggregate result
countnumberBucket document count
fromnumberBucket lower bound
keyAsStringstringString representation of the bucket key
labeljsonBucket label object
stringFromstringString lower bound
stringTostringString upper bound
subAggregatesjsonNested aggregate results for this bucket
tonumberBucket upper bound
valuenumberBucket metric value
valueAsStringstringString representation of the bucket value
docCountErrorUpperBoundnumberUpper bound for bucket count error
namestringAggregate result name
sumOtherDocCountnumberDocument count not included in the returned buckets
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
agentVersionstringSensor agent version
cidstringCrowdStrike customer identifier
deviceIdstringSensor device identifier
heartbeatTimenumberLast heartbeat timestamp
hostnamestringSensor hostname
idpPolicyIdstringAssigned Identity Protection policy ID
idpPolicyNamestringAssigned Identity Protection policy name
ipAddressstringSensor local IP address
kerberosConfigstringKerberos configuration status
ldapConfigstringLDAP configuration status
ldapsConfigstringLDAPS configuration status
machineDomainstringMachine domain
ntlmConfigstringNTLM configuration status
osVersionstringOperating system version
rdpToDcConfigstringRDP to domain controller configuration status
smbToDcConfigstringSMB to domain controller configuration status
statusstringSensor protection status
statusCausesarrayDocumented causes behind the current status
tiEnabledstringThreat intelligence enablement status
countnumberNumber of sensors returned
paginationjsonPagination metadata when returned by the underlying API
limitnumberPage size used for the query
offsetnumberOffset returned by CrowdStrike
totalnumberTotal records available

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
agentVersionstringSensor agent version
cidstringCrowdStrike customer identifier
deviceIdstringSensor device identifier
heartbeatTimenumberLast heartbeat timestamp
hostnamestringSensor hostname
idpPolicyIdstringAssigned Identity Protection policy ID
idpPolicyNamestringAssigned Identity Protection policy name
ipAddressstringSensor local IP address
kerberosConfigstringKerberos configuration status
ldapConfigstringLDAP configuration status
ldapsConfigstringLDAPS configuration status
machineDomainstringMachine domain
ntlmConfigstringNTLM configuration status
osVersionstringOperating system version
rdpToDcConfigstringRDP to domain controller configuration status
smbToDcConfigstringSMB to domain controller configuration status
statusstringSensor protection status
statusCausesarrayDocumented causes behind the current status
tiEnabledstringThreat intelligence enablement status
countnumberNumber of sensors returned
paginationjsonPagination metadata (limit, offset, total)
limitnumberPage size used for the query
offsetnumberOffset returned by CrowdStrike
totalnumberTotal records available

On this page