Skip to content

New FalconQuickScan

bk-cs edited this page Oct 20, 2022 · 19 revisions

New-FalconQuickScan

SYNOPSIS

Submit a volume of files to Falcon QuickScan

DESCRIPTION

'Id' values (Sha256 hashes) are retrieved from files that are uploaded using 'Send-FalconSample'. Files must be uploaded before they can be used with Falcon QuickScan.

Time required for analysis increases with the number of samples in a volume but usually takes less than 1 minute.

Requires 'Quick Scan (Falcon Intelligence): Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Id String[] X X Sha256 hash value

SYNTAX

New-FalconQuickScan [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Submit files to QuickScan

The files submitted to Falcon Intelligence QuickScan must be previously uploaded through Send-FalconSample.

New-FalconQuickScan -Id <sha256>, <sha256>

See Send-FalconSample.

2022-10-20: PSFalcon v2.2.3

Clone this wiki locally