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.0 |
Arm template | d04f1963-df27-4127-b1ec-3d37148d65be.json |
InfobloxCDC_SOCInsights
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
relevantTechniques:
- T1498
- T1565
incidentConfiguration:
createIncident: true
name: Infoblox - SOC Insight Detected - CDC Source
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog (InfobloxCDC_SOCInsights)
connectorId: InfobloxSOCInsightsDataConnector_Legacy
- dataTypes:
- CommonSecurityLog (InfobloxCDC_SOCInsights)
connectorId: InfobloxSOCInsightsDataConnector_AMA
entityMappings:
- fieldMappings:
- identifier: ObjectGuid
columnName: InfobloxInsightID
entityType: SecurityGroup
- fieldMappings:
- identifier: Name
columnName: ThreatClass
- identifier: Category
columnName: ThreatProperty
entityType: Malware
triggerThreshold: 0
id: d04f1963-df27-4127-b1ec-3d37148d65be
tactics:
- Impact
version: 1.0.0
customDetails:
TotalHits: EventsCount
UnblockedHits: NotBlockedCount
FeedSource: FeedSource
InfobloxInsightID: InfobloxInsightID
BlockedHits: BlockedCount
Status: Status
alertDetailsOverride:
alertDisplayNameFormat: Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}
alertSeverityColumnName: IncidentSeverity
alertDescriptionFormat: Observed via CDC. {{ThreatFamily}}. {{Message}}
queryPeriod: 1d
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic Rules/Infoblox-SOCInsight-Detected-CDCSource.yaml
queryFrequency: 1d
severity: Medium
status: Available
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).'
query: |
InfobloxCDC_SOCInsights
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
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/d04f1963-df27-4127-b1ec-3d37148d65be')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d04f1963-df27-4127-b1ec-3d37148d65be')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "Observed via CDC. {{ThreatFamily}}. {{Message}}",
"alertDisplayNameFormat": "Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}",
"alertSeverityColumnName": "IncidentSeverity"
},
"alertRuleTemplateName": "d04f1963-df27-4127-b1ec-3d37148d65be",
"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/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/Analytic Rules/Infoblox-SOCInsight-Detected-CDCSource.yaml",
"query": "InfobloxCDC_SOCInsights\n| summarize arg_max(TimeGenerated, *) by InfobloxInsightID\n",
"queryFrequency": "P1D",
"queryPeriod": "P1D",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Impact"
],
"techniques": [
"T1498",
"T1565"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}