Get FalconQuickScan - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon QuickScan results
Requires 'Quick Scan (Falcon Intelligence): Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | QuickScan identifier | X | X | |||
Filter | String | Falcon Query Language expression to limit results | |||||
Sort | String | Property and direction to sort results | |||||
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-FalconQuickScan [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconQuickScan -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /scanner/entities/scans/v1
GET /scanner/queries/scans/v1
QuerySubmissionsMixin0
GetScans
Get-FalconQuickScan -Filter "created_timestamp:>'Last 7 days'" [-Detailed]
Get-FalconQuickScan -Id <id>
See New-FalconQuickScan.
2023-04-25: PSFalcon v2.2.5