Infoblox - SOC Insight Detected - CDC Source
| Id | d04f1963-df27-4127-b1ec-3d37148d65be |
| Rulename | 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**. |
| Severity | Medium |
| Tactics | Impact |
| Techniques | T1498 T1565 |
| Required data connectors | InfobloxSOCInsightsDataConnector_AMA InfobloxSOCInsightsDataConnector_Legacy |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 1d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic Rules/Infoblox-SOCInsight-Detected-CDCSource.yaml |
| Version | 1.0.1 |
| Arm template | d04f1963-df27-4127-b1ec-3d37148d65be.json |
InfobloxCDC_SOCInsights
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerThreshold: 0
entityMappings:
- entityType: SecurityGroup
fieldMappings:
- identifier: ObjectGuid
columnName: InfobloxInsightID
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: ThreatClass
- identifier: Category
columnName: ThreatProperty
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog (InfobloxCDC_SOCInsights)
connectorId: InfobloxSOCInsightsDataConnector_Legacy
- dataTypes:
- CommonSecurityLog (InfobloxCDC_SOCInsights)
connectorId: InfobloxSOCInsightsDataConnector_AMA
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic Rules/Infoblox-SOCInsight-Detected-CDCSource.yaml
customDetails:
TotalHits: EventCount
InfobloxInsightID: InfobloxInsightID
Status: Status
FeedSource: FeedSource
BlockedHits: BlockedCount
UnblockedHits: NotBlockedCount
incidentConfiguration:
createIncident: true
name: Infoblox - SOC Insight Detected - CDC Source
alertDetailsOverride:
alertDisplayNameFormat: Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}
alertSeverityColumnName: IncidentSeverity
alertDescriptionFormat: Observed via CDC. {{ThreatFamily}}. {{Message}}
relevantTechniques:
- T1498
- T1565
status: Available
version: 1.0.1
queryPeriod: 1d
kind: Scheduled
id: d04f1963-df27-4127-b1ec-3d37148d65be
query: |
InfobloxCDC_SOCInsights
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
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).'
queryFrequency: 1d
severity: Medium
triggerOperator: gt
tactics:
- Impact