a5839ff855
- add support email - fix bad reference in azure function installation description |
||
---|---|---|
.. | ||
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.
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:
- 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.
For additional information, please check: Varonis Documentation
STEP 2 - Deploy the connector and the associated Azure Function.
- Click the Deploy to Azure button.
- Select the preferred Subscription, Resource Group, Region, Storage Account Type.
- Enter Log Analytics Workspace Name, Varonis FQDN, Varonis SaaS API Key.
- Click Review + Create, Create.
Next
For more information, go to the related solution in the Azure Marketplace.