Skip to content

Get-B1TideFeeds

SYNOPSIS

Queries a list BYOF RPZ threat feeds

SYNTAX

Get-B1TideFeeds [[-CustomFilters] <Object>] [<CommonParameters>]

DESCRIPTION

This function is used to query a list of Bring Your Own File RPZ threat feeds

EXAMPLES

EXAMPLE 1

Get-B1TideFeeds | ft -AutoSize

id                        name                   description                  profiles                                        csp_id storage_id
--                        ----                   -----------                  --------                                        ------ ----------
123456.amfeed             amfeed                 AntiMalware Feed            {0014B00014BaC3hQKF:AntiMalware-Profile}         123456    654321
123456.kbfeed             kbfeed                 Known Bad Feed              {0014B00014BaC3hQKF:KnownBad-Profile}            123456    654321
123456.tsfeed             tsfeed                 Test Feed                   {0014B00014BaC3hQKF:Test-Profile}                123456    654321
123456.scfeed             scfeed                 Secure Feed                 {0014B00014BaC3hQKF:Secure-Profile}              123456    654321
...

PARAMETERS

-CustomFilters

Accepts either an Object, ArrayList or String containing one or more custom filters. See here for usage: https://ibps.readthedocs.io/en/latest/#-customfilters

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES