Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Mimecast Targeted Threat Protection - Attachment Protect

Back
Id617a55be-a8d8-49c1-8687-d19a0231056f
RulenameMimecast Targeted Threat Protection - Attachment Protect
DescriptionDetects a threat for an unsafe attachment in an email.
SeverityHigh
TacticsInitialAccess
Discovery
TechniquesT0865
Required data connectorsMimecastTTPAPI
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
Version1.0.0
Arm template617a55be-a8d8-49c1-8687-d19a0231056f.json
Deploy To Azure
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
severity: High
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryPeriod: 30m
name: Mimecast Targeted Threat Protection - Attachment Protect
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
entityMappings:
- fieldMappings:
  - columnName: SenderAddress
    identifier: Sender
  - columnName: RecipientAddress
    identifier: Recipient
  - columnName: Subject
    identifier: Subject
  entityType: MailMessage
version: 1.0.0
relevantTechniques:
- T0865
status: Available
suppressionEnabled: false
id: 617a55be-a8d8-49c1-8687-d19a0231056f
queryFrequency: 30m
triggerThreshold: 0
triggerOperator: gt
incidentConfiguration:
  groupingConfiguration:
    enabled: true
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: P7D
  createIncident: true
query: |
  MimecastTTPAttachment
  | where Result != "safe"
  | extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']  
suppressionDuration: 5h
description: |
    'Detects a threat for an unsafe attachment in an email.'
requiredDataConnectors:
- connectorId: MimecastTTPAPI
  dataTypes:
  - MimecastTTPAttachment
tactics:
- InitialAccess
- Discovery
kind: Scheduled