TestimoX

API Reference

Class

View (KerberosCryptoPostureService)

Namespace ADPlayground.Kerberos.KerberosCryptoPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated counts for weak/legacy Kerberos crypto posture across a domain.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public Int32 UsersRc4Only { get; set; } #

Enabled user accounts that allow only RC4.

public Int32 ComputersRc4Only { get; set; } #

Enabled computer accounts that allow only RC4.

public Int32 UsersAesDisabled { get; set; } #

Enabled user accounts with AES encryption types disabled.

public Int32 ComputersAesDisabled { get; set; } #

Enabled computer accounts with AES encryption types disabled.

public Int32 UsersPreAuthDisabled { get; set; } #

Enabled user accounts with Kerberos pre-authentication disabled.