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 - URL Protect

Back
Id952faed4-c6a6-4873-aeb9-b348e9ce5aba
RulenameMimecast Targeted Threat Protection - URL Protect
DescriptionDetects malicious scan results and actions which are not allowed.
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_Url.yaml
Version1.0.1
Arm template952faed4-c6a6-4873-aeb9-b348e9ce5aba.json
Deploy To Azure
MimecastTTPUrl
| where ['Scan Result'] == "malicious" and Action != "allow"
| extend  From_User_EmailAddress = ['From User Email Address'],MessageID = ['Message ID'] , User_EmailAddress = ['User Email Address'], SendingIP = ['Sending IP']
description: |
    'Detects malicious scan results and actions which are not allowed.'
version: 1.0.1
triggerThreshold: 0
tactics:
- InitialAccess
- Discovery
suppressionEnabled: false
suppressionDuration: 5h
queryPeriod: 30m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Url.yaml
triggerOperator: gt
status: Available
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 952faed4-c6a6-4873-aeb9-b348e9ce5aba
name: Mimecast Targeted Threat Protection - URL Protect
queryFrequency: 30m
severity: High
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: P7D
    enabled: true
    matchingMethod: AllEntities
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: SendingIP
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: From_User_EmailAddress
    identifier: Sender
  - columnName: MessageID
    identifier: InternetMessageId
  - columnName: User_EmailAddress
    identifier: Recipient
  entityType: MailMessage
- fieldMappings:
  - columnName: Url
    identifier: Url
  entityType: URL
relevantTechniques:
- T0865
query: |
  MimecastTTPUrl
  | where ['Scan Result'] == "malicious" and Action != "allow"
  | extend  From_User_EmailAddress = ['From User Email Address'],MessageID = ['Message ID'] , User_EmailAddress = ['User Email Address'], SendingIP = ['Sending IP']  
requiredDataConnectors:
- dataTypes:
  - MimecastTTPUrl
  connectorId: MimecastTTPAPI