Domain Detective

API Reference

Class

ReverseDnsResult

Namespace DomainDetective.ReverseDnsAnalysis
Assembly DomainDetective

Represents PTR lookup result for a single address.

Inheritance

  • Object
  • ReverseDnsResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public String IpAddress { get; set; } #

Gets or sets the ip address value.

public String PtrRecord { get; set; } #

Gets or sets the ptr record value.

public List<String> PtrRecords { get; } #

All PTR records returned for the IP.

public String ExpectedHost { get; set; } #

Gets or sets the expected host value.

public Boolean IsValid { get; } #

True when PtrRecord equals ExpectedHost.

public Boolean FcrDnsValid { get; set; } #

True when any PTR hostname resolves back to IpAddress.

{{ include "footer" }}