299a389f78 | ||
---|---|---|
.. | ||
Data | ||
Data Connectors | ||
Package | ||
Workbooks | ||
README.md | ||
ReleaseNotes.md | ||
SolutionMetadata.json |
README.md
Varonis SaaS
In this article
Connector Attributes
Connector Attributes
Prerequisites
Vendor Installation Instructions
Next Steps
Varonis SaaS provides the capability to ingest Varonis Alerts into Microsoft Sentinel.
Connector Attributes
Connector attribute | Description |
---|---|
Azure function app code | https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/VaronisSaaS/Data%20Connectors/VaronisSaaSFunction |
Log Analytics table(s) | VaronisAlerts_CL |
Data collection rules support | Not currently supported |
Supported by | Varonis Corporation |
Query samples
All Varonis Data Alerts logs
VaronisAlerts_CL
| sort by TimeGenerated desc
Prerequisites
To integrate with Varonis SaaS (using Azure Functions) make sure you have the following:
- 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.
- Varonis API credentials: Varonis API credentials with permission read log is required for Varonis DatAlert API. See the documentation to learn more about creating Varonis DatAlert API credentials.
Vendor installation instructions
This connector uses Azure Functions to connect to the Varonis DatAlert Endpoint API to pull logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.
STEP 1 - Obtain the Varonis DatAlert Endpoint API credentials.
To generate the Client ID and API key:
- Launch the Varonis Web Interface.
- Navigate to Configuration -> API Keys. The API Keys page is displayed.
- Click Create API Key. The Add New API Key settings are displayed on the right.
- Fill in the name and description.
- Click the Generate Key button.
- Copy the API key secret and save it in a handy location. You won’t be able to copy it again.
STEP 2 - Choose ONE from the following deployment options to deploy the connector and the associated Azure Function.
Option 1 - Azure Resource Manager (ARM) Template
Use this method for automated deployment of the data connector using an ARM Template.
- Click the Deploy to Azure button.
- Select the preferred Subscription, Resource Group and Location, Function App plan SKU.
- Enter Log Analytics Workspace Name, DatAlert Host Name, Dat Alert API Key.
- Click Review + Create, Create.
Option 2 - Manual Deployment of Azure Functions
Use the following step-by-step instructions to deploy the data connector manually with Azure Functions (Deployment via Visual Studio Code).
-
Deploy a Function App
NOTE: You will need to prepare VS code for Azure function development.
- Download the Azure Function App file. Extract archive to your local development computer.
- Start VS Code. Choose File in the main menu and select Open Folder.
- Select the top-level folder from the extracted files.
- Click the Azure icon in the Activity bar, then in the Azure: Functions area, choose the Deploy to function app button. If you aren't already signed in, click the Azure icon in the Activity bar, then in the Azure: Functions area, choose Sign in to Azure. If you're already signed in, go to the next step.
- Provide the following information at the prompts:
- Select folder: Choose a folder from your workspace or browse to one that contains your function app.
- Select Subscription: Choose the subscription to use.
- Select Create new Function App in Azure (Don't choose the Advanced option)
- Enter a globally unique name for the function app: Type a name that is valid in a URL path. The name you type is validated to make sure that it's unique in Azure Functions.
- Select a runtime: Choose DOTNET 6.0.
- Select a location for new resources. For better performance and lower costs, choose the same region where Microsoft Sentinel is located.
- Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
- Go to Azure Portal for the Function App configuration.
-
Configure the Function App
- In the Function App, select the Function App Name and select Configuration.
- In the Application settings tab, select + New application setting.
- Add each of the following application settings individually, with their respective string values (case-sensitive): DatAlertHostName, DatAlertApiKey, LogAnalyticsKey, LogAnalyticsWorkspace, FirstFetchTime, Severities, ThreatModelNameList and Statuses.
- Once all application settings have been entered, click Save.
Next
For more information, go to the related solution in the Azure Marketplace.