Domain Detective

API Reference

Class

CmdletGetApexAddressInfo

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDApexAddressInfo", DefaultParameterSetName = "ByName") OutputType([typeof(ApexAddressInfo)])

Gets apex A/AAAA analysis including PTR, FCrDNS, ASN and RPKI details.

Inheritance

Remarks

Outputs a view object with full raw analysis attached at Raw.

Constructors

Methods

ProcessRecordAsync() #

Runs the apex address analysis.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, Position = 1)
{{ include "footer" }}