| name | T1114.001_local-email-collection |
| description | Adversaries may target user email on local systems to collect sensitive information. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1114.001","collection","windows","sub-technique"] |
| technique_id | T1114.001 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1114/001 |
| tech_stack | ["windows"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1114","T1114.002","T1114.003"] |
| prerequisites | ["T1114"] |
| severity_boost | {"T1114":"Chain with T1114 for deeper attack path","T1114.002":"Chain with T1114.002 for deeper attack path","T1114.003":"Chain with T1114.003 for deeper attack path"} |
T1114.001 Local Email Collection
Sub-technique of: T1114
High-Level Description
Adversaries may target user email on local systems to collect sensitive information. Files containing email data can be acquired from a user’s local system, such as Outlook storage or cache files.
Outlook stores data locally in offline data files with an extension of .ost. Outlook 2010 and later supports .ost file sizes up to 50GB, while earlier versions of Outlook support up to 20GB. IMAP accounts in Outlook 2013 (and earlier) and POP accounts use Outlook Data Files (.pst) as opposed to .ost, whereas IMAP accounts in Outlook 2016 (and later) use .ost files. Both types of Outlook data files are typically stored in C:\Users\<username>\Documents\Outlook Files or C:\Users\<username>\AppData\Local\Microsoft\Outlook.
Kill Chain Phase
Platforms: Windows
What to Check
How to Test
Atomic Red Team Tests
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
Atomic Test 1: Email Collection with PowerShell Get-Inbox
Search through local Outlook installation, extract mail, compress the contents, and saves everything to a directory for later exfiltration.
Successful execution will produce stdout message stating "Please be patient, this may take some time...". Upon completion, final output will be a mail.csv file.
Note: Outlook is required, but no email account necessary to produce artifacts.
Supported Platforms: windows
powershell -executionpolicy bypass -command "#{file_path}\Get-Inbox.ps1" -file #{output_file}
Dependencies:
- Get-Inbox.ps1 must be located at #{file_path}
Manual Testing
If Atomic Red Team tests are not applicable, manually verify the technique by: