Shuffling
MITRE ATT&CKโข Techniques T1003 and T1552 (kind of)
Last updated
MITRE ATT&CKโข Techniques T1003 and T1552 (kind of)
Last updated
When credentials are found (through dumping or cracking for instance), attackers try to use them to obtain access to new resources and eventually dump new credentials. Those new credentials can then be used to access other resources, eventually find other credentials, and so forth. This process can theoretically be repeated until all resources have been carved out and all credentials have been found.
As Sean Metcalf says in the part 4 "Credential Theft Shuffle" of adsecurity's "Attack Methods for gaining Domain Admin Rights in Active Directory" article (link):
Iโm calling this section โThe Credential Theft Shuffleโ (or โCredential Shuffleโ) since it is difficult to encapsulate this activity simply. Think of it as a dance. Compromise a single workstation, escalate privileges, and dump credentials. Laterally move to other workstations using dumped credentials, escalate privileges, and dump more credentials.
This usually quickly results in Domain Admin credentials since most Active Directory admins logon to their workstation with a user account and then use RunAs (which places their admin credentials on the local workstation) or RDP to connect to a server [...].