Skip to content

Get-B1TideThreatEnrichment

SYNOPSIS

Used to retrieve threat enrichment data from BloxOne Threat Defense

SYNTAX

Get-B1TideThreatEnrichment [-Type] <String> [-Indicator] <String> [<CommonParameters>]

DESCRIPTION

This function is used to retrieve threat enrichment data from BloxOne Threat Defense

EXAMPLES

EXAMPLE 1

Get-B1TideThreatEnrichment

PARAMETERS

-Type

Use this parameter to specify the type of enrichment search to perform

Type: String
Parameter Sets: (All)
Aliases:

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

-Indicator

Use this parameter to specify the indicator to search by. This will be either the domain name, URL or IP. When using the Threat Actor lookup, the indicator should be the name of the Threat Actor, e.g "APT1","Carbanak","FIN6", etc.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
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