| name | T1213.001_confluence |
| description | Adversaries may leverage Confluence repositories to mine valuable information. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1213.001","collection","saas","sub-technique"] |
| technique_id | T1213.001 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["SaaS"] |
| mitre_url | https://attack.mitre.org/techniques/T1213/001 |
| tech_stack | ["saas"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1213","T1213.002","T1213.003","T1213.004","T1213.005","T1213.006"] |
| prerequisites | ["T1213"] |
| severity_boost | {"T1213":"Chain with T1213 for deeper attack path","T1213.002":"Chain with T1213.002 for deeper attack path","T1213.003":"Chain with T1213.003 for deeper attack path"} |
T1213.001 Confluence
Sub-technique of: T1213
High-Level Description
Adversaries may leverage Confluence repositories to mine valuable information. Often found in development environments alongside Atlassian JIRA, Confluence is generally used to store development-related documentation, however, in general may contain more diverse categories of useful information, such as:
- Policies, procedures, and standards
- Physical / logical network diagrams
- System architecture diagrams
- Technical system documentation
- Testing / development credentials (i.e., Unsecured Credentials)
- Work / project schedules
- Source code snippets
- Links to network shares and other internal resources
Kill Chain Phase
Platforms: SaaS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Confluence by examining the target platforms (SaaS).
-
Assess Existing Defenses: Review whether mitigations for T1213.001 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
M1017 User Training
Develop and publish policies that define acceptable information to be stored in Confluence repositories.
M1047 Audit
Consider periodic review of accounts and privileges for critical and sensitive Confluence repositories.
M1018 User Account Management
Enforce the principle of least-privilege. Consider implementing access control mechanisms that include both authentication and authorization.