用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1114-003-email-forwarding-rule命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1114.003_email-forwarding-rule |
| description | Adversaries may setup email forwarding rules to collect sensitive information. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1114.003","collection","linux","macos","office-suite","windows","sub-technique"] |
| technique_id | T1114.003 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["Linux","macOS","Office Suite","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1114/003 |
| tech_stack | ["linux","macos","office","windows"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1114","T1114.001","T1114.002"] |
| prerequisites | ["T1114"] |
| severity_boost | {"T1114":"Chain with T1114 for deeper attack path","T1114.001":"Chain with T1114.001 for deeper attack path","T1114.002":"Chain with T1114.002 for deeper attack path"} |
Sub-technique of: T1114
Adversaries may setup email forwarding rules to collect sensitive information. Adversaries may abuse email forwarding rules to monitor the activities of a victim, steal information, and further gain intelligence on the victim or the victim’s organization to use as part of further exploits or operations. Furthermore, email forwarding rules can allow adversaries to maintain persistent access to victim's emails even after compromised credentials are reset by administrators. Most email clients allow users to create inbox rules for various email functions, including forwarding to a different recipient. These rules may be created through a local email application, a web interface, or by command-line interface. Messages can be forwarded to internal or external recipients, and there are no restrictions limiting the extent of this rule. Administrators may also create forwarding rules for user accounts with the same considerations and outcomes.
Any user or administrator within the organization (or adversary with valid credentials) can create rules to automatically forward all received messages to another recipient, forward emails to different locations based on the sender, and more. Adversaries may also hide the rule by making use of the Microsoft Messaging API (MAPI) to modify the rule properties, making it hidden and not visible from Outlook, OWA or most Exchange Administration tools.
In some environments, administrators may be able to enable email forwarding rules that operate organization-wide rather than on individual inboxes. For example, Microsoft Exchange supports transport rules that evaluate all mail an organization receives against user-specified conditions, then performs a user-specified action on mail that adheres to those conditions. Adversaries that abuse such features may be able to enable forwarding on all or specific mail an organization receives.
Platforms: Linux, macOS, Office Suite, Windows
Identify Attack Surface: Determine if the target environment is susceptible to Email Forwarding Rule by examining the target platforms (Linux, macOS, Office Suite).
Assess Existing Defenses: Review whether mitigations for T1114.003 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.
Consider disabling external email forwarding.
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.
Enterprise email solutions have monitoring mechanisms that may include the ability to audit auto-forwarding rules on a regular basis.
In an Exchange environment, Administrators can use Get-InboxRule / Remove-InboxRule and Get-TransportRule / Remove-TransportRule to discover and remove potentially malicious auto-fowarding and transport rules. In addition to this, a MAPI Editor can be utilized to examine the underlying database structure and discover any modifications/tampering of the properties of auto-forwarding rules.
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.
| Finding | Severity | Impact |
|---|---|---|
| Email Forwarding Rule technique applicable | High | Collection |
| CWE ID | Title |
|---|---|
| CWE-200 | Exposure of Sensitive Information |