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
relevantTechniques:
- T1083
name: NetClean ProActive Incidents
requiredDataConnectors:
- dataTypes:
- Netclean_ProActive_Incidents
connectorId: Netclean_ProActive_Incidents
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
triggerThreshold: 0
id: 77548170-5c60-42e5-bdac-b0360d0779bb
tactics:
- Discovery
version: 1.0.1
alertDetailsOverride:
alertDisplayNameFormat: NetClean {{agentType_s}} {{type_s}}
alertDescriptionFormat: A new NetClean {{agentType_s}} {{type_s}} has been Created {{TimeGenerated}}
queryPeriod: 10m
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml
suppressionDuration: 5h
queryFrequency: 10m
severity: High
status: Available
description: |
'NetClean Incident'
query: |
Netclean_Incidents_CL | where version_s == 1
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/77548170-5c60-42e5-bdac-b0360d0779bb')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/77548170-5c60-42e5-bdac-b0360d0779bb')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "A new NetClean {{agentType_s}} {{type_s}} has been Created {{TimeGenerated}}",
"alertDisplayNameFormat": "NetClean {{agentType_s}} {{type_s}}"
},
"alertRuleTemplateName": "77548170-5c60-42e5-bdac-b0360d0779bb",
"customDetails": null,
"description": "'NetClean Incident'\n",
"displayName": "NetClean ProActive Incidents",
"enabled": true,
"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"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml",
"query": "Netclean_Incidents_CL | where version_s == 1\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT10M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1083"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}