- How do SOC analysts detect Account Discovery?
- Detection centers on SIEM, XDR telemetry for the discovery phase of the attack. Monitor for execution of net user, net group, net localgroup, and whoami commands in quick succession, which is a common pattern during post-compromise reconnaissance regardless of the operator behind the attack. Alert on LDAP queries for user account enumeration from workstations that would not normally perform such queries, particularly queries retrieving all user objects or filtering for accounts with specific attributes like AdminCount=1.
- What does a Account Discovery alert look like?
- A representative SIEM detection is "Active Directory Enumeration via BloodHound" (high severity): LDAP query pattern analysis detected BloodHound data collection activity from workstation WS-SALES-022. Queries retrieved all user objects, group memberships, computer accounts, and GPO configurations within 8 minutes. This comprehensive Active Directory enumeration provides attackers with a complete map of attack paths to domain admin. The source workstation user has no administrative role.
- Which tools detect Account Discovery, and how can I practice?
- Account Discovery (T1087) is best surfaced with SIEM, XDR telemetry, which exposes the discovery signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.