Analytic rule catalog
Mimecast Targeted Threat Protection - URL Protect
Back
| Id | 952faed4-c6a6-4873-aeb9-b348e9ce5aba |
| 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 | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic%20Rules/MimecastTTP/Mimecast_TTP_Url.yaml |
| Version | 1.0.1 |
| Arm template | 952faed4-c6a6-4873-aeb9-b348e9ce5aba.json |
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']
kind: Scheduled
queryFrequency: 30m
triggerOperator: gt
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
- MimecastTTPUrl
connectorId: MimecastTTPAPI
queryPeriod: 30m
id: 952faed4-c6a6-4873-aeb9-b348e9ce5aba
description: |
'Detects malicious scan results and actions which are not allowed.'
severity: High
name: Mimecast Targeted Threat Protection - URL Protect
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']
eventGroupingSettings:
aggregationKind: AlertPerResult
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
status: Available
suppressionDuration: 5h
suppressionEnabled: false
tactics:
- InitialAccess
- Discovery
version: 1.0.1
relevantTechniques:
- T0865
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
enabled: true
lookbackDuration: P7D
matchingMethod: AllEntities
createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic%20Rules/MimecastTTP/Mimecast_TTP_Url.yaml
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/952faed4-c6a6-4873-aeb9-b348e9ce5aba')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/952faed4-c6a6-4873-aeb9-b348e9ce5aba')]",
"properties": {
"alertRuleTemplateName": "952faed4-c6a6-4873-aeb9-b348e9ce5aba",
"customDetails": null,
"description": "'Detects malicious scan results and actions which are not allowed.'\n",
"displayName": "Mimecast Targeted Threat Protection - URL Protect",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "SendingIP",
"identifier": "Address"
}
]
},
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "From_User_EmailAddress",
"identifier": "Sender"
},
{
"columnName": "MessageID",
"identifier": "InternetMessageId"
},
{
"columnName": "User_EmailAddress",
"identifier": "Recipient"
}
]
},
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "Url",
"identifier": "Url"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P7D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic%20Rules/MimecastTTP/Mimecast_TTP_Url.yaml",
"query": "MimecastTTPUrl\n| where ['Scan Result'] == \"malicious\" and Action != \"allow\"\n| extend From_User_EmailAddress = ['From User Email Address'],MessageID = ['Message ID'] , User_EmailAddress = ['User Email Address'], SendingIP = ['Sending IP']\n",
"queryFrequency": "PT30M",
"queryPeriod": "PT30M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery",
"InitialAccess"
],
"techniques": null,
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}