Analytic rule catalog
Infoblox - IQ for TD Detected Insights - API Source
Back
| Id | a5e2df87-f0c9-4540-8715-96e71b608986 |
| Rulename | Infoblox - IQ for TD Detected Insights - API Source |
| Description | Infoblox IQ for TD 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%20Rules/Infoblox-SOCInsight-Detected-APISource.yaml |
| Version | 1.1.0 |
| Arm template | a5e2df87-f0c9-4540-8715-96e71b608986.json |
InfobloxInsight
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
| where DataObservedVia != "CDC" and InsightDetail != true
| extend ThreatProperties = strcat_array(ThreatProperties, ", ")
queryFrequency: 1d
triggerOperator: gt
query: |
InfobloxInsight
| summarize arg_max(TimeGenerated, *) by InfobloxInsightID
| where DataObservedVia != "CDC" and InsightDetail != true
| extend ThreatProperties = strcat_array(ThreatProperties, ", ")
incidentConfiguration:
createIncident: true
entityMappings:
- entityType: Malware
fieldMappings:
- columnName: Name
identifier: Name
- columnName: ThreatProperties
identifier: Category
description: |
'Infoblox IQ for TD 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).'
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic%20Rules/Infoblox-SOCInsight-Detected-APISource.yaml
version: 1.1.0
triggerThreshold: 0
id: a5e2df87-f0c9-4540-8715-96e71b608986
customDetails:
Status: Status
InfobloxInsightID: InfobloxInsightID
EvaluationStartDate: EvaluationStartDate
TotalHits: EventsCount
FirstSeen: FirstSeen
Severity: Priority
EvaluationEndDate: EvaluationEndDate
TotalAssets: TotalAssets
TotalIndicators: TotalIndicators
ThreatActor: ThreatActor
alertDetailsOverride:
alertDisplayNameFormat: Infoblox - IQ for TD Insight - {{Name}}
alertSeverityColumnName: IncidentSeverity
alertDescriptionFormat: 'Observed via API. {{Description}} Observation: {{FirstSeen}}'
severity: Medium
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available
relevantTechniques:
- T1498
- T1565
requiredDataConnectors:
- connectorId: InfobloxSOCInsightsDataConnector_API
dataTypes:
- InfobloxInsight
name: Infoblox - IQ for TD Detected Insights - API Source
tactics:
- Impact
queryPeriod: 1d
{
"$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/a5e2df87-f0c9-4540-8715-96e71b608986')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/a5e2df87-f0c9-4540-8715-96e71b608986')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "Observed via API. {{Description}} Observation: {{FirstSeen}}",
"alertDisplayNameFormat": "Infoblox - IQ for TD Insight - {{Name}}",
"alertSeverityColumnName": "IncidentSeverity"
},
"alertRuleTemplateName": "a5e2df87-f0c9-4540-8715-96e71b608986",
"customDetails": {
"EvaluationEndDate": "EvaluationEndDate",
"EvaluationStartDate": "EvaluationStartDate",
"FirstSeen": "FirstSeen",
"InfobloxInsightID": "InfobloxInsightID",
"Severity": "Priority",
"Status": "Status",
"ThreatActor": "ThreatActor",
"TotalAssets": "TotalAssets",
"TotalHits": "EventsCount",
"TotalIndicators": "TotalIndicators"
},
"description": "'Infoblox IQ for TD 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).'\n",
"displayName": "Infoblox - IQ for TD Detected Insights - API Source",
"enabled": true,
"entityMappings": [
{
"entityType": "Malware",
"fieldMappings": [
{
"columnName": "Name",
"identifier": "Name"
},
{
"columnName": "ThreatProperties",
"identifier": "Category"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic%20Rules/Infoblox-SOCInsight-Detected-APISource.yaml",
"query": "InfobloxInsight\n| summarize arg_max(TimeGenerated, *) by InfobloxInsightID\n| where DataObservedVia != \"CDC\" and InsightDetail != true\n| extend ThreatProperties = strcat_array(ThreatProperties, \", \")\n",
"queryFrequency": "P1D",
"queryPeriod": "P1D",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Impact"
],
"techniques": [
"T1498",
"T1565"
],
"templateVersion": "1.1.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}