|
| 1 | +--- |
| 2 | +title: "ESET Protect Platform (using Azure Functions) connector for Microsoft Sentinel" |
| 3 | +description: "Learn how to install the connector ESET Protect Platform (using Azure Functions) to connect your data source to Microsoft Sentinel." |
| 4 | +author: cwatson-cat |
| 5 | +ms.topic: how-to |
| 6 | +ms.date: 01/21/2025 |
| 7 | +ms.service: microsoft-sentinel |
| 8 | +ms.author: cwatson |
| 9 | +ms.collection: sentinel-data-connector |
| 10 | +--- |
| 11 | + |
| 12 | +# ESET Protect Platform (using Azure Functions) connector for Microsoft Sentinel |
| 13 | + |
| 14 | +The ESET Protect Platform data connector enables users to inject detections data from [ESET Protect Platform](https://www.eset.com/int/business/protect-platform/) using the provided [Integration REST API](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESET%20Protect%20Platform/Data%20Connectors). Integration REST API runs as scheduled Azure Function App. |
| 15 | + |
| 16 | +This is autogenerated content. For changes, contact the solution provider. |
| 17 | + |
| 18 | +## Connector attributes |
| 19 | + |
| 20 | +| Connector attribute | Description | |
| 21 | +| --- | --- | |
| 22 | +| **Log Analytics table(s)** | IntegrationTable_CL<br/> | |
| 23 | +| **Data collection rules support** | Not currently supported | |
| 24 | +| **Supported by** | [ESET Enterprise Integrations](https://help.eset.com/eset_connect/en-US/integrations.html) | |
| 25 | + |
| 26 | +## Query samples |
| 27 | + |
| 28 | +**All table records sorted by time** |
| 29 | + |
| 30 | + ```kusto |
| 31 | +IntegrationTable_CL |
| 32 | +
|
| 33 | + | sort by TimeGenerated desc |
| 34 | + ``` |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +## Prerequisites |
| 39 | + |
| 40 | +To integrate with ESET Protect Platform (using Azure Functions) make sure you have: |
| 41 | + |
| 42 | +- **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](/azure/azure-functions/). |
| 43 | +- **Permission to register an application in Microsoft Entra ID**: Sufficient permissions to register an application with your Microsoft Entra tenant are required. |
| 44 | +- **Permission to assign a role to the registered application**: Permission to assign the Monitoring Metrics Publisher role to the registered application in Microsoft Entra ID is required. |
| 45 | + |
| 46 | + |
| 47 | +## Vendor installation instructions |
| 48 | + |
| 49 | + |
| 50 | +> [!NOTE] |
| 51 | + > The ESET Protect Platform data connector uses Azure Functions to connect to the ESET Protect Platform via Eset Connect API to pull detections logs into Microsoft Sentinel. This process might result in additional data ingestion costs. See details on the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/). |
| 52 | +
|
| 53 | +Step 1 - Create an API user |
| 54 | + |
| 55 | +Use this [instruction](https://help.eset.com/eset_connect/en-US/create_api_user_account.html) to create an ESET Connect API User account with **Login** and **Password**. |
| 56 | + |
| 57 | +Step 2 - Create a registered application |
| 58 | + |
| 59 | +Create a Microsoft Entra ID registered application by following the steps in the [Register a new application instruction.](/entra/identity-platform/quickstart-register-app) |
| 60 | + |
| 61 | +Step 3 - Deploy the ESET Protect Platform data connector using the Azure Resource Manager (ARM) template |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | +1. Click the **Deploy to Azure** button below. |
| 66 | + |
| 67 | + [](https://aka.ms/sentinel-EsetProtectionPlatform-azuredeploy) |
| 68 | + |
| 69 | +2. Select the name of the **Log Analytics workspace** associated with your Microsoft Sentinel. Select the same **Resource Group** as the Resource Group of the Log Analytics workspace. |
| 70 | + |
| 71 | +3. Type the parameters of the registered application in Microsoft Entra ID: **Azure Client ID**, **Azure Client Secret**, **Azure Tenant ID**, **Object ID**. You can find the **Object ID** on Azure Portal by following this path |
| 72 | +> Microsoft Entra ID -> Manage (on the left-side menu) -> Enterprise applications -> Object ID column (the value next to your registered application name). |
| 73 | +
|
| 74 | +4. Provide the ESET Connect API user account **Login** and **Password** obtained in **Step 1**. |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | +## Next steps |
| 79 | + |
| 80 | +For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/esetresearch1579795941720.eset-protect-platform-solution?tab=Overview) in the Azure Marketplace. |
0 commit comments