Email attachments are not copied into Security IncidentsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Issue SummaryEmail attachments are not copied into Security Incidents. The attachment is present in the record in the Security Email Event table, but it stops there and is not passed to the Security Incident Most Probable CauseWe have multiple OOB inbound actions that can create security incident via email and since each of them are active they are conflicting with each other. Solution Proposed In the system there are current three inbound actions that can create security incident, actually they are exclusive. 1) Create Security Incident : the oldest inbound action we have in place and it will match email subject/to so as to create a record in Security Incident, no email parsing inbox set needed 2) Record SecOps Email Events: the one that is used for event ingestion mostly, to parse an incoming email to create Security Email Event and hence transformed to security incident, attachment will stay at the security email event record. An email parsing inbox has to be set 3) User Reported Phishing: if setup with correct rule, it transforms email wth .eml as attachment to create security incident, it doesn't need the email parsing inbox to be set. If email parsing inbox is set and the incoming email matches it , it will be processed first and stop further processing. we found out that in the email logs we saw "Record SecOps Email Events" being ran and is causing the issue. After deactivating the inbound action I saw that the security incident is being created along with the attachment. Please use either one of those as per your requirement to work as expected and deactivate other inbound actions.