Skip to content

Get FalconIocHost

bk-cs edited this page Sep 22, 2022 · 21 revisions

Get-FalconIocHost

SYNOPSIS

Search for hosts that have observed a custom indicator

DESCRIPTION

Requires 'IOCs: Read'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Type String domain
ipv4
ipv6
md5
sha256
False True Indicator type
Value String False True Indicator value
Limit String 1 100 False False Maximum number of results per request
Offset Int32 False False Position to begin retrieving results
All Switch False False Repeat requests until all available results are retrieved
Total Switch False False Display the total result count instead of results

SYNTAX

Get-FalconIocHost [-Type] <String> [-Value] <String> [[-Limit] <String>] [-Offset <Int32>] [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIocHost [-Type] <String> [-Value] <String> -Total [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally