TestimoX

API Reference

Class

HostStats

Namespace ADPlayground.Kerberos.SpnStatsService
Assembly ADPlayground
Modifiers sealed

Aggregated stats for an SPN host target.

Inheritance

  • Object
  • HostStats

Constructors

public HostStats(String host) #

Creates a new host stats bucket.

Parameters

host System.String requiredposition: 0

Properties

public String Host { get; } #

Host portion of SPNs (e.g., server name or FQDN).

public Int32 SpnCount { get; set; } #

Total SPN values observed that target this host (may include duplicates per account).

public HashSet<String> Accounts { get; } #

Unique account identifiers (sAMAccountName/UPN/DN) that have at least one SPN targeting this host.

public HashSet<String> ServiceClasses { get; } #

Unique service classes observed on this host.

public Int32 AccountCount { get; } #

Unique account count for this host.

public List<String> ExampleSpns { get; } #

Sample raw SPNs targeting this host when examples are enabled.