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"
kind: Scheduled
suppressionEnabled: false
entityMappings:
- entityType: URL
fieldMappings:
- columnName: subject_s
identifier: 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"
relevantTechniques:
- T1589
eventGroupingSettings:
aggregationKind: SingleAlert
triggerOperator: gt
suppressionDuration: 5h
triggerThreshold: 0
queryPeriod: 5m
tactics:
- Reconnaissance
id: 3db2904c-a93e-4ea5-a1bb-11b3ea5ec0bb
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
incidentConfiguration:
createIncident: true
groupingConfiguration:
reopenClosedIncident: false
enabled: false
groupByEntities: []
lookbackDuration: PT5H
groupByCustomDetails: []
matchingMethod: AllEntities
groupByAlertDetails: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/CompromisedCards.yaml
description: |
'New Compromised Cards with severity High found'
queryFrequency: 5m
name: Compromised Cards
severity: High
version: 1.0.2
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/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",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Reconnaissance"
],
"techniques": [
"T1589"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}