Subdomain Infringement
Id | 20ffc702-b7b2-4041-8f08-10ede8906cbf |
Rulename | Subdomain Infringement |
Description | New Subdomain Infringement with severity Low found |
Severity | Low |
Tactics | Reconnaissance InitialAccess |
Techniques | T1590 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/SubdomainInfringement.yaml |
Version | 1.0.2 |
Arm template | 20ffc702-b7b2-4041-8f08-10ede8906cbf.json |
CBSLog_Azure_1_CL
| where severity_s == "Low"
| where type_s == "Subdomain Infringement"
| where status_s != "Closed" or status_s != "Resolved"
| where remarks_s == "New Subdomain Infringement with severity Low found"
relevantTechniques:
- T1590
- T1566
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
groupByCustomDetails: []
groupByAlertDetails: []
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
groupByEntities: []
name: Subdomain Infringement
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
triggerThreshold: 0
id: 20ffc702-b7b2-4041-8f08-10ede8906cbf
tactics:
- Reconnaissance
- InitialAccess
version: 1.0.2
alertDetailsOverride:
alertDynamicProperties: []
queryPeriod: 5m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SubdomainInfringement.yaml
suppressionDuration: 5h
queryFrequency: 5m
severity: Low
status: Available
suppressionEnabled: false
description: |
'New Subdomain Infringement with severity Low found'
query: |
CBSLog_Azure_1_CL
| where severity_s == "Low"
| where type_s == "Subdomain Infringement"
| where status_s != "Closed" or status_s != "Resolved"
| where remarks_s == "New Subdomain Infringement 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/20ffc702-b7b2-4041-8f08-10ede8906cbf')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/20ffc702-b7b2-4041-8f08-10ede8906cbf')]",
"properties": {
"alertDetailsOverride": {
"alertDynamicProperties": []
},
"alertRuleTemplateName": "20ffc702-b7b2-4041-8f08-10ede8906cbf",
"customDetails": null,
"description": "'New Subdomain Infringement with severity Low found'\n",
"displayName": "Subdomain Infringement",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"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/SubdomainInfringement.yaml",
"query": "CBSLog_Azure_1_CL\n| where severity_s == \"Low\"\n| where type_s == \"Subdomain Infringement\"\n| where status_s != \"Closed\" or status_s != \"Resolved\"\n| where remarks_s == \"New Subdomain Infringement with severity Low found\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess",
"Reconnaissance"
],
"techniques": [
"T1566",
"T1590"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}