Get FalconIoaPlatform - CrowdStrike/psfalcon GitHub Wiki

Get-FalconIoaPlatform

SYNOPSIS

Search for custom Indicator of Attack platforms

DESCRIPTION

Requires 'Custom IOA rules: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Platform windows
mac
linux
X X
Limit Int32 Maximum number of results per request 1 500
Offset Int32 Position to begin retrieving results
Detailed Switch Retrieve detailed information
All Switch Repeat requests until all available results are retrieved
Total Switch Display total result count instead of results

SYNTAX

Get-FalconIoaPlatform [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIoaPlatform -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /ioarules/entities/platforms/v1
GET /ioarules/queries/platforms/v1

falconpy

query_platformsMixin0
get_platformsMixin0

USAGE

Find custom IOA platforms

Get-FalconIoaPlatform [-Detailed]

2023-04-25: PSFalcon v2.2.5

⚠️ **GitHub.com Fallback** ⚠️