Detection rules › Kusto

Infoblox - SOC Insight Detected - CDC Source

Status
available
Severity
medium
Time window
1d
Group by
InfobloxInsightID
Source
github.com/Azure/Azure-Sentinel

'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.'

MITRE ATT&CK coverage

Rule body kusto

id: d04f1963-df27-4127-b1ec-3d37148d65be
name: Infoblox - SOC Insight Detected - CDC Source
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/Parsers/InfobloxCDC_SOCInsights.yaml).'
severity: Medium
status: Available
requiredDataConnectors:
  - connectorId: InfobloxSOCInsightsDataConnector_Legacy
    dataTypes: 
      - CommonSecurityLog (InfobloxCDC_SOCInsights)
  - connectorId: InfobloxSOCInsightsDataConnector_AMA
    dataTypes: 
      - CommonSecurityLog (InfobloxCDC_SOCInsights)
queryFrequency: 1d
queryPeriod: 1d
triggerOperator: gt
triggerThreshold: 0
tactics:
  - Impact
relevantTechniques:
  - T1498
  - T1565
query: |
  InfobloxCDC_SOCInsights
  | summarize arg_max(TimeGenerated, *) by InfobloxInsightID
entityMappings:
  - entityType: SecurityGroup
    fieldMappings:
      - identifier: ObjectGuid
        columnName: InfobloxInsightID
  - entityType: Malware
    fieldMappings:
      - identifier: Name
        columnName: ThreatClass
      - identifier: Category
        columnName: ThreatProperty
customDetails:
  InfobloxInsightID: InfobloxInsightID
  FeedSource: FeedSource
  Status: Status
  BlockedHits: BlockedCount
  UnblockedHits: NotBlockedCount
  TotalHits: EventCount
eventGroupingSettings:
  aggregationKind: AlertPerResult
alertDetailsOverride:
  alertDisplayNameFormat: 'Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}'
  alertDescriptionFormat: 'Observed via CDC. {{ThreatFamily}}. {{Message}}'
  alertSeverityColumnName: IncidentSeverity
incidentConfiguration:
  createIncident: true
version: 1.0.1
kind: Scheduled

Stages and Predicates

Stage 1: source

InfobloxCDC_SOCInsights

Stage 2: summarize

| summarize arg_max(TimeGenerated, *) by InfobloxInsightID

Output fields

Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.

FieldSource
InfobloxInsightIDsummarize