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 | T1583.008 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.2 |
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"
| where remarks_s == "New Brand Abuse with severity High found"
relevantTechniques:
- T1583.008
- T1566
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
groupByCustomDetails: []
groupByAlertDetails: []
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
groupByEntities: []
name: Brand Abuse
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
entityMappings:
- fieldMappings:
- identifier: Url
columnName: subject_s
entityType: URL
triggerThreshold: 0
id: 6e9e1975-6d85-4387-bd30-3881c66e302e
tactics:
- ResourceDevelopment
- InitialAccess
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandAbuse.yaml
queryPeriod: 5m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
suppressionDuration: 5h
queryFrequency: 5m
severity: High
status: Available
suppressionEnabled: false
description: |
'New Brand Abuse with severity High found'
query: |-
CBSLog_Azure_1_CL
| where severity_s == "High"
| where type_s == "Brand Abuse"
| where status_s != "Closed" or status_s != "Resolved"
| where remarks_s == "New Brand Abuse with severity High found"
triggerOperator: gt
{
"$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,
"groupByAlertDetails": [],
"groupByCustomDetails": [],
"groupByEntities": [],
"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\" \n| where remarks_s == \"New Brand Abuse with severity High found\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [
"T1583.008"
],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess",
"ResourceDevelopment"
],
"techniques": [
"T1566",
"T1583"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}