Skip to content

Get FalconIndicator

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

Get-FalconIndicator

SYNOPSIS

Search for intelligence indicators

DESCRIPTION

Requires 'Indicators (Falcon X): Read'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Id String[] Indicator identifier
Filter String False False Falcon Query Language expression to limit results
Query String False False Perform a generic substring search across available fields
Sort String `id asc<BR>id desc<BR>indicator asc<BR>indicator
Limit Int32 1 5000 False False Maximum number of results per request
IncludeDeleted Boolean False False Include previously deleted indicators
Offset Int32 False False Position to begin retrieving results
Detailed Switch False False Retrieve detailed information
All Switch False False Repeat requests until all available results are retrieved
Total Switch False False Display total result count instead of results

SYNTAX

Get-FalconIndicator [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-IncludeDeleted] <Boolean>] [-Offset <Int32>] [-All] -Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIndicator -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIndicator [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-IncludeDeleted] <Boolean>] [-Offset <Int32>] -Detailed -All] [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally