Get-FalconHost
Search for hosts in your environment.Host identifier(s) to retrieve specific device detailsAliases:
ids, device_id, host_ids, aidFalcon Query Language (FQL) expression to limit resultsExample:
hostname:'*DESKTOP*'+platform_name:'Windows'Property and direction to sort resultsValid values:
device_id.asc, device_id.desc, hostname.asc, hostname.desc, first_seen.asc, first_seen.desc, last_seen.asc, last_seen.desc, platform_name.asc, platform_name.desc, and moreMaximum number of results per request (1-10000, default: 100)
Include additional properties in the responseValid values:
content_state, group_names, login_history, network_history, online_state, policy_names, zero_trust_assessmentPosition to begin retrieving results (pagination token)
Specific host properties to include in the response (when using
-Detailed)Restrict search to ‘hidden’ hosts
Retrieve user login history for specified hosts
Retrieve network address history for specified hosts
Retrieve online status for specified hosts
Retrieve detailed information for hosts
Repeat requests until all available results are retrieved
Display total result count instead of results
Hosts: Read (plus related permissions for specific Include selections)
Examples
Invoke-FalconHostAction
Perform containment and visibility actions on hosts.Action to perform on the host(s)Valid values:
contain- Network contain the hostlift_containment- Release network containmenthide_host- Hide host from consoleunhide_host- Unhide host in consoledetection_suppress- Suppress detections on hostdetection_unsuppress- Unsuppress detections on hostlift_filesystem_containment_all- Release filesystem containment
action_nameInclude additional host properties in the responseValid values:
agent_version, cid, external_ip, filesystem_containment_status, first_seen, host_hidden_status, hostname, last_seen, local_ip, mac_address, os_build, os_version, platform_name, product_type, product_type_desc, reduced_functionality_mode, serial_number, system_manufacturer, system_product_name, tagsHost identifier(s) to perform the action onAliases:
ids, device_idHosts: Write (plus related permissions for specific Include selections)
Examples
Add-FalconGroupingTag
Add FalconGroupingTags to hosts.FalconGroupingTag value(s) to add (must start with
Valid characters: Letters, numbers, hyphens, underscores, forward slashesAliases:
FalconGroupingTags/)Pattern: FalconGroupingTags/<string>Valid characters: Letters, numbers, hyphens, underscores, forward slashesAliases:
TagsHost identifier(s) to tagAliases:
device_ids, device_id, idsHosts: Write
Examples
FalconGroupingTags are visible tags that can be used for grouping and filtering hosts. They persist across sensor reinstalls and are visible in the Falcon console.
Remove-FalconGroupingTag
Remove FalconGroupingTags from hosts.FalconGroupingTag value(s) to remove (must start with
Valid characters: Letters, numbers, hyphens, underscores, forward slashesAliases:
FalconGroupingTags/)Pattern: FalconGroupingTags/<string>Valid characters: Letters, numbers, hyphens, underscores, forward slashesAliases:
TagsHost identifier(s) to remove tags fromAliases:
device_ids, device_id, idsHosts: Write