Back
Ida5e2df87-f0c9-4540-8715-96e71b608986
RulenameInfoblox - IQ for TD Detected Insights - API Source
DescriptionInfoblox 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**.
SeverityMedium
TacticsImpact
TechniquesT1498
T1565
Required data connectorsInfobloxSOCInsightsDataConnector_API
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox/Analytic%20Rules/Infoblox-SOCInsight-Detected-APISource.yaml
Version1.1.0
Arm templatea5e2df87-f0c9-4540-8715-96e71b608986.json
Deploy To Azure
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"
    }
  ]
}