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

Compromised Cards

Back
Id3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb
RulenameCompromised Cards
DescriptionNew Compromised Cards with severity High found
SeverityHigh
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/CompromisedCards.yaml
Version1.0.1
Arm template3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Compromised Cards" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New Compromised Cards with severity High found"
triggerOperator: gt
suppressionDuration: 5h
queryFrequency: 5m
description: |
    'New Compromised Cards with severity High found'
status: Available
kind: Scheduled
triggerThreshold: 0
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    groupByCustomDetails: []
    groupByEntities: []
    groupByAlertDetails: []
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    enabled: false
version: 1.0.1
eventGroupingSettings:
  aggregationKind: SingleAlert
queryPeriod: 5m
name: Compromised Cards
suppressionEnabled: false
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/CompromisedCards.yaml
id: 3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb
severity: High
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: subject_s
  entityType: URL
query: |
    CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Compromised Cards" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New Compromised Cards with severity High found"
{
  "$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/3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb')]",
      "properties": {
        "alertRuleTemplateName": "3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb",
        "customDetails": null,
        "description": "'New Compromised Cards with severity High found'\n",
        "displayName": "Compromised Cards",
        "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/CompromisedCards.yaml",
        "query": "CBSLog_Azure_1_CL | where severity_s == \"High\" | where type_s == \"Compromised Cards\" | where status_s != \"Closed\" or status_s != \"Resolved\" | where remarks_s == \"New Compromised Cards with severity High found\"\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}