Dark Mode
Capec-560 Detail
Use of Known Domain Credentials
Meta Software Hardware Likelihood: High Typical Severity: High
Children: 555 600 652 653
Threats: T71 T75 T263 T271 T279 T283 T292 T307 T385 T388 T398 T402
Explore
-
Acquire known credentials: The adversary must obtain known credentials in order to access the target system, application, or service.
-
Determine target's password policy: Determine the password policies of the target system/application to determine if the known credentials fit within the specified criteria.
| Techniques |
|---|
| An adversary purchases breached username/password combinations or leaked hashed passwords from the dark web. |
| An adversary leverages a key logger or phishing attack to steal user credentials as they are provided. |
| An adversary conducts a sniffing attack to steal credentials as they are transmitted. |
| An adversary gains access to a database and exfiltrates password hashes. |
| An adversary examines outward-facing configuration and properties files to discover hardcoded credentials. |
| Techniques |
|---|
| Determine minimum and maximum allowed password lengths. |
| Determine format of allowed passwords (whether they are required or allowed to contain numbers, special characters, etc., or whether they are allowed to contain words from the dictionary). |
| Determine account lockout policy (a strict account lockout policy will prevent brute force attacks if multiple passwords are known for a single user account). |
Experiment
-
Attempt authentication: Try each credential until the target grants access.
| Techniques |
|---|
| Manually or automatically enter each credential through the target's interface. |
Exploit
-
Impersonate: An adversary can use successful experiments or authentications to impersonate an authorized user or system, or to laterally move within a system or application
-
Spoofing: Malicious data can be injected into the target system or into a victim user's system by an adversary. The adversary can also pose as a legitimate user to perform social engineering attacks.
-
Data Exfiltration: The adversary can obtain sensitive data contained within the system or application.
- 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.
- A list of known credentials.
- A custom script that leverages the credential list to launch an attack.
| Low |
|---|
| Once an adversary obtains a known credential, leveraging it is trivial. |
| Integrity | Authorization | Access Control | Authentication | Confidentiality |
|---|---|---|---|---|
| Modify Data | Read Data | Gain Privileges | Gain Privileges | Gain Privileges |
| Read Data |
- Throughout 2015 and 2016, APT28 — also known as Pawn Storm, Sednit, Fancy Bear, Sofacy, and STRONTIUM — leveraged stolen credentials to infiltrate the Democratic National Committee (DNC), the United States Army, the World Anti- Doping Agency (WADA), the Court of Arbitration for Sport (TAS-CAS), and more. In most cases, the legitimate credentials were obtained via calculated spearphishing, tabnabbing, and DNS attacks targeted at corporate webmail systems. APT28 also executed several watering hole attacks, in addition to exploiting several zero-day vulnerabilities within Flash and Windows. The stolen credentials were then utilized to maintain authenticated access, laterally move within the local network, and exfiltrate sensitive information including DNC emails and personal medical records of numerous athletes. [REF-571]
- In early 2019, FIN6 exploited stolen credentials from an organization within the engineering industry to laterally move within an environment via the Windows’ Remote Desktop Protocol (RDP). Multiple servers were subsequently infected with malware to create malware distribution servers, which were used to distribute the LockerGoga ransomware. [REF-573]