NetClean ProActive Incidents
Id | 77548170-5c60-42e5-bdac-b0360d0779bb |
Rulename | NetClean ProActive Incidents |
Description | NetClean Incident |
Severity | High |
Tactics | Discovery |
Techniques | T1083 |
Required data connectors | Netclean_ProActive_Incidents |
Kind | Scheduled |
Query frequency | 10m |
Query period | 10m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml |
Version | 1.0.1 |
Arm template | 77548170-5c60-42e5-bdac-b0360d0779bb.json |
Netclean_Incidents_CL | where version_s == 1
severity: High
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml
requiredDataConnectors:
- dataTypes:
- Netclean_ProActive_Incidents
connectorId: Netclean_ProActive_Incidents
alertDetailsOverride:
alertDescriptionFormat: A new NetClean {{agentType_s}} {{type_s}} has been Created {{TimeGenerated}}
alertDisplayNameFormat: NetClean {{agentType_s}} {{type_s}}
id: 77548170-5c60-42e5-bdac-b0360d0779bb
suppressionDuration: 5h
tactics:
- Discovery
queryFrequency: 10m
triggerOperator: gt
relevantTechniques:
- T1083
description: |
'NetClean Incident'
triggerThreshold: 0
kind: Scheduled
name: NetClean ProActive Incidents
query: |
Netclean_Incidents_CL | where version_s == 1
entityMappings:
- entityType: FileHash
fieldMappings:
- columnName: sha1_s
identifier: Value
- columnName: detectionMethod_s
identifier: Algorithm
- entityType: DNS
fieldMappings:
- columnName: domain_s
identifier: DomainName
- entityType: Host
fieldMappings:
- columnName: Hostname_s
identifier: HostName
- entityType: IP
fieldMappings:
- columnName: externalIP_s
identifier: Address
status: Available
version: 1.0.1
queryPeriod: 10m
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/77548170-5c60-42e5-bdac-b0360d0779bb')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/77548170-5c60-42e5-bdac-b0360d0779bb')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "NetClean ProActive Incidents",
"description": "'NetClean Incident'\n",
"severity": "High",
"enabled": true,
"query": "Netclean_Incidents_CL | where version_s == 1\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT10M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1083"
],
"alertRuleTemplateName": "77548170-5c60-42e5-bdac-b0360d0779bb",
"alertDetailsOverride": {
"alertDisplayNameFormat": "NetClean {{agentType_s}} {{type_s}}",
"alertDescriptionFormat": "A new NetClean {{agentType_s}} {{type_s}} has been Created {{TimeGenerated}}"
},
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"identifier": "Value",
"columnName": "sha1_s"
},
{
"identifier": "Algorithm",
"columnName": "detectionMethod_s"
}
],
"entityType": "FileHash"
},
{
"fieldMappings": [
{
"identifier": "DomainName",
"columnName": "domain_s"
}
],
"entityType": "DNS"
},
{
"fieldMappings": [
{
"identifier": "HostName",
"columnName": "Hostname_s"
}
],
"entityType": "Host"
},
{
"fieldMappings": [
{
"identifier": "Address",
"columnName": "externalIP_s"
}
],
"entityType": "IP"
}
],
"status": "Available",
"templateVersion": "1.0.1",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml"
}
}
]
}