Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

NetClean ProActive Incidents

Back
Id77548170-5c60-42e5-bdac-b0360d0779bb
RulenameNetClean ProActive Incidents
DescriptionNetClean Incident
SeverityHigh
TacticsDiscovery
TechniquesT1083
Required data connectorsNetclean_ProActive_Incidents
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml
Version1.0.1
Arm template77548170-5c60-42e5-bdac-b0360d0779bb.json
Deploy To Azure
Netclean_Incidents_CL |  where version_s == 1
id: 77548170-5c60-42e5-bdac-b0360d0779bb
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NetClean ProActive/Analytic Rules/NetClean_Sentinel_analytic_rule.yaml
requiredDataConnectors:
- connectorId: Netclean_ProActive_Incidents
  dataTypes:
  - Netclean_ProActive_Incidents
query: |
    Netclean_Incidents_CL |  where version_s == 1
severity: High
description: |
    'NetClean Incident'
relevantTechniques:
- T1083
suppressionDuration: 5h
triggerThreshold: 0
kind: Scheduled
status: Available
name: NetClean ProActive Incidents
version: 1.0.1
queryFrequency: 10m
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
triggerOperator: gt
tactics:
- Discovery
queryPeriod: 10m
alertDetailsOverride:
  alertDisplayNameFormat: NetClean {{agentType_s}} {{type_s}}
  alertDescriptionFormat: A new NetClean {{agentType_s}} {{type_s}} has been Created {{TimeGenerated}}
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery"
        ],
        "techniques": [
          "T1083"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}