CAPEC-652: Use of Known Kerberos Credentials

Standard Draft 严重程度: High 攻击可能性: Medium

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

An adversary obtains (i.e. steals or purchases) legitimate Kerberos credentials (e.g. Kerberos service account userID/password or Kerberos Tickets) with the goal of achieving authenticated access to additional systems, applications, or services within the domain.

执行流程

步骤 1 Explore

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

技术:
  • An adversary purchases breached Kerberos service account username/password combinations or leaked hashed passwords from the dark web.
  • An adversary guesses the credentials to a weak Kerberos service account.
  • An adversary conducts a sniffing attack to steal Kerberos tickets as they are transmitted.
  • An adversary conducts a Kerberoasting attack.
步骤 2 Experiment

[Attempt Kerberos authentication] Try each Kerberos credential against various resources within the domain until the target grants access.

技术:
  • Manually or automatically enter each Kerberos service account credential through the target's interface.
  • Attempt a Pass the Ticket attack.
步骤 3 Exploit

[Impersonate] An adversary can use successful experiments or authentications to impersonate an authorized user or system, or to laterally move within the domain

步骤 4 Exploit

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

步骤 5 Exploit

[Data Exfiltration] The adversary can obtain sensitive data contained within domain systems or applications.

前提条件

  • The system/application leverages Kerberos authentication.
  • The system/application uses one factor password-based authentication, SSO, and/or cloud-based authentication for Kerberos service accounts.
  • The system/application does not have a sound password policy that is being enforced for Kerberos service accounts.
  • The system/application does not implement an effective password throttling mechanism for authenticating to Kerberos service accounts.
  • The targeted network allows for network sniffing attacks to succeed.

所需技能

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

所需资源

  • A valid Kerberos ticket or a known Kerberos service account credential.

后果影响

影响范围: Confidentiality Access Control Authentication

技术影响: Gain Privileges

影响范围: Confidentiality Authorization

技术影响: Read Data

影响范围: Integrity

技术影响: Modify Data

缓解措施

Create a strong password policy and ensure that your system enforces this policy for Kerberos service accounts.

Ensure Kerberos service accounts are not reusing username/password combinations for multiple systems, applications, or services.

Do not reuse Kerberos service account credentials across systems.

Deny remote use of Kerberos service account credentials to log into domain systems.

Do not allow Kerberos service accounts to be a local administrator on more than one system.

Enable at least AES Kerberos encryption for tickets.

Monitor system and domain logs for abnormal credential access.

示例实例

Bronze Butler (also known as Tick), has been shown to leverage forged Kerberos Ticket Granting Tickets (TGTs) and Ticket Granting Service (TGS) tickets to maintain administrative access on a number of systems. [REF-584]

PowerSploit's Invoke-Kerberoast module can be leveraged to request Ticket Granting Service (TGS) tickets and return crackable ticket hashes. [REF-585] [REF-586]

分类映射

分类名称 条目ID 条目名称
ATTACK 1558 Steal or Forge Kerberos Tickets
关键信息

CAPEC ID: CAPEC-652

抽象级别: Standard

状态: Draft

典型严重程度: High

攻击可能性: Medium

相关攻击模式