TestimoX

API Reference

Class

Finding (DomainDnsZoneTransferPostureService)

Namespace ADPlayground.Dns.DomainDnsZoneTransferPostureService
Assembly ADPlayground
Modifiers sealed

Single DNS zone transfer finding for a domain controller and zone.

Inheritance

  • Object
  • Finding

Constructors

Properties

public String DomainController { get; set; } #

Domain controller that served the DNS zone configuration.

public String ZoneName { get; set; } #

DNS zone name.

public Nullable<UInt32> SecureSecondaries { get; set; } #

Raw Microsoft DNS SecureSecondaries value.

public String TransferPolicy { get; set; } #

Friendly transfer policy description.

public IReadOnlyList<String> SecondaryServers { get; set; } #

Explicit secondary servers configured for the zone, when available.

public String CheckId { get; set; } #

Stable audit check identifier.

public String Severity { get; set; } #

Finding severity.

public String Issue { get; set; } #

Human-readable issue summary.

public String RecommendedAction { get; set; } #

Recommended remediation action.