Dark Mode

Settings

Capec-653 Detail

Use of Known Operating System Credentials

Standard Software Likelihood: High Typical Severity: High

Parents: 560

Children: 561 644

Threats: T71 T75 T279 T283 T385 T388 T398 T402

Description

An adversary guesses or obtains (i.e. steals or purchases) legitimate operating system credentials (e.g. userID/password) to achieve authentication and to perform authorized actions on the system, under the guise of an authenticated user or service. This applies to any Operating System.

Extended Description

This attack can be extremely harmful when the operating system credentials used are for a root or admin user. Once an adversary gains access using credentials with elevated privileges, they are free to alter important system files which can effect other users who may use the system or other users on the system's network.
External ID Source Link Description
CAPEC-653 capec https://capec.mitre.org/data/definitions/653.html
CWE-522 cwe http://cwe.mitre.org/data/definitions/522.html
CWE-307 cwe http://cwe.mitre.org/data/definitions/307.html
CWE-308 cwe http://cwe.mitre.org/data/definitions/308.html
CWE-309 cwe http://cwe.mitre.org/data/definitions/309.html
CWE-262 cwe http://cwe.mitre.org/data/definitions/262.html
CWE-263 cwe http://cwe.mitre.org/data/definitions/263.html
CWE-654 cwe http://cwe.mitre.org/data/definitions/654.html
REF-575 reference_from_CAPEC https://arstechnica.com/information-technology/2020/04/unpatched-zoom-bug-lets-attackers-steal-windows-credentials-with-no-warning/ Dan Goodin, Attackers can use Zoom to steal users’ Windows credentials with no warning, 2020--04---01, Ars Technica
REF-576 reference_from_CAPEC https://blog.stealthbits.com/how-attackers-are-stealing-your-credentials-with-mimikatz/ Jeff Warren, How Attackers are Stealing Your Credentials with Mimikatz, 2017--07---11, STEALTHbits Technologies, Inc.
Explore
  1. Acquire known operating system credentials: The adversary must obtain known operating system credentials in order to access the target system, application, or service within the domain.

  2. Techniques
    An adversary purchases breached operating system 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 operating system credentials as they are transmitted.
    An adversary gains access to a system/files and exfiltrates password hashes.
    An adversary examines outward-facing configuration and properties files to discover hardcoded credentials.
Experiment
  1. Attempt authentication: Try each operating system credential against various systems, applications, and services within the domain until the target grants access.

  2. Techniques
    Manually or automatically enter each credential through the target's interface.
Exploit
  1. Impersonate: An adversary can use successful experiments or authentications to impersonate an authorized user or system, or to laterally move within the network

  2. Spoofing: Malicious data can be injected into the target system or into other systems on the network. The adversary can also pose as a legitimate user to perform social engineering attacks.

  3. Data Exfiltration: The adversary can obtain sensitive data contained within system files or application configuration.

  1. The system/application uses one factor password-based authentication, SSO, and/or cloud-based authentication.
  2. The system/application does not have a sound password policy that is being enforced.
  3. The system/application does not implement an effective password throttling mechanism.
  4. The adversary possesses a list of known user accounts and corresponding passwords that may exist on the target.
  1. A list of known credentials for the targeted domain.
  2. A custom script that leverages a 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
  1. Adversaries exploited the Zoom video conferencing application during the 2020 COVID-19 pandemic to exfiltrate Windows domain credentials from a target system. The attack entailed sending Universal Naming Convention (UNC) paths within the Zoom chat window of an unprotected Zoom call. If the victim clicked on the link, their Windows usernames and the corresponding Net-NTLM-v2 hashes were sent to the address contained in the link. The adversary was then able to infiltrate and laterally move within the Windows domain by passing the acquired credentials to shared network resources. This further provided adversaries with access to Outlook servers and network storage devices. [REF-575]
  2. Mimikatz, a post-exploitation Windows credential harvester, can be used to gather and exploit Windows credentials. This malware has been used in several known cyberattacks, such as the Petya Ransomeware attacks. [REF-576]