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

Infoblox - SOC Insight Detected - CDC Source

Back
Ida4bdd81e-afc8-4410-a3d1-8478fa810537
RulenameInfoblox - SOC Insight Detected - CDC Source
DescriptionInfoblox SOC Insight detected in logs sourced via Infoblox CDC. Customize scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called **InfobloxCDC_SOCInsights**.
SeverityMedium
TacticsImpact
TechniquesT1498
T1565
Required data connectorsInfobloxSOCInsightsDataConnector_AMA
InfobloxSOCInsightsDataConnector_Legacy
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox SOC Insights/Analytic Rules/Infoblox-SOCInsightDetected-CDCSource.yaml
Version1.0.0
Arm templatea4bdd81e-afc8-4410-a3d1-8478fa810537.json
Deploy To Azure
InfobloxCDC_SOCInsights
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
id: a4bdd81e-afc8-4410-a3d1-8478fa810537
triggerOperator: gt
queryPeriod: 1d
tactics:
- Impact
triggerThreshold: 0
version: 1.0.0
queryFrequency: 1d
entityMappings:
- entityType: SecurityGroup
  fieldMappings:
  - columnName: InfobloxInsightID
    identifier: ObjectGuid
- entityType: Malware
  fieldMappings:
  - columnName: ThreatClass
    identifier: Name
  - columnName: ThreatProperty
    identifier: Category
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox SOC Insights/Analytic Rules/Infoblox-SOCInsightDetected-CDCSource.yaml
name: Infoblox - SOC Insight Detected - CDC Source
requiredDataConnectors:
- dataTypes:
  - CommonSecurityLog (InfobloxCDC_SOCInsights)
  connectorId: InfobloxSOCInsightsDataConnector_Legacy
- dataTypes:
  - CommonSecurityLog (InfobloxCDC_SOCInsights)
  connectorId: InfobloxSOCInsightsDataConnector_AMA
severity: Medium
relevantTechniques:
- T1498
- T1565
status: Available
alertDetailsOverride:
  alertDisplayNameFormat: Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}
  alertDescriptionFormat: Observed via CDC. {{ThreatFamily}}. {{Message}}
  alertSeverityColumnName: IncidentSeverity
incidentConfiguration:
  createIncident: true
query: |
  InfobloxCDC_SOCInsights
  | summarize arg_max(TimeGenerated, *) by InfobloxInsightID  
customDetails:
  Status: Status
  BlockedHits: BlockedCount
  InfobloxInsightID: InfobloxInsightID
  TotalHits: EventsCount
  UnblockedHits: NotBlockedCount
  FeedSource: FeedSource
eventGroupingSettings:
  aggregationKind: AlertPerResult
description: |
    'Infoblox SOC Insight detected in logs sourced via Infoblox CDC. Customize scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called [**InfobloxCDC_SOCInsights**](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox%20SOC%20Insights/Parsers/InfobloxCDC_SOCInsights.yaml).'
kind: Scheduled
{
  "$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/a4bdd81e-afc8-4410-a3d1-8478fa810537')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/a4bdd81e-afc8-4410-a3d1-8478fa810537')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Observed via CDC. {{ThreatFamily}}. {{Message}}",
          "alertDisplayNameFormat": "Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}",
          "alertSeverityColumnName": "IncidentSeverity"
        },
        "alertRuleTemplateName": "a4bdd81e-afc8-4410-a3d1-8478fa810537",
        "customDetails": {
          "BlockedHits": "BlockedCount",
          "FeedSource": "FeedSource",
          "InfobloxInsightID": "InfobloxInsightID",
          "Status": "Status",
          "TotalHits": "EventsCount",
          "UnblockedHits": "NotBlockedCount"
        },
        "description": "'Infoblox SOC Insight detected in logs sourced via Infoblox CDC. Customize scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called [**InfobloxCDC_SOCInsights**](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox%20SOC%20Insights/Parsers/InfobloxCDC_SOCInsights.yaml).'\n",
        "displayName": "Infoblox - SOC Insight Detected - CDC Source",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "SecurityGroup",
            "fieldMappings": [
              {
                "columnName": "InfobloxInsightID",
                "identifier": "ObjectGuid"
              }
            ]
          },
          {
            "entityType": "Malware",
            "fieldMappings": [
              {
                "columnName": "ThreatClass",
                "identifier": "Name"
              },
              {
                "columnName": "ThreatProperty",
                "identifier": "Category"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox SOC Insights/Analytic Rules/Infoblox-SOCInsightDetected-CDCSource.yaml",
        "query": "InfobloxCDC_SOCInsights\n| summarize arg_max(TimeGenerated, *) by InfobloxInsightID\n",
        "queryFrequency": "P1D",
        "queryPeriod": "P1D",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Impact"
        ],
        "techniques": [
          "T1498",
          "T1565"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}