Get-SentinelOneHashReputation

SYNOPSIS

Get the reputation of a hash, given the required SHA1.

SYNTAX

Get-SentinelOneHashReputation [-hash] <String> [<CommonParameters>]

DESCRIPTION

The Get-SentinelOneHashReputation cmdlet gets the reputation of a hash, given the required SHA1.

To get a hash, run “threats” (best if filtered for a Group or Site) and take the fileContentHash value.

EXAMPLES

EXAMPLE 1

Get-SentinelOneHashReputation -hash 1ce2472499424b6e4d3923f42024d002d7aeb7a6

Returns the hash reputation for the defined SHA1 hash

EXAMPLE 2

1ce2472499424b6e4d3923f42024d002d7aeb7a6 | Get-SentinelOneHashReputation

Returns the hash reputation for the defined SHA1 hash

PARAMETERS

-hash

Return the hash reputation for the defined SHA1 hash

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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

N\A

https://celerium.github.io/SentinelOne-PowerShellWrapper/site/Hashes/Get-SentinelOneHashReputation.html