Domain Detective

API Reference

Class

CmdletTestThreatIntel

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDomainThreatIntel") Alias(["Test-DomainThreatIntel"])

Queries reputation services for a domain or IP address.

Inheritance

Examples

Check reputation listings.


Test-DDDomainThreatIntel -NameOrIpAddress example.com
        

Constructors

Methods

BeginProcessingAsync() #

Initializes logging and helper classes.

Returns

A Task representing the asynchronous operation.

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false)

DNS server used for queries.

public String NameOrIpAddress #
Parameter(Mandatory = true, Position = 0) ValidateNotNullOrEmpty

Domain or IP address to query.

public String GoogleApiKey #
Parameter(Mandatory = false)

Google Safe Browsing API key.

public String PhishTankApiKey #
Parameter(Mandatory = false)

PhishTank API key.

public String VirusTotalApiKey #
Parameter(Mandatory = false)

VirusTotal API key.

{{ include "footer" }}