CAPEC-CAPEC-600 - CERT CVE
Naziv

Credential Stuffing

Sažetak An adversary tries known username/password combinations against different systems, applications, or services to gain additional authenticated access. Credential Stuffing attacks rely upon the fact that many users leverage the same username/password combination for multiple systems, applications, and services. Attacks of this kind often target management services over commonly used ports such as SSH, FTP, Telnet, LDAP, Kerberos, MySQL, and more. Additional targets include Single Sign-On (SSO) or cloud-based applications/services that utilize federated authentication protocols, and externally facing applications. The primary goal of Credential Stuffing is to achieve lateral movement and gain authenticated access to additional systems, applications, and/or services. A successfully executed Credential Stuffing attack could result in the adversary impersonating the victim or executing any action that the victim is authorized to perform. If the password obtained by the adversary is used for multiple systems, accounts, and/or services, this attack will be successful (in the absence of other mitigations). Although not technically a brute force attack, Credential Stuffing attacks can function as such if an adversary possess multiple known passwords for the same user account. This may occur in the event where an adversary obtains user credentials from multiple sources or if the adversary obtains a user's password history for an account. Credential Stuffing attacks are similar to Password Spraying attacks (CAPEC-565) regarding their targets and their overall goals. However, Password Spraying attacks do not have any insight into known username/password combinations and instead leverage common or expected passwords. This also means that Password Spraying attacks must avoid inducing account lockouts, which is generally not a worry of Credential Stuffing attacks. Password Spraying attacks may additionally lead to Credential Stuffing attacks, once a successful username/password combination is discovered.
Preduvjeti The system/application uses one factor password based authentication, SSO, and/or cloud-based authentication.|The system/application does not have a sound password policy that is being enforced.|The system/application does not implement an effective password throttling mechanism.|The adversary possesses a list of known user accounts and corresponding passwords that may exist on the target.
Rješenja ['Leverage multi-factor authentication for all authentication services and prior to granting an entity access to the domain network.', 'Create a strong password policy and ensure that your system enforces this policy.', 'Ensure users are not reusing username/password combinations for multiple systems, applications, or services.', 'Do not reuse local administrator account credentials across systems.', 'Deny remote use of local admin credentials to log into domain systems.', 'Do not allow accounts to be a local administrator on more than one system.', 'Implement an intelligent password throttling mechanism. Care must be taken to assure that these mechanisms do not excessively enable account lockout attacks such as CAPEC-2.', 'Monitor system and domain logs for abnormal credential access.']