| name | T1110.004_credential-stuffing |
| description | Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap. |
| category | authentication |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1110.004","credential-access","windows","saas","iaas","linux","macos","containers","network-devices","office-suite","identity-provider","esxi","sub-technique"] |
| technique_id | T1110.004 |
| tactic | credential-access |
| all_tactics | ["credential-access"] |
| platforms | ["Windows","SaaS","IaaS","Linux","macOS","Containers","Network Devices","Office Suite","Identity Provider","ESXi"] |
| mitre_url | https://attack.mitre.org/techniques/T1110/004 |
| tech_stack | ["windows","saas","cloud","linux","macos","containers","network devices","office","identity","esxi"] |
| cwe_ids | ["CWE-522"] |
| chains_with | ["T1110","T1110.001","T1110.002","T1110.003"] |
| prerequisites | ["T1110"] |
| severity_boost | {"T1110":"Chain with T1110 for deeper attack path","T1110.001":"Chain with T1110.001 for deeper attack path","T1110.002":"Chain with T1110.002 for deeper attack path"} |
T1110.004 Credential Stuffing
Sub-technique of: T1110
High-Level Description
Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap. Occasionally, large numbers of username and password pairs are dumped online when a website or service is compromised and the user account credentials accessed. The information may be useful to an adversary attempting to compromise accounts by taking advantage of the tendency for users to use the same passwords across personal and business accounts.
Credential stuffing is a risky option because it could cause numerous authentication failures and account lockouts, depending on the organization's login failure policies.
Typically, management services over commonly used ports are used when stuffing credentials. Commonly targeted services include the following:
- SSH (22/TCP)
- Telnet (23/TCP)
- FTP (21/TCP)
- NetBIOS / SMB / Samba (139/TCP & 445/TCP)
- LDAP (389/TCP)
- Kerberos (88/TCP)
- RDP / Terminal Services (3389/TCP)
- HTTP/HTTP Management Services (80/TCP & 443/TCP)
- MSSQL (1433/TCP)
- Oracle (1521/TCP)
- MySQL (3306/TCP)
- VNC (5900/TCP)
In addition to management services, adversaries may "target single sign-on (SSO) and cloud-based applications utilizing federated authentication protocols," as well as externally facing email applications, such as Office 365.
Kill Chain Phase
- Credential Access (TA0006)
Platforms: Windows, SaaS, IaaS, Linux, macOS, Containers, Network Devices, Office Suite, Identity Provider, ESXi
What to Check
How to Test
Atomic Red Team Tests
The following tests are from and provide actionable ways to test this technique: