Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

About the Device

The Microsoft Azure Storage platform is the cloud storage solution which offers highly available, massively scalable, durable, and secure storage for a variety of data objects in the cloud. Azure Storage data objects are accessible from anywhere in the world over HTTP or HTTPS via a REST API. Azure Storage also offers client libraries for developers building applications or services with .NET, Java, Python, JavaScript, C++, and Go. Developers and IT professionals can use Azure PowerShell and Azure CLI to write scripts for data management or configuration tasks.

Device Information

 Entity

Particulars

Vendor Name

Microsoft

Product Name

Azure Storage

Type of Device

Cloud

Collection Method

Log Type

 Ingestion label

Preferred Logging Protocol - Format

Log collection method

Data Source

 Azure Storage Audit

 AZURE_STORAGE_AUDIT

 Storage - JSON

CyberHub

https://cloud.google.com/chronicle/docs/reference/feed-management-api#azure_blobstore

Device Configuration

Prerequisites:

  • An Azure subscription that you can sign in to.

  • An Azure App Gateway environment (tenant) in Azure

  • A user who's a Global Administrator or Azure App Gateway Administrator.

  • Azure Storage Account to store the logs or an Event Hub to stream the logs. 

Reference URLs:

Configuration Steps:

  1. Log in to the Azure portal, Go to Azure Storage Account.

image-20230327-072021.png
  1. Select Desired Storage Account for which you want to enable monitoring. From Monitoring configuration tab select Diagnostic settings.

image-20230327-072429.png
  1. Once you select diagnostic settings, it will list following azure data services - blob, queue, table and file. You can either enable diagnostic settings for all or any of the these services depending on your monitoring requirements. Diagnostic settings are enabled for each storage data service separately.

image-20230328-032115-20240621-071130.png
  1. After selecting any of the services, click + Add diagnostic setting.

image-20230327-132324-20240621-070848.png
  1. Provide a unique Diagnostic Setting name and enable all the Logs Categories as shown in the below snapshot.

image-20230327-133038-20240621-070940.png
  1. As per customer requirement, either you can store logs in Storage Account or stream the logs to Event Hub. Adaptive MxDR supports log collection from both the options.

To Configure a Storage Account

  1. To store logs in Storage Account, select Archive to a storage account in destination details and choose an existing Subscription and Storage account.

image-20230327-140513-20240621-071713.png

OR

Configure EventHub:

  1. To stream logs to Event Hub, select Stream to an event hub in destination details.

  2. Select Subscription, event hub namespace, event hub name and event hub policy name created during Event Hub as part of pre-requisite.

image-20230327-140924-20240621-071955.png

Get credentials of Azure Storage and Azure EventHub: Get Credentials of Azure Storage and Azure EventHub

Integration Parameters

Parameters required from customer for Integration.

Via Azure Storage:

Property

Default Value

Description

Logging Source

N/A

Select Storage

eventHubConnectionString

N/A

N/A (keep blank)

consumerGroupName

N/A

N/A (keep blank)

Account Key

Custome value

Access Key to access storage account

Blob Container

N/A

Storage blob Container name

e.g.
insights-activity-logs

Storage Account Name

Custome value

Azure storage account name

Subscription

N/A

Subscription ID that customer wants to be monitored

initialReadPolicy

N/A

Select Beginning to start reading from beginning and End to start reading logs from the end

Via Azure EventHub:

Property

Default Value

Description

Property

Default Value

Description

Logging Source

N/A

Select EventHub

eventHubConnectionString

N/A

Event hub connection string

consumerGroupName

N/A

Optional and used if consumer Group is other than default

Account Key

Custom Value

Access Key to access storage account

Blob Container

N/A

Storage blob Container name

Storage Account Name

Custom Value

Azure storage account name

Subscription

N/A

Set EventHub name

initialReadPolicy

N/A

N/A (keep default selection)

  • No labels