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";
suppressionEnabled: false
relevantTechniques:
- T0865
alertRuleTemplateName:
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPUrl.yaml
incidentConfiguration:
createIncident: true
groupingConfiguration:
matchingMethod: AllEntities
lookbackDuration: 1d
enabled: true
reopenClosedIncident: false
requiredDataConnectors:
- dataTypes:
- MimecastTTPUrl_CL
connectorId: MimecastTTPAPI
id: 9d5545bd-1450-4086-935c-62f15fc4a4c9
suppressionDuration: 5h
name: Mimecast Targeted Threat Protection - URL Protect
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerOperator: gt
tactics:
- InitialAccess
- Discovery
description: Detects malicious scan results and actions which are not allowed
triggerThreshold: 0
kind: Scheduled
severity: High
query: MimecastTTPUrl_CL| where scanResult_s == "malicious" and action_s != "allow";
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
enabled: true
version: 1.0.0
queryPeriod: 15m
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/9d5545bd-1450-4086-935c-62f15fc4a4c9')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9d5545bd-1450-4086-935c-62f15fc4a4c9')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Mimecast Targeted Threat Protection - URL Protect",
"description": "Detects malicious scan results and actions which are not allowed",
"severity": "High",
"enabled": true,
"query": "MimecastTTPUrl_CL| where scanResult_s == \"malicious\" and action_s != \"allow\";",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess",
"Discovery"
],
"techniques": [
"T0865"
],
"alertRuleTemplateName": null,
"incidentConfiguration": {
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P1D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
},
"createIncident": true
},
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"identifier": "Address",
"columnName": "sendingIp_s"
}
],
"entityType": "IP"
},
{
"fieldMappings": [
{
"identifier": "Sender",
"columnName": "fromUserEmailAddress_s"
},
{
"identifier": "InternetMessageId",
"columnName": "messageId_s"
},
{
"identifier": "Recipient",
"columnName": "userEmailAddress_s"
}
],
"entityType": "MailMessage"
},
{
"fieldMappings": [
{
"identifier": "Url",
"columnName": "url_s"
}
],
"entityType": "URL"
}
],
"templateVersion": "1.0.0",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPUrl.yaml"
}
}
]
}