Skip to content

Get FalconMalQuerySample

bk-cs edited this page Apr 28, 2023 · 17 revisions

Get-FalconMalQuerySample

SYNOPSIS

Retrieve Falcon MalQuery indexed file metadata

DESCRIPTION

Requires 'MalQuery: Read'.

PARAMETERS

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

SYNTAX

Get-FalconMalQuerySample [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /malquery/entities/metadata/v1

falconpy

GetMalQueryMetadataV1

USAGE

Retrieve MalQuery sample metadata

Get-FalconMalQuerySample -Id <sha256>, <sha256>

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally