TestimoX

API Reference

Class

GpoAclExposureService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Aggregates GPO ACL findings into security-centric buckets.

Inheritance

  • Object
  • GpoAclExposureService

Methods

BuildSnapshotFromFindings(System.String arg1, System.Collections.Generic.IEnumerable{ADPlayground.Gpo.GpoAclFinding} arg2) #

Builds a snapshot from pre-collected analyzer findings (testable entrypoint).

Parameters

arg1 System.String required
arg2 System.Collections.Generic.IEnumerable{ADPlayground.Gpo.GpoAclFinding} required
public static GpoAclExposureSnapshot GetSnapshot(String domainName) #
Returns: GpoAclExposureSnapshot

Builds a snapshot of risky GPO ACL assignments for the specified domain.

Parameters

domainName System.String requiredposition: 0
DNS domain name to analyze.

Returns

Snapshot with grouped findings for anonymous/everyone/authenticated users and apply-rights.

Fields

OverrideFindings #

Builds a snapshot of GPO ACL exposures for the specified domain.