Mimecast Targeted Threat Protection - Attachment Protect
| Id | aa75944c-a663-4901-969e-7b55bfa49a73 |
| Rulename | Mimecast Targeted Threat Protection - Attachment Protect |
| Description | Detects a threat for an unsafe attachment in an email |
| Severity | High |
| Tactics | InitialAccess Discovery |
| Techniques | T0865 |
| Required data connectors | MimecastTTPAPI |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 15m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPAttachment.yaml |
| Version | 1.0.0 |
| Arm template | aa75944c-a663-4901-969e-7b55bfa49a73.json |
MimecastTTPAttachment_CL| where result_s <> "safe";
queryPeriod: 15m
query: MimecastTTPAttachment_CL| where result_s <> "safe";
enabled: true
name: Mimecast Targeted Threat Protection - Attachment Protect
entityMappings:
- fieldMappings:
- columnName: senderAddress_s
identifier: Sender
- columnName: recipientAddress_s
identifier: Recipient
- columnName: subject_s
identifier: Subject
entityType: MailMessage
suppressionDuration: 5h
suppressionEnabled: false
alertRuleTemplateName:
description: Detects a threat for an unsafe attachment in an email
kind: Scheduled
incidentConfiguration:
groupingConfiguration:
lookbackDuration: 1d
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: true
createIncident: true
version: 1.0.0
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPAttachment.yaml
queryFrequency: 5m
severity: High
requiredDataConnectors:
- connectorId: MimecastTTPAPI
dataTypes:
- MimecastTTPAttachment_CL
triggerOperator: gt
triggerThreshold: 0
customDetails:
fileHash: fileHash_s
fileType: fileType_s
details: details_s
fileName: fileName_s
tactics:
- InitialAccess
- Discovery
id: aa75944c-a663-4901-969e-7b55bfa49a73
relevantTechniques:
- T0865