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
Id9d5545bd-1450-4086-935c-62f15fc4a4c9
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 frequency5m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPUrl.yaml
Version1.0.0
Arm template9d5545bd-1450-4086-935c-62f15fc4a4c9.json
Deploy To Azure
MimecastTTPUrl_CL| where scanResult_s == "malicious" and action_s != "allow";
incidentConfiguration:
  groupingConfiguration:
    enabled: true
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: 1d
  createIncident: true
alertRuleTemplateName: 
relevantTechniques:
- T0865
queryFrequency: 5m
tactics:
- InitialAccess
- Discovery
suppressionDuration: 5h
triggerOperator: gt
name: Mimecast Targeted Threat Protection - URL Protect
description: Detects malicious scan results and actions which are not allowed
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: sendingIp_s
    identifier: Address
- entityType: MailMessage
  fieldMappings:
  - columnName: fromUserEmailAddress_s
    identifier: Sender
  - columnName: messageId_s
    identifier: InternetMessageId
  - columnName: userEmailAddress_s
    identifier: Recipient
- entityType: URL
  fieldMappings:
  - columnName: url_s
    identifier: Url
version: 1.0.0
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 9d5545bd-1450-4086-935c-62f15fc4a4c9
suppressionEnabled: false
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPUrl.yaml
kind: Scheduled
triggerThreshold: 0
queryPeriod: 15m
requiredDataConnectors:
- connectorId: MimecastTTPAPI
  dataTypes:
  - MimecastTTPUrl_CL
severity: High
enabled: true
query: MimecastTTPUrl_CL| where scanResult_s == "malicious" and action_s != "allow";