Azure-Sentinel/Solutions/VaronisSaaS
Volodymyr Korenkov a5839ff855 - The Offer Name mentioned in the Partner Center (varonis.microsoft-sentinel-solution-varonissaas) is different from one mentioned in solutionId (varonis.azure-sentinel-solution-varonis)
- add support email
- fix bad reference in azure function installation description
2024-10-15 14:06:46 +03:00
..
Data update version 2024-07-02 13:23:25 +03:00
Data Connectors - The Offer Name mentioned in the Partner Center (varonis.microsoft-sentinel-solution-varonissaas) is different from one mentioned in solutionId (varonis.azure-sentinel-solution-varonis) 2024-10-15 14:06:46 +03:00
Package - The Offer Name mentioned in the Partner Center (varonis.microsoft-sentinel-solution-varonissaas) is different from one mentioned in solutionId (varonis.azure-sentinel-solution-varonis) 2024-10-15 14:06:46 +03:00
Workbooks remove resource reference 2024-07-02 16:00:26 +03:00
README.md update readme file and connector description 2024-07-02 13:00:42 +03:00
ReleaseNotes.md Update ReleaseNotes.md 2024-07-22 14:34:48 +05:30
SolutionMetadata.json - The Offer Name mentioned in the Partner Center (varonis.microsoft-sentinel-solution-varonissaas) is different from one mentioned in solutionId (varonis.azure-sentinel-solution-varonis) 2024-10-15 14:06:46 +03:00

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.

Varonis prioritizes deep data visibility, classification capabilities, and automated remediation for data access. Varonis builds a single prioritized view of risk for your data, so you can proactively and systematically eliminate risk from insider threats and cyberattacks.

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 SaaS API. See the documentation to learn more about creating Varonis SaaS API credentials.

Vendor installation instructions

This connector uses Azure Functions to connect to the Varonis SaaS 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:

  1. Launch the Varonis Web Interface.
  2. Navigate to Configuration -> API Keys. The API Keys page is displayed.
  3. Click Create API Key. The Add New API Key settings are displayed on the right.
  4. Fill in the name and description.
  5. Click the Generate Key button.
  6. Copy the API key secret and save it in a handy location. You won't be able to copy it again.

For additional information, please check: Varonis Documentation

STEP 2 - Deploy the connector and the associated Azure Function.

  1. Click the Deploy to Azure button.
    Deploy to Azure
  2. Select the preferred Subscription, Resource Group, Region, Storage Account Type.
  3. Enter Log Analytics Workspace Name, Varonis FQDN, Varonis SaaS API Key.
  4. Click Review + Create, Create.

Next

For more information, go to the related solution in the Azure Marketplace.