Mimecast Audit - Logon Authentication Failed
Id | 9c5dcd76-9f6d-42a3-b984-314b52678f20 |
Rulename | Mimecast Audit - Logon Authentication Failed |
Description | Detects threat when logon authentication failure found in audit |
Severity | High |
Tactics | Discovery InitialAccess CredentialAccess |
Techniques | T1110 |
Required data connectors | MimecastAuditAPI |
Kind | Scheduled |
Query frequency | 5m |
Query period | 15m |
Trigger threshold | 3 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastAudit/Analytic Rules/MimecastAudit.yaml |
Version | 1.0.0 |
Arm template | 9c5dcd76-9f6d-42a3-b984-314b52678f20.json |
MimecastAudit_CL | where src_s !="" and auditType_s == "Logon Authentication Failed"
triggerThreshold: 3
kind: Scheduled
apiVersion: 2021-09-01-preview
customDetails:
relevantTechniques:
- T1110
tactics:
- Discovery
- InitialAccess
- CredentialAccess
requiredDataConnectors:
- dataTypes:
- MimecastAudit_CL
connectorId: MimecastAuditAPI
alertRuleTemplateName:
alertDetailsOverride:
displayName: Mimecast Audit - Logon Authentication Failed
id: 9c5dcd76-9f6d-42a3-b984-314b52678f20
triggerOperator: gt
name: Mimecast Audit - Logon Authentication Failed
queryPeriod: 15m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastAudit/Analytic Rules/MimecastAudit.yaml
entityMappings:
- fieldMappings:
- identifier: Address
columnName: src_s
entityType: IP
- fieldMappings:
- identifier: MailboxPrimaryAddress
columnName: user_s
entityType: Mailbox
- fieldMappings:
- identifier: AppId
columnName: app_s
entityType: CloudApplication
version: 1.0.0
queryFrequency: 5m
query: MimecastAudit_CL | where src_s !="" and auditType_s == "Logon Authentication Failed"
enabled: true
description: Detects threat when logon authentication failure found in audit
suppressionDuration: 5h
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: 1d
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
severity: High
eventGroupingSettings:
aggregationKind: SingleAlert
suppressionEnabled: false
{
"$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/9c5dcd76-9f6d-42a3-b984-314b52678f20')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9c5dcd76-9f6d-42a3-b984-314b52678f20')]",
"properties": {
"alertDetailsOverride": null,
"alertRuleTemplateName": null,
"apiVersion": "2021-09-01-preview",
"customDetails": null,
"description": "Detects threat when logon authentication failure found in audit",
"displayName": "Mimecast Audit - Logon Authentication Failed",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "src_s",
"identifier": "Address"
}
]
},
{
"entityType": "Mailbox",
"fieldMappings": [
{
"columnName": "user_s",
"identifier": "MailboxPrimaryAddress"
}
]
},
{
"entityType": "CloudApplication",
"fieldMappings": [
{
"columnName": "app_s",
"identifier": "AppId"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P1D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastAudit/Analytic Rules/MimecastAudit.yaml",
"query": "MimecastAudit_CL | where src_s !=\"\" and auditType_s == \"Logon Authentication Failed\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"severity": "High",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess",
"Discovery",
"InitialAccess"
],
"techniques": [
"T1110"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 3
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}