Skip to content

P-ServiceDomainAdmin does not check the correct configuration #315

@jake73345634634

Description

@jake73345634634

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions