Domain Detective

API Reference

Class

DnsResult (Scanning)

Namespace DomainDetective.Scanning
Assembly DomainDetective
Modifiers sealed

DNS-related results.

Inheritance

  • Object
  • DnsResult

Constructors

Properties

public SoaInfo Soa { get; set; } #

Gets or sets the soa value.

public List<String> Ns { get; set; } #

Gets or sets the ns value.

public List<MxInfo> Mx { get; set; } #

Gets or sets the mx value.

public Nullable<Boolean> DnssecEnabled { get; set; } #

Gets or sets the dnssec enabled value.

public Nullable<Boolean> ZoneTransferOpen { get; set; } #

Gets or sets the zone transfer open value.

public Nullable<Boolean> WildcardDetected { get; set; } #

Gets or sets the wildcard detected value.

public Nullable<Boolean> OpenResolver { get; set; } #

Gets or sets the open resolver value.

public Nullable<TimeSpan> MinTtl { get; set; } #

Gets or sets the min ttl value.

public Nullable<TimeSpan> MaxTtl { get; set; } #

Gets or sets the max ttl value.

public List<PtrInfo> Reverse { get; set; } #

Gets or sets the reverse value.

public Nullable<Boolean> FCrDnsAligned { get; set; } #

Gets or sets the f cr dns aligned value.

{{ include "footer" }}