Mimecast Targeted Threat Protection - Attachment Protect
| Id | 617a55be-a8d8-49c1-8687-d19a0231056f |
| 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 | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml |
| Version | 1.0.0 |
| Arm template | 617a55be-a8d8-49c1-8687-d19a0231056f.json |
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
name: Mimecast Targeted Threat Protection - Attachment Protect
kind: Scheduled
tactics:
- InitialAccess
- Discovery
triggerThreshold: 0
triggerOperator: gt
version: 1.0.0
status: Available
incidentConfiguration:
createIncident: true
groupingConfiguration:
matchingMethod: AllEntities
enabled: true
lookbackDuration: P7D
reopenClosedIncident: false
suppressionDuration: 5h
queryFrequency: 30m
id: 617a55be-a8d8-49c1-8687-d19a0231056f
requiredDataConnectors:
- connectorId: MimecastTTPAPI
dataTypes:
- MimecastTTPAttachment
suppressionEnabled: false
relevantTechniques:
- T0865
description: |
'Detects a threat for an unsafe attachment in an email.'
entityMappings:
- entityType: MailMessage
fieldMappings:
- columnName: SenderAddress
identifier: Sender
- columnName: RecipientAddress
identifier: Recipient
- columnName: Subject
identifier: Subject
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
queryPeriod: 30m
severity: High
query: |
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
eventGroupingSettings:
aggregationKind: AlertPerResult