CAPEC-560: Use of Known Domain Credentials

Meta Stable 严重程度: High 攻击可能性: High

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

执行流程

步骤 1 Explore

[Acquire known credentials] The adversary must obtain known credentials in order to access the target system, application, or service.

技术:
  • 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.
步骤 2 Explore

[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.

技术:
  • 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).
步骤 3 Experiment

[Attempt authentication] Try each credential until the target grants access.

技术:
  • Manually or automatically enter each credential through the target's interface.
步骤 4 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

步骤 5 Exploit

[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.

步骤 6 Exploit

[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.

所需技能

Low Once an adversary obtains a known credential, leveraging it is trivial.

所需资源

  • A list of known credentials.
  • A custom script that leverages the credential list to launch an attack.

后果影响

影响范围: Confidentiality Access Control Authentication

技术影响: Gain Privileges

影响范围: Confidentiality Authorization

技术影响: Read Data

影响范围: Integrity

技术影响: Modify Data

缓解措施

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.

示例实例

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]

分类映射

分类名称 条目ID 条目名称
ATTACK 1078 Valid Accounts
关键信息

CAPEC ID: CAPEC-560

抽象级别: Meta

状态: Stable

典型严重程度: High

攻击可能性: High

相关攻击模式