Mimecast Targeted Threat Protection - URL Protect
| Id | 9d5545bd-1450-4086-935c-62f15fc4a4c9 |
| Rulename | Mimecast Targeted Threat Protection - URL Protect |
| Description | Detects malicious scan results and actions which are not allowed |
| 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/MimecastTTPUrl.yaml |
| Version | 1.0.0 |
| Arm template | 9d5545bd-1450-4086-935c-62f15fc4a4c9.json |
MimecastTTPUrl_CL| where scanResult_s == "malicious" and action_s != "allow";
queryPeriod: 15m
query: MimecastTTPUrl_CL| where scanResult_s == "malicious" and action_s != "allow";
enabled: true
name: Mimecast Targeted Threat Protection - URL Protect
entityMappings:
- fieldMappings:
- columnName: sendingIp_s
identifier: Address
entityType: IP
- fieldMappings:
- columnName: fromUserEmailAddress_s
identifier: Sender
- columnName: messageId_s
identifier: InternetMessageId
- columnName: userEmailAddress_s
identifier: Recipient
entityType: MailMessage
- fieldMappings:
- columnName: url_s
identifier: Url
entityType: URL
suppressionDuration: 5h
suppressionEnabled: false
alertRuleTemplateName:
description: Detects malicious scan results and actions which are not allowed
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/MimecastTTPUrl.yaml
queryFrequency: 5m
severity: High
requiredDataConnectors:
- connectorId: MimecastTTPAPI
dataTypes:
- MimecastTTPUrl_CL
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
- Discovery
id: 9d5545bd-1450-4086-935c-62f15fc4a4c9
relevantTechniques:
- T0865