Attack Indication High
Id | 802e3699-f87f-4662-b300-8ec29fc508a2 |
Rulename | Attack Indication (High) |
Description | New Attack Indication with severity High found |
Severity | High |
Tactics | Execution Persistence |
Techniques | T1059 T1543 |
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/attack_indication_high.yaml |
Version | 1.0.0 |
Arm template | 802e3699-f87f-4662-b300-8ec29fc508a2.json |
CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Attack Indication" | where status_s != "Closed" or status_s != "Resolved"
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
dataTypes:
- CBSLog_Azure_1_CL
tactics:
- Execution
- Persistence
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
lookbackDuration: PT5H
matchingMethod: AllEntities
reopenClosedIncident: false
description: New Attack Indication with severity High found
query: CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Attack Indication" | where status_s != "Closed" or status_s != "Resolved"
id: 802e3699-f87f-4662-b300-8ec29fc508a2
triggerOperator: gt
eventGroupingSettings:
aggregationKind: SingleAlert
relevantTechniques:
- T1059
- T1543
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/attack_indication_high.yaml
queryFrequency: 5m
severity: High
name: Attack Indication (High)
suppressionEnabled: false
suppressionDuration: 5h
queryPeriod: 5m
kind: Scheduled
triggerThreshold: 0
version: 1.0.0
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/802e3699-f87f-4662-b300-8ec29fc508a2')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/802e3699-f87f-4662-b300-8ec29fc508a2')]",
"properties": {
"alertRuleTemplateName": "802e3699-f87f-4662-b300-8ec29fc508a2",
"customDetails": null,
"description": "New Attack Indication with severity High found",
"displayName": "Attack Indication (High)",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/attack_indication_high.yaml",
"query": "CBSLog_Azure_1_CL | where severity_s == \"High\" | where type_s == \"Attack Indication\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Execution",
"Persistence"
],
"techniques": [
"T1059",
"T1543"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}