Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
| Attribute | Value |
|---|---|
| Connector ID | CiscoUmbrellaDataConnectorelasticpremium |
| Publisher | Cisco |
| Used in Solutions | CiscoUmbrella |
| Collection Method | Azure Function |
| Connector Definition Files | CiscoUmbrella_API_FunctionApp_elasticpremium.json |
| Ingestion API | HTTP Data Collector API — Azure Function code uses SharedKey/HTTP Data Collector API |
| Custom Log V1 Tables | Yes 🔶 — ingests into tables with type-suffixed columns |
The Cisco Umbrella data connector provides the capability to ingest Cisco Umbrella events stored in Amazon S3 into Microsoft Sentinel using the Amazon S3 REST API. Refer to Cisco Umbrella log management documentation for more information.
NOTE: This data connector uses the Azure Functions Premium Plan to enable secure ingestion capabilities and will incur additional costs. More pricing details are here.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
Cisco_Umbrella_audit_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_cloudfirewall_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_dlp_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_dns_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_fileevent_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_firewall_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_intrusion_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ip_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_proxy_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ravpnlogs_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ztaflow_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ztna_CL 🔶 |
? | ✓ | ? |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions: - Workspace (Workspace): read and write permissions on the workspace are required. - Keys (Workspace): read permissions to shared keys for the workspace are required. See the documentation to learn more about workspace keys.
Custom Permissions: - 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. - Amazon S3 REST API Credentials/permissions: AWS Access Key Id, AWS Secret Access Key, AWS S3 Bucket Name are required for Amazon S3 REST API. - Virtual Network permissions (for private access): For private storage account access, Network Contributor permissions are required on the Virtual Network and subnet. The subnet must be delegated to Microsoft.Web/serverFarms for Function App VNet integration.
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
NOTE: This connector uses Azure Functions to connect to the Amazon S3 REST API to pull logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.
NOTE: This connector has been updated to support cisco umbrella log schema version 14.
(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 Functions App.
NOTE: This connector uses a parser based on a Kusto Function to normalize fields. Follow these steps to create the Kusto function alias Cisco_Umbrella.
STEP 1 - Network Prerequisites for Private Access
IMPORTANT: When deploying with private storage account access, ensure the following network prerequisites are met: - Virtual Network: An existing Virtual Network (VNet) must be available - Subnet: A dedicated subnet within the VNet must be delegated to Microsoft.Web/serverFarms for Function App VNet integration - Subnet Delegation: Configure the subnet delegation using Azure Portal, ARM template, or Azure CLI: - Azure Portal: Go to Virtual networks → Select your VNet → Subnets → Select subnet → Delegate subnet to service → Choose Microsoft.Web/serverFarms - Azure CLI:
az network vnet subnet update --resource-group <rg-name> --vnet-name <vnet-name> --name <subnet-name> --delegations Microsoft.Web/serverFarms- Private Endpoints: The deployment will create private endpoints for storage account services (blob, file, queue, table) within the same subnet
STEP 2 - Configuration of the Cisco Umbrella logs collection
See documentation and follow the instructions for set up logging and obtain credentials.
STEP 3 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Functions
IMPORTANT: Before deploying the Cisco Umbrella data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following), as well as the Amazon S3 REST API Authorization credentials, readily available. - Workspace ID:
WorkspaceIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel. - Primary Key:PrimaryKeyNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
Option 1 - Azure Resource Manager (ARM) Template
Use this method for automated deployment of the Cisco Umbrella data connector using an ARM Tempate.
Click the Deploy to Azure button below.
2. Select the preferred Subscription, Resource Group and Location.
3. Enter the Workspace ID, Workspace Key, S3Bucket, AWSAccessKeyId, AWSSecretAccessKey
4. For Private Access Deployment: Also enter existingVnetName, existingVnetResourceGroupName, and existingSubnetName (ensure subnet is delegated to Microsoft.Web/serverFarms)
Note: For the S3Bucket use the value that Cisco referrs to as the S3 Bucket Data Path and add a / (forward slash) to the end of the value
5. Mark the checkbox labeled I agree to the terms and conditions stated above.
6. Click Purchase to deploy.
Option 2 - Manual Deployment of Azure Functions
Use the following step-by-step instructions to deploy the Cisco Umbrella data connector manually with Azure Functions (Deployment via Visual Studio Code). Step 1 - Deploy a Function App
**NOTE:** You will need to [prepare VS code](https://docs.microsoft.com/azure/azure-functions/create-first-function-vs-code-python) for Azure Functions development.
After successful deployment of the function app, follow next steps for configuring it.
Step 2 - Configure the Function App
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format:
https://<CustomerId>.ods.opinsights.azure.us.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊