The issue P-ServiceDomainAdmin currently only checks if any members of the Domain Admins group have a password set more than 30 days ago from what I can see in the code.
Two issues:
- The finding description mentions password never expires, not set more than 30 days ago:
The purpose is to check for accounts with non-expiring passwords in the "Domain Administrator" group.
- The finding is checking something completely different than what it should be checking for. Ping Castle assumes domain admins with never expiring passwords are automatically used as service accounts:
PingCastle is checking accounts with never expiring password, that are mostly used as service accounts.
The actual configuration that this issue should be checking for is:
- Member of Domain Admins &&
- Has an SPN set
The issue
P-ServiceDomainAdmincurrently only checks if any members of the Domain Admins group have a password set more than 30 days ago from what I can see in the code.Two issues:
The actual configuration that this issue should be checking for is: