Email Inspection System for Detecting Compromised Messages
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing email inspection systems face challenges in detecting malicious content, particularly advanced persistent threats that appear normal until after delivery, and may fail to identify compromised emails that previously passed inspection.
Innovation Solution
An email inspection system that records security information of emails passing inspection, detects malicious content, and sends notification emails with SMTP headers to identify and block incoming emails with the same malicious content, facilitating the identification of compromised emails and public Mail Transfer Agents that send malicious emails.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If emails are inspected using traditional methods (pattern matching, sandbox evaluation, hash comparison), then known malicious content can be detected, but advanced persistent threats that appear normal initially cannot be detected
Solution Approach 1:
The system performs preliminary inspection of emails and records security information (sender, recipient, subject, attachment hashes, URLs) for emails that pass inspection. This preliminary action creates a baseline database that enables later detection of compromised emails when the same malicious content is identified, allowing the system to detect advanced persistent threats that initially appeared normal.
Solution Approach 2:
The system implements feedback by continuously monitoring incoming emails against the recorded security information database. When malicious content is detected in a new email, the system queries the database to identify compromised emails that previously passed inspection, sends notifications to recipients, and blocks future emails from the same sender or containing the same malicious content, creating a closed-loop feedback mechanism that improves detection capability over time.
2Reliability
If security inspection is performed on all incoming emails, then malicious content can be identified, but compromised emails that previously passed inspection cannot be identified
Solution Approach 1:
The system performs preliminary inspection of emails and records security information (sender, recipient, subject, attachment hashes, URLs) for emails that pass inspection. This preliminary action creates a baseline database that enables later detection of compromised emails when the same malicious content is identified, allowing the system to detect advanced persistent threats that initially appeared normal.
Solution Approach 2:
The system implements feedback by continuously monitoring incoming emails against the recorded security information database. When malicious content is detected in a new email, the system queries the database to identify compromised emails that previously passed inspection, sends notifications to recipients, and blocks future emails from the same sender or containing the same malicious content, creating a closed-loop feedback mechanism that improves detection capability over time.
3Ease of operation
If notification emails are sent to recipients of compromised emails, then recipients can take responsive actions, but the system lacks mechanisms to block incoming emails with the same malicious content
Solution Approach 1:
The system implements feedback by continuously monitoring incoming emails against the recorded security information database. When malicious content is detected in a new email, the system queries the database to identify compromised emails that previously passed inspection, sends notifications to recipients, and blocks future emails from the same sender or containing the same malicious content, creating a closed-loop feedback mechanism that improves detection capability over time.
Solution Approach 2:
The system applies preliminary anti-action by blocking emails from senders who have previously sent malicious content or emails containing the same malicious content before they can reach recipients. This proactive blocking prevents harm before it occurs, complementing the notification system by providing automatic protective action.
Data Source
AI summary
An email inspection system receives emails that are addressed to recipients of a private computer network. The emails are inspected for malicious content, and security information of emails that pass inspection is recorded. When an email is detected to have malicious content, the recorded security information of emails is checked to identify compromised emails, which are emails that previously passed inspection but include the same malicious content. A notification email is sent to recipients of compromised emails. The notification email includes Simple Mail Transfer Protocol headers that facilitate identification of the recipients, blocking of incoming emails with the same malicious content, and identification of public Mail Transfer Agents that send malicious emails, i.e., emails with malicious content.


