Infoblox Data Connector via REST API (using Azure Functions) connector for Microsoft Sentinel
The Infoblox Data Connector allows you to easily connect your Infoblox TIDE data and Dossier data with Microsoft Sentinel. By connecting your data to Microsoft Sentinel, you can take advantage of search & correlation, alerting, and threat intelligence enrichment for each log.
This is autogenerated content. For changes, contact the solution provider.
Connector attributes
Connector attribute | Description |
---|---|
Log Analytics table(s) | Failed_Range_To_Ingest_CL Infoblox_Failed_Indicators_CL dossier_whois_CL dossier_tld_risk_CL dossier_threat_actor_CL dossier_rpz_feeds_records_CL dossier_rpz_feeds_CL dossier_nameserver_matches_CL dossier_nameserver_CL dossier_malware_analysis_v3_CL dossier_inforank_CL dossier_infoblox_web_cat_CL dossier_geo_CL dossier_dns_CL dossier_atp_threat_CL dossier_atp_CL dossier_ptr_CL |
Data collection rules support | Not currently supported |
Supported by | Infoblox |
Query samples
Failed Indicator time range received
Failed_Range_To_Ingest_CL
| sort by TimeGenerated desc
Failed Indicators Range Data
Infoblox_Failed_Indicators_CL
| sort by TimeGenerated desc
Dossier whois data source
dossier_whois_CL
| sort by TimeGenerated desc
Dossier tld risk data source
dossier_tld_risk_CL
| sort by TimeGenerated desc
Dossier threat actor data source
dossier_threat_actor_CL
| sort by TimeGenerated desc
Dossier rpz feeds records data source
dossier_rpz_feeds_records_CL
| sort by TimeGenerated desc
Dossier rpz feeds data source
dossier_rpz_feeds_CL
| sort by TimeGenerated desc
Dossier nameserver matches data source
dossier_nameserver_matches_CL
| sort by TimeGenerated desc
Dossier nameserver data source
dossier_nameserver_CL
| sort by TimeGenerated desc
Dossier malware analysis v3 data source
dossier_malware_analysis_v3_CL
| sort by TimeGenerated desc
Dossier inforank data source
dossier_inforank_CL
| sort by TimeGenerated desc
Dossier infoblox web cat data source
dossier_infoblox_web_cat_CL
| sort by TimeGenerated desc
Dossier geo data source
dossier_geo_CL
| sort by TimeGenerated desc
Dossier dns data source
dossier_dns_CL
| sort by TimeGenerated desc
Dossier atp threat data source
dossier_atp_threat_CL
| sort by TimeGenerated desc
Dossier atp data source
dossier_atp_CL
| sort by TimeGenerated desc
Dossier ptr data source
dossier_ptr_CL
| sort by TimeGenerated desc
Prerequisites
To integrate with Infoblox Data Connector via REST API (using Azure Functions) make sure you have:
- Azure Subscription: Azure Subscription with owner role is required to register an application in Microsoft Entra ID and assign role of contributor to app in resource group.
- Microsoft.Web/sites permissions: Read and write permissions to Azure Functions to create a Function App is required. See the documentation to learn more about Azure Functions.
- REST API Credentials/permissions: Infoblox API Key is required. See the documentation to learn more about API on the Rest API reference
Vendor installation instructions
Note
This connector uses Azure Functions to connect to the Infoblox API to create Threat Indicators for TIDE and pull Dossier data into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.
(Optional Step) Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. Follow these instructions to use Azure Key Vault with an Azure Function App.
STEP 1 - App Registration steps for the Application in Microsoft Entra ID
This integration requires an App registration in the Azure portal. Follow the steps in this section to create a new application in Microsoft Entra ID:
- Sign in to the Azure portal.
- Search for and select Microsoft Entra ID.
- Under Manage, select App registrations > New registration.
- Enter a display Name for your application.
- Select Register to complete the initial app registration.
- When registration finishes, the Azure portal displays the app registration's Overview pane. You see the Application (client) ID and Tenant ID. The client ID and Tenant ID is required as configuration parameters for the execution of the TriggersSync playbook.
Reference link: /azure/active-directory/develop/quickstart-register-app
STEP 2 - Add a client secret for application in Microsoft Entra ID
Sometimes called an application password, a client secret is a string value required for the execution of TriggersSync playbook. Follow the steps in this section to create a new Client Secret:
- In the Azure portal, in App registrations, select your application.
- Select Certificates & secrets > Client secrets > New client secret.
- Add a description for your client secret.
- Select an expiration for the secret or specify a custom lifetime. Limit is 24 months.
- Select Add.
- Record the secret's value for use in your client application code. This secret value is never displayed again after you leave this page. The secret value is required as configuration parameter for the execution of TriggersSync playbook.
Reference link: /azure/active-directory/develop/quickstart-register-app#add-a-client-secret
STEP 3 - Assign role of Contributor to application in Microsoft Entra ID
Follow the steps in this section to assign the role:
- In the Azure portal, Go to Resource Group and select your resource group.
- Go to Access control (IAM) from left panel.
- Click on Add, and then select Add role assignment.
- Select Contributor as role and click on next.
- In Assign access to, select
User, group, or service principal
. - Click on add members and type your app name that you have created and select it.
- Now click on Review + assign and then again click on Review + assign.
Reference link: /azure/role-based-access-control/role-assignments-portal
STEP 4 - Steps to generate the Infoblox API Credentials
Follow these instructions to generate Infoblox API Key. In the Infoblox Cloud Services Portal, generate an API Key and copy it somewhere safe to use in the next step. You can find instructions on how to create API keys here.
STEP 5 - Steps to deploy the connector and the associated Azure Function
IMPORTANT: Before deploying the Infoblox data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following) readily available.., as well as the Infoblox API Authorization Credentials
Azure Resource Manager (ARM) Template
Use this method for automated deployment of the Infoblox Data connector.
Click the Deploy to Azure button below.
Select the preferred Subscription, Resource Group and Location.
Enter the below information : Azure Tenant Id Azure Client Id Azure Client Secret Infoblox API Token Infoblox Base URL Workspace ID Workspace Key Log Level (Default: INFO) Confidence Threat Level App Insights Workspace Resource ID
Mark the checkbox labeled I agree to the terms and conditions stated above.
Click Purchase to deploy.
Next steps
For more information, go to the related solution in the Azure Marketplace.