Brand Abuse
Id | 6e9e1975-6d85-4387-bd30-3881c66e302e |
Rulename | Brand Abuse |
Description | New Brand Abuse with severity High found |
Severity | High |
Tactics | ResourceDevelopment InitialAccess |
Techniques | T1566 |
Required data connectors | CBSPollingIDAzureFunctions |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandAbuse.yaml |
Version | 1.0.3 |
Arm template | 6e9e1975-6d85-4387-bd30-3881c66e302e.json |
CBSLog_Azure_1_CL
| where severity_s == "High"
| where type_s == "Brand Abuse"
| where status_s != "Closed" or status_s != "Resolved"
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
dataTypes:
- CBSLog_Azure_1_CL
tactics:
- ResourceDevelopment
- InitialAccess
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: true
lookbackDuration: PT5H
matchingMethod: AllEntities
reopenClosedIncident: false
description: |
'New Brand Abuse with severity High found'
query: "CBSLog_Azure_1_CL\n| where severity_s == \"High\"\n| where type_s == \"Brand Abuse\"\n| where status_s != \"Closed\" or status_s != \"Resolved\" "
id: 6e9e1975-6d85-4387-bd30-3881c66e302e
triggerOperator: gt
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques:
- T1566
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandAbuse.yaml
queryFrequency: 5m
severity: High
entityMappings:
- fieldMappings:
- columnName: subject_s
identifier: Url
entityType: URL
name: Brand Abuse
suppressionEnabled: false
suppressionDuration: 5h
queryPeriod: 5m
kind: Scheduled
triggerThreshold: 0
version: 1.0.3
status: Available
{
"$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/6e9e1975-6d85-4387-bd30-3881c66e302e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6e9e1975-6d85-4387-bd30-3881c66e302e')]",
"properties": {
"alertRuleTemplateName": "6e9e1975-6d85-4387-bd30-3881c66e302e",
"customDetails": null,
"description": "'New Brand Abuse with severity High found'\n",
"displayName": "Brand Abuse",
"enabled": true,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "subject_s",
"identifier": "Url"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandAbuse.yaml",
"query": "CBSLog_Azure_1_CL\n| where severity_s == \"High\"\n| where type_s == \"Brand Abuse\"\n| where status_s != \"Closed\" or status_s != \"Resolved\" ",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess",
"ResourceDevelopment"
],
"techniques": [
"T1566"
],
"templateVersion": "1.0.3",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}