Advisor
Wiki Techniques, Tactics & Procedures (TTPs) Lateral Movement Credential Reuse Across Systems

Credential Reuse Across Systems

2 min read
Jump to:

Overview

Credential reuse across systems is a technique where adversaries leverage stolen or compromised authentication credentials from one system to gain unauthorized access to other systems or services. This method is frequently employed during multiple stages of the attack lifecycle to expand access, escalate privileges, or maintain persistence. Attackers exploit the common human tendency to reuse passwords or credentials across different environments to facilitate lateral movement and increase operational efficiency.

Attack Objective

  • Gain unauthorized access and maintain control over multiple systems
  • Supports Initial Access, Lateral Movement, Persistence, Privilege Escalation, and Defense Evasion stages
  • Advances the attacker’s position by enabling access to additional resources without requiring new credential compromises

How the Technique Works

Adversaries obtain credentials from one compromised system or data breach and attempt to use the same credentials on other systems, services, or accounts within the target environment. This can include reusing passwords, tokens, or keys across on-premises infrastructure, cloud services, or identity providers. By exploiting credential reuse, attackers bypass authentication controls and gain broader access without triggering initial credential theft detection mechanisms.

Common Methods & Variations

  • Using harvested passwords or hashes from one system to authenticate to others
  • Applying credentials across on-premises Active Directory, cloud platforms, web applications, and network devices
  • Utilizing legitimate administrative or user accounts to blend in with normal activity (living-off-the-land)
  • Employing automated tools to test credential validity across multiple targets

Indicators of Compromise (IOCs)

  • Unusual authentication attempts from known accounts on multiple systems
  • Failed login attempts followed by successful logins using the same credentials on different hosts
  • Authentication events from atypical geographic locations or devices
  • Access patterns inconsistent with normal user behavior or business hours

Detection Strategies

  • Monitoring authentication logs from endpoints, identity providers, and cloud services
  • Behavioral analytics to identify anomalous login patterns and credential use
  • Correlation of failed and successful login attempts across systems and accounts
  • Use of multi-factor authentication (MFA) telemetry to detect bypass attempts

Mitigation & Prevention

  • Enforce unique, complex passwords and discourage reuse across systems
  • Implement multi-factor authentication to reduce reliance on passwords alone
  • Deploy centralized identity and access management with strict credential policies
  • Regularly audit and rotate credentials, especially privileged accounts
  • Use credential vaulting and just-in-time access controls to limit credential exposure

Response Considerations

  • Immediately disable or reset compromised credentials across all affected systems
  • Conduct thorough investigation to identify all systems accessed using reused credentials
  • Review and enhance credential management policies and access controls
  • Implement monitoring to detect any subsequent unauthorized access attempts
  • Educate users on risks of credential reuse and promote secure authentication practices

Related Techniques

  • Credential Dumping – obtaining credentials to enable reuse
  • Brute Force – attempting to guess credentials for reuse
  • Lateral Movement – leveraging reused credentials to move within a network
  • Persistence – maintaining access through reused credentials

Mapping & References

  • MITRE ATT&CK T1078: Valid Accounts
  • MITRE ATT&CK T1110: Brute Force (related to credential discovery)
  • Public advisories on credential stuffing and reuse attacks from cybersecurity organizations
  • Incident reports highlighting credential reuse in advanced persistent threat campaigns
Tags: Authentication Credential Reuse Cybersecurity Techniques Defense Evasion Identity Management Initial Access lateral movement persistence privilege escalation Valid Accounts