CAPEC-CAPEC-560 - CERT CVE
Naziv

Use of Known Domain Credentials

Sažetak An adversary guesses or obtains (i.e. steals or purchases) legitimate credentials (e.g. userID/password) to achieve authentication and to perform authorized actions under the guise of an authenticated user or service. Attacks leveraging trusted credentials typically result in the adversary laterally moving within the local network, since users are often allowed to login to systems/applications within the network using the same password. This further allows the adversary to obtain sensitive data, download/install malware on the system, pose as a legitimate user for social engineering purposes, and more. Attacks on known passwords generally rely on the primary fact that users often reuse the same username/password combination for a variety of systems, applications, and services, coupled with poor password policies on the target system or application. Adversaries can also utilize known passwords to target Single Sign On (SSO) or cloud-based applications and services, which often don't verify the authenticity of the user's input. Known credentials are usually obtained by an adversary via a system/application breach and/or by purchasing dumps of credentials on the dark web. These credentials may be further gleaned via exposed configuration and properties files that contain system passwords, database connection strings, and other sensitive data. Successful spoofing and impersonation of trusted credentials can lead to an adversary breaking authentication, authorization, and audit controls with the target system or application.
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.']