kerberoastable
Identify enabled Active Directory users with service principal names (SPNs) to find Kerberoastable accounts.
Instructions
Enabled users with an SPN (Kerberoastable). (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | kerberoastable | |
| cy | No | MATCH (u:User) WHERE u.hasspn = true AND u.enabled = true RETURN u.name AS name, u.serviceprincipalnames AS spns ORDER BY name |