Get FalconRule - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Intelligence rulesets
Requires 'Rules (Falcon Intelligence): Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Ruleset identifier | X | X | |||
| Type | String | Ruleset type |
common-event-formatcql-changelogcql-mastercql-updatenetwitnesssnort-suricata-changelogsnort-suricata-mastersnort-suricata-updateyara-changelogyara-masteryara-update
|
||||
| Name | String[] | Ruleset name | |||||
| Description | String[] | Ruleset description | |||||
| Tag | String[] | Ruleset tag | |||||
| MinCreatedDate | Int32 | Filter results to those created on or after a date | |||||
| MaxCreatedDate | String | Filter results to those created on or before a date | |||||
| Query | String | Perform a generic substring search across available fields | |||||
| Sort | String | Property and direction to sort results | |||||
| Limit | Int32 | Maximum number of results per request | 1 |
5000 |
|||
| 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-FalconRule [-Type] <String> [[-Name] <String[]>] [[-Description] <String[]>] [[-Tag] <String[]>] [[-MinCreatedDate] <Int32>] [[-MaxCreatedDate] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconRule -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]GET /intel/entities/rules/v1
GET /intel/queries/rules/v1
QueryIntelRuleIds
GetIntelRuleEntities
Get-FalconRule -Type yara-master -MinCreatedDate 1509494400 -Limit 3Get-FalconRule -Id <id>, <id>2025-09-19: PSFalcon v2.2.9
