Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Brand Impersonation - INFO

Back
Id40045fff-d01f-4165-af5f-aca94fd402af
RulenameBrand Impersonation - INFO
DescriptionNew brand_impersonation with severity Low found
SeverityInformational
Required data connectorsCBSPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandImpersonationINFO.yaml
Version1.0.1
Arm template40045fff-d01f-4165-af5f-aca94fd402af.json
Deploy To Azure
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"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/BrandImpersonationINFO.yaml
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
suppressionEnabled: false
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"
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByAlertDetails: []
    matchingMethod: AllEntities
    lookbackDuration: PT5H
    groupByEntities: []
    enabled: false
    groupByCustomDetails: []
  createIncident: true
id: 40045fff-d01f-4165-af5f-aca94fd402af
severity: Informational
queryFrequency: 5m
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionDuration: 5h
triggerThreshold: 0
description: |
    'New brand_impersonation with severity Low found'
status: Available
name: Brand Impersonation - INFO
version: 1.0.1
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: subject_s
  entityType: URL
kind: Scheduled
triggerOperator: gt
queryPeriod: 5m
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}