TestimoX

API Reference

Class

DnsSplitHorizonExposureFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Represents an externally resolvable DNS name that overlaps internal AD DNS inventory.

Inheritance

  • Object
  • DnsSplitHorizonExposureFinding

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

Constructors

public DnsSplitHorizonExposureFinding() #

Properties

public String CheckId { get; set; } #

Stable check identifier.

public String Category { get; set; } #

Finding category.

public String Severity { get; set; } #

Finding severity.

public String ZoneName { get; set; } #

Internal DNS zone containing the record.

public String OwnerName { get; set; } #

Internal DNS owner name that was queried externally.

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

Internal address records observed for the owner.

public String Resolver { get; set; } #

Public resolver address that returned external answers.

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

External addresses returned by the public resolver.

public String Title { get; set; } #

Human-readable finding title.

public String Issue { get; set; } #

Human-readable issue description.

public String RecommendedAction { get; set; } #

Recommended remediation action.