T1552.008 Chat Messages
Sub-technique of: T1552
High-Level Description
Adversaries may directly collect unsecured credentials stored or passed through user communication services. Credentials may be sent and stored in user chat communication applications such as email, chat services like Slack or Teams, collaboration tools like Jira or Trello, and any other services that support user communication. Users may share various forms of credentials (such as usernames and passwords, API keys, or authentication tokens) on private or public corporate internal communications channels.
Rather than accessing the stored chat logs (i.e., Credentials In Files), adversaries may directly access credentials within these services on the user endpoint, through servers hosting the services, or through administrator portals for cloud hosted services. Adversaries may also compromise integration tools like Slack Workflows to automatically search through messages to extract user credentials. These credentials may then be abused to perform follow-on activities such as lateral movement or privilege escalation .
Kill Chain Phase
- Credential Access (TA0006)
Platforms: SaaS, Office Suite
What to Check
- Identify if Chat Messages technique is applicable to target environment
- Check SaaS systems for indicators of Chat Messages
- Check Office Suite systems for indicators of Chat Messages
- Verify mitigations are bypassed or absent (2 known mitigations)
- Assess detection coverage (1 detection strategies)
How to Test
Manual Testing
Identify Attack Surface: Determine if the target environment is susceptible to Chat Messages by examining the target platforms (SaaS, Office Suite).
Assess Existing Defenses: Review whether mitigations for T1552.008 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1047 Audit
Preemptively search through communication services to find shared unsecured credentials. Searching for common patterns like "password is ", “password=” and take actions to reduce exposure when found.
M1017 User Training
Ensure that developers and system administrators are aware of the risk associated with sharing unsecured passwords across communication services.
Detection
Detect Unsecured Credentials Shared in Chat Messages
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Chat Messages technique applicable | High | Credential Access |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-522 | Insufficiently Protected Credentials |