Skip to content

Hosts

Accessing and managing CrowdStrike Falcon hosts/devices

  • Hosts: READ
  • Hosts: WRITE

Required scopes: Hosts: READ

Search hosts and their sensor state: filter by hostname, platform, IP, sensor version, containment (network-quarantine) status, assigned policies, or grouping tags.

Use this to find devices and check their protection state - whether a host is contained, what sensor version it runs, which policies apply. For drive encryption, disk/memory/CPU, OS security settings, or internet exposure, use falcon_search_managed_assets. See falcon://hosts/search/fql-guide for filters; returns full host details. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Find all Windows hosts in my environment”
  • “Show me hosts last seen in the past 24 hours”

Required scopes: Hosts: READ

Retrieve detailed information for one or more host device IDs.

Use when you already have specific device IDs from search results, the Falcon console, or the Streaming API. For discovering hosts by criteria, use falcon_search_hosts instead. Returns comprehensive host details.

Example prompts:

  • “Get the full details for host device abc123”

Required scopes: Hosts: WRITE

Add or remove Falcon Grouping Tags on one or more hosts.

Set action to ‘add’ to attach tags, or ‘remove’ to detach them, on every device in ids. Grouping tags can drive dynamic host group assignment and therefore policy assignment, so changing them may change a host’s security posture. Adding a tag a host already has, or removing one it lacks, is a no-op. Returns one record per device, each with device_id, updated, and code. Tag names are case-sensitive, so removing a tag requires the exact casing it was created with.

  • falcon://hosts/search/fql-guide: Contains the guide for the filter param of the falcon_search_hosts tool.