Skip to content

Show FalconMap

bk-cs edited this page Mar 24, 2023 · 17 revisions

Show-FalconMap

SYNOPSIS

Display indicators on the Falcon Intelligence Indicator Map

DESCRIPTION

Your default web browser will be used to view the Indicator Map.

Show-FalconMap will accept domains, SHA256 hashes, IP addresses and URLs. Invalid indicator values are ignored.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Indicator String[] X Indicator to display on the Indicator map

SYNTAX

Show-FalconMap [-Indicator] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Map indicators

Get-FalconIndicator -Filter "type:'hash_sha256'" -Limit 5 | Show-FalconMap
Show-FalconMap -Indicator www.google.com, 8.8.8.8

2022-12-12: PSFalcon v2.2.3

Clone this wiki locally