Get FalconScan - CrowdStrike/psfalcon GitHub Wiki
Search for on-demand or scheduled scan results
Requires 'On-demand scans (ODS): Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Scan result identifier | X | X | |||
| Filter | String |
Falcon Query Language expression to limit resultsidprofile_iddescription.keywordinitiated_fromfilecount.scannedfilecount.maliciousfilecount.quarantinedfilecount.skippedaffected_hosts_countstatusseverityscan_started_onscan_completed_oncreated_oncreated_bylast_updatedtargeted_host_countmissing_host_count
|
|||||
| Sort | String | Property and direction to sort results |
id|ascid|descinitiated_from|ascinitiated_from|descdescription.keyword|ascdescription.keyword|descfilecount.scanned|ascfilecount.scanned|descfilecount.malicious|ascfilecount.malicious|descfilecount.quarantined|ascfilecount.quarantined|descfilecount.skipped|ascfilecount.skipped|descaffected_hosts_count|ascaffected_hosts_count|descstatus|ascstatus|descseverity|ascseverity|descscan_started_on|ascscan_started_on|descscan_completed_on|ascscan_completed_on|desccreated_on|asccreated_on|desccreated_by|asccreated_by|desclast_updated|asclast_updated|desc
|
||||
| Limit | Int32 | Maximum number of results per request | 1 |
500 |
|||
| Include | String[] | Include additional properties | scan_file |
||||
| 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-FalconScan [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-Include] <String[]>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconScan -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]GET /ods/entities/scans/v2
GET /ods/queries/scans/v1
query_scans
get_scans_by_scan_ids_v2
2024-09-03: PSFalcon v2.2.7
