Get FalconIoaRule - CrowdStrike/psfalcon GitHub Wiki
Search for custom Indicator of Attack rules
Requires 'Custom IOA rules: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Rule identifier | X | X | |||
Filter | String |
Falcon Query Language expression to limit resultscreated_on description enabled modified_on name platform rules.action_label rules.name rules.description rules.pattern_severity rules.ruletype_name rules.enabled
|
|||||
Query | String | Perform a generic substring search across available fields | |||||
Sort | String | Property and direction to sort results |
rules.created_by.asc rules.created_by.desc rules.created_on.asc rules.created_on.desc rules.current_version.action_label.asc rules.current_version.action_label.desc rules.current_version.description.asc rules.current_version.description.desc rules.current_version.modified_by.asc rules.current_version.modified_by.desc rules.current_version.modified_on.asc rules.current_version.modified_on.desc rules.current_version.name.asc rules.current_version.name.desc rules.current_version.pattern_severity.asc rules.current_version.pattern_severity.desc rules.enabled.asc rules.enabled.desc rules.ruletype_name.asc rules.ruletype_name.desc
|
||||
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 |
Get-FalconIoaRule [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIoaRule -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /ioarules/queries/rules/v1
POST /ioarules/entities/rules/GET/v1
query_rulesMixin0
get_rules_get
Get-FalconIoaRule [-Detailed]
Get-FalconIoaRule -Filter "id:'<id>'+rules.name:'BugRule'" [-Detailed] [-All]
2023-04-25: PSFalcon v2.2.5