Infoblox - SOC Insight Detected - API Source
| Id | a5e2df87-f0c9-4540-8715-96e71b608986 |
| Rulename | Infoblox - SOC Insight Detected - API Source |
| Description | Infoblox SOC Insight detected in logs sourced via REST API. Customize scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called **InfobloxInsight**. |
| Severity | Medium |
| Tactics | Impact |
| Techniques | T1498 T1565 |
| Required data connectors | InfobloxSOCInsightsDataConnector_API |
| 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-APISource.yaml |
| Version | 1.0.1 |
| Arm template | a5e2df87-f0c9-4540-8715-96e71b608986.json |
InfobloxInsight
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
| where DataObservedVia != "CDC"
queryFrequency: 1d
incidentConfiguration:
createIncident: true
alertDetailsOverride:
alertSeverityColumnName: IncidentSeverity
alertDescriptionFormat: 'Observed via API. {{ThreatFamily}}. Last Observation: {{LastSeen}}'
alertDisplayNameFormat: Infoblox - SOC Insight - {{ThreatClass}} {{ThreatProperty}}
tactics:
- Impact
name: Infoblox - SOC Insight Detected - API Source
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic Rules/Infoblox-SOCInsight-Detected-APISource.yaml
triggerThreshold: 0
description: |
'Infoblox SOC Insight detected in logs sourced via REST API. Customize scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called [**InfobloxInsight**](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Parsers/InfobloxInsight.yaml).'
status: Available
kind: Scheduled
entityMappings:
- entityType: SecurityGroup
fieldMappings:
- identifier: ObjectGuid
columnName: InfobloxInsightID
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: ThreatClass
- identifier: Category
columnName: ThreatProperty
id: a5e2df87-f0c9-4540-8715-96e71b608986
customDetails:
TotalHits: EventsCount
Status: Status
PersistentDate: PersistentDate
FirstSeen: FirstSeen
BlockedHits: BlockedCount
UnblockedHits: NotBlockedCount
InfobloxInsightID: InfobloxInsightID
SpreadingDate: SpreadingDate
Severity: Priority
LastSeen: LastSeen
FeedSource: FeedSource
queryPeriod: 1d
version: 1.0.1
severity: Medium
relevantTechniques:
- T1498
- T1565
requiredDataConnectors:
- connectorId: InfobloxSOCInsightsDataConnector_API
dataTypes:
- InfobloxInsight
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerOperator: gt
query: |
InfobloxInsight
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
| where DataObservedVia != "CDC"