Get FalconMalwareFamily - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Intelligence malware families
Requires 'Malware Families (Falcon Intelligence): Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Malware family identifier | X | X | |||
| Filter | String | Falcon Query Language expression to limit results | |||||
| 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 |
|||
| Field | String[] | Specific fields to return | |||||
| Offset | Int32 | Position to begin retrieving results | |||||
| Mitre | Switch | Retrieve MITRE TTP information for malware families | |||||
| 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-FalconMalwareFamily [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconMalwareFamily -Id <String[]> -Mitre [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconMalwareFamily -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconMalwareFamily [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-Field] <String[]>] [-Offset <Int32>] -Detailed [-All] [-WhatIf] [-Confirm] [<CommonParameters>]GET /intel/combined/malware/v1
GET /intel/entities/malware/v1
GET /intel/queries/malware/v1
GET /intel/queries/mitre-malware/v1
QueryMalware
QueryMitreAttacksForMalware
GetMalwareEntities
QueryMalwareEntities
2025-09-19: PSFalcon v2.2.9
