Brand Impersonation - INFO
Id | 40045fff-d01f-4165-af5f-aca94fd402af |
Rulename | Brand Impersonation - INFO |
Description | New brand_impersonation with severity Low found |
Severity | Informational |
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/BrandImpersonationINFO.yaml |
Version | 1.0.2 |
Arm template | 40045fff-d01f-4165-af5f-aca94fd402af.json |
CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Brand Impersonation" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New brand_impersonation with severity Low found"
relevantTechniques:
- T1583.008
- T1566
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
groupByCustomDetails: []
groupByAlertDetails: []
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
groupByEntities: []
name: Brand Impersonation - INFO
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
entityMappings:
- fieldMappings:
- identifier: Url
columnName: subject_s
entityType: URL
triggerThreshold: 0
id: 40045fff-d01f-4165-af5f-aca94fd402af
tactics:
- ResourceDevelopment
- InitialAccess
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandImpersonationINFO.yaml
queryPeriod: 5m
kind: Scheduled
eventGroupingSettings:
aggregationKind: SingleAlert
suppressionDuration: 5h
queryFrequency: 5m
severity: Informational
status: Available
suppressionEnabled: false
description: |
'New brand_impersonation with severity Low found'
query: CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Brand Impersonation" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New brand_impersonation with severity Low 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/40045fff-d01f-4165-af5f-aca94fd402af')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/40045fff-d01f-4165-af5f-aca94fd402af')]",
"properties": {
"alertRuleTemplateName": "40045fff-d01f-4165-af5f-aca94fd402af",
"customDetails": null,
"description": "'New brand_impersonation with severity Low found'\n",
"displayName": "Brand Impersonation - INFO",
"enabled": true,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "subject_s",
"identifier": "Url"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"groupByAlertDetails": [],
"groupByCustomDetails": [],
"groupByEntities": [],
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandImpersonationINFO.yaml",
"query": "CBSLog_Azure_1_CL | where severity_s == \"Low\" | where type_s == \"Brand Impersonation\" | where status_s != \"Closed\" or status_s != \"Resolved\" | where remarks_s == \"New brand_impersonation with severity Low found\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Informational",
"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"
}
]
}