TestimoX

API Reference

Class

TrustAnalyzer

Namespace ADPlayground.Trusts
Assembly ADPlayground
Modifiers static

High-level helpers for common trust analyses used by rules and reports.

Inheritance

  • Object
  • TrustAnalyzer

Methods

public static IReadOnlyList<TrustInfo> GetTgtDelegationFindings(String domainName) #
Returns: IReadOnlyList<TrustInfo>

Returns trusts that permit TGT delegation across the specified domain's trusts.

Parameters

domainName System.String requiredposition: 0
DNS name of the source domain.

Returns

List of TrustInfo entries matching the finding.