Skip to main content

CrowdStrike Falcon - Search Endpoints By Indicators

This Playbook is part of the CrowdStrike Falcon Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

This playbooks searches for different indicators (IP,IPV6,File hashes,Domain) in the crowdstrike falcon console. The output will be all the endpoitns found associated with provided indicators. Provided agent id as an input will be excluded from the returned list.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

CrowdStrike Falcon - Search Endpoints By Hash

Integrations#

  • CrowdStrikeFalcon
  • CrowdstrikeFalcon

Scripts#

IsIntegrationAvailable

Commands#

  • cs-falcon-device-count-ioc
  • cs-falcon-device-ran-on
  • endpoint

Playbook Inputs#


NameDescriptionDefault ValueRequired
FileSha256The SHA256 file hash to search for.Optional
HostIdThe host ID which will be excluded from the results.Optional
SHA1The SHA1 file hash to search for.Optional
MD5The MD5 file hash to search for.Optional
IPThe IPV4 indicator to search for.8.8.8.8Optional
DomainThe Domain Indicator to search for.Optional
IPV6The IPv6 Indicator to search for.Optional

Playbook Outputs#


PathDescriptionType
EndpointAdditional hosts that have the hash present.string
CrowdStrike.IOC.DeviceCountThe number of devices the IOC ran on.number
Endpoint.HostnameThe endpoint's hostname.unknown
CrowdStrike.IOC.TypeThe type of the IOC.unknown
Endpoint.IPAddressThe endpoint's IP address.unknown
CrowdStrike.IOC.ValueThe string representation of the indicator.unknown
Endpoint.OSThe endpoint operation system.unknown
Endpoint.StatusThe endpoint status.unknown
Endpoint.IsIsolatedThe endpoint isolation status.unknown
CrowdStrike.DeviceIDDevice IDs an indicator ran on.unknown

Playbook Image#


CrowdStrike Falcon - Search Endpoints By Indicators