Has gathered victim email-content from victim servers.1
Remote Email Collection T1114.002
- Tactic
- Collection
- Platforms
- Office Suite, Windows
- Version
- 1.3
- Created
- 19 February 2020
- Last modified
- 12 May 2026
- Contributor
- Arun Seelagan, CISA
Adversaries may target an Exchange server, Office 365, or Google Workspace to collect sensitive information. Adversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network. Adversaries may also access externally facing Exchange services, Office 365, or Google Workspace to access email using credentials or access tokens. Tools such as MailSniper can be used to automate searches for specific keywords.
Remote Email Collection MITRE reference T1114.002
13 groups have been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
Has remotely accessed victims' email accounts to steal messages and attachments.1
Has harvested data from remote mailboxes including through execution of <code>\\<hostname>\c$\Users\<username>\AppData\Local\Microsoft\Outlook*.ost</code>.1
Has used tools such as the MailFetch mail crawler to collect victim emails (excluding spam) from online services via IMAP.1
Has accessed and hijacked online email communications using stolen credentials.12
All 13 groups for this technique · 6 newest in this preview
3 campaigns have been recorded using this technique. Listed newest first; dates are year-granularity and attribution is MITRE’s.
During the 2025 Poland Wiper Attacks, the adversaries leveraged stolen credentials within cloud services to gather data and email messages from Exchange services related to OT topics and technical work carried out within organizations.1
During HomeLand Justice, threat actors made multiple HTTP POST requests to the Exchange servers of the victim organization to transfer data.1
During the SolarWinds Compromise, APT29 collected emails from specific individuals, such as executives and IT staff, using New-MailboxExportRequest followed by Get-MailboxExportRequest.12
All 3 campaigns for this technique
4 software entries are documented implementing this technique. MITRE files each as a tool or as malware; newest first, then by how many groups carry them.
Can collect sensitive mailing information from Exchange servers, including credentials and the domain certificate of an enterprise.1
Can be used for searching through email in Exchange and Office 365 environments.1
Collects Exchange emails matching rules specified in its configuration.1
Some SeaDuke samples have a module to extract email from Microsoft Exchange servers using compromised credentials.1
All 4 software entries for this technique
Offense vs defense T1114.002
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
How it got here
Adversary activity (campaign spans) over cumulative rule output. Each source is plotted independently from zero, so neither line includes the other. Campaign dates are year-granularity.
Remote Email Collection detection strategy DET0048
MITRE names one behaviour worth catching for this technique and breaks it into 2 analytics, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detect Remote Email Collection via Abnormal Login and Programmatic Access
AN0131 · Windows
Detects adversaries accessing remote mail systems (e.g., Exchange Online, O365) using stolen credentials or OAuth tokens, followed by scripted access to mailbox contents via PowerShell, AADInternals, or unattended API queries. Detection focuses on abnormal logon sessions, user agents, IP locations, and scripted or tool-based email data access.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Application Log ContentDC0038 | m365:purview | MailItemsAccessed & Exchange Audit |
| Command ExecutionDC0064 | WinEventLog:PowerShell | EventCode=4103, 4104, 4105, 4106 |
| Logon Session CreationDC0067 | azure:signinlogs | Abnormal sign-in from scripting tools (PowerShell, AADInternals) |
| Network Connection CreationDC0082 | WinEventLog:Sysmon | EventCode=3, 22 |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| UserAgentPattern | Filters user agents like 'PowerShell', 'AADInternals', 'python-requests' which can vary depending on script/tool. |
| TimeWindow | Defines the temporal correlation window between login, command execution, and outbound email access. |
| KnownIPLocations | Defines baseline geo/IP address ranges to suppress known corporate access. |
| PrivilegedUserList | Defines the accounts considered privileged (admin, execs) and worthy of tighter thresholds. |
AN0132 · Office Suite
Monitors programmatic access to user mailboxes in cloud-based email systems (e.g., O365, Exchange Online) using APIs or tokens. Focuses on OAuth misuse, suspicious MailItemsAccessed patterns, scripted keyword searches, and connections from untrusted agents or locations.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Application Log ContentDC0038 | m365:purview | MailItemsAccessed, Search-Mailbox events |
| Command ExecutionDC0064 | m365:unified | Search-Mailbox, Get-MessageTrace, eDiscovery requests |
| Logon Session CreationDC0067 | azure:signinlogs | Suspicious login to cloud mailbox system |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| MailAccessVolumeThreshold | Number of emails accessed within time window to flag anomaly. |
| OAuthClientIDAllowList | Allows tuning based on known app registrations. |
| KeywordSearchFrequency | Flag high volumes of message searches using suspicious patterns. |
| LoginGeolocationVariance | Trigger when IP geolocation varies significantly from user's historical profile. |
Use of encryption provides an added layer of security to sensitive information sent over email. Encryption using public key cryptography requires the adversary to obtain the private certificate along with an encryption key to decrypt messages.
Use of multi-factor authentication for public-facing webmail servers is a recommended best practice to minimize the usefulness of usernames and passwords to adversaries.
Use secure out-of-band authentication methods to verify the authenticity of critical actions initiated via email, such as password resets, financial transactions, or access requests. For highly sensitive information, utilize out-of-band communication channels instead of relying solely on email. This reduces the risk of sensitive data being collected through compromised email accounts. Set up out-of-band alerts to notify security teams of unusual email activities, such as mass forwarding or large attachments being sent, which could indicate email collection attempts. Create plans for leveraging a secure out-of-band communications channel, rather than an existing in-network email server, in case of a security incident.
Tests from Atomic Red Team (MIT licence) · technique definition