Skip to content

Commit 4276379

Browse files
committed
Fix broken links and add missing file
1 parent 92e0c3d commit 4276379

File tree

4 files changed

+139
-4
lines changed

4 files changed

+139
-4
lines changed

.openpublishing.redirection.sentinel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@
12071207
},
12081208
{
12091209
"source_path_from_root": "/articles/sentinel/data-connectors/zero-networks-segment-audit-function-using-azure-functions.md",
1210-
"redirect_url": "/azure/sentinel/data-connectors/zero-networks-segment-audit-function",
1210+
"redirect_url": "/azure/sentinel/data-connectors/zero-networks-segment-audit",
12111211
"redirect_document_id": true
12121212
},
12131213
{

articles/sentinel/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@
418418
href: data-connectors/box.md
419419
- name: Cisco Application Centric Infrastructure
420420
href: data-connectors/cisco-application-centric-infrastructure.md
421-
- name: Cisco ASA via Legacy Agent
422-
href: data-connectors/cisco-asa-via-legacy-agent.md
423421
- name: Cisco ASA/FTD via AMA (Preview)
424422
href: data-connectors/cisco-asa-ftd-via-ama.md
425423
- name: Cisco Duo Security (using Azure Functions)

articles/sentinel/data-connectors-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ Data connectors are available as part of the following offerings:
130130
## Cisco
131131

132132
- [Cisco Application Centric Infrastructure](data-connectors/cisco-application-centric-infrastructure.md)
133-
- [Cisco ASA via Legacy Agent](data-connectors/cisco-asa-via-legacy-agent.md)
134133
- [Cisco ASA/FTD via AMA (Preview)](data-connectors/cisco-asa-ftd-via-ama.md)
135134
- [Cisco Duo Security (using Azure Functions)](data-connectors/cisco-duo-security.md)
136135
- [Cisco Identity Services Engine](data-connectors/cisco-identity-services-engine.md)
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
---
2+
title: "CyberArkAudit (using Azure Functions) connector for Microsoft Sentinel"
3+
description: "Learn how to install the connector CyberArkAudit (using Azure Functions) to connect your data source to Microsoft Sentinel."
4+
author: cwatson-cat
5+
ms.topic: how-to
6+
ms.date: 04/25/2024
7+
ms.service: microsoft-sentinel
8+
ms.author: cwatson
9+
---
10+
11+
# CyberArkAudit (using Azure Functions) connector for Microsoft Sentinel
12+
13+
The [CyberArk Audit](https://docs.cyberark.com/Audit/Latest/en/Content/Resources/_TopNav/cc_Home.htm) data connector provides the capability to retrieve security event logs of the CyberArk Audit service and more events into Microsoft Sentinel through the REST API. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.
14+
15+
This is autogenerated content. For changes, contact the solution provider.
16+
17+
## Connector attributes
18+
19+
| Connector attribute | Description |
20+
| --- | --- |
21+
| **Application settings** | CyberArkAuditUsername<br/>CyberArkAuditPassword<br/>CyberArkAuditServerURL<br/>WorkspaceID<br/>WorkspaceKey<br/>logAnalyticsUri (optional) |
22+
| **Azure function app code** | https://aka.ms/sentinel-CyberArkAudit-functionapp |
23+
| **Log Analytics table(s)** | CyberArk_AuditEvents_CL<br/> |
24+
| **Data collection rules support** | Not currently supported |
25+
| **Supported by** | [CyberArk Support](https://www.cyberark.com/services-support/technical-support-contact/) |
26+
27+
## Query samples
28+
29+
**CyberArk Audit Events - All Activities.**
30+
31+
```kusto
32+
CyberArkAudit
33+
34+
| sort by TimeGenerated desc
35+
```
36+
37+
38+
39+
## Prerequisites
40+
41+
To integrate with CyberArkAudit (using Azure Functions) make sure you have:
42+
43+
- **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/).
44+
- **Audit REST API Connections details and Credentials**: **OauthUsername**, **OauthPassword**, **WebAppID**, **AuditApiKey**, **IdentityEndpoint** and **AuditApiBaseUrl** are required for making API calls.
45+
46+
47+
## Vendor installation instructions
48+
49+
50+
> [!NOTE]
51+
> This connector uses Azure Functions to connect to the Azure Blob Storage API to pull logs into Microsoft Sentinel. This might result in additional costs for data ingestion and for storing data in Azure Blob Storage costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) and [Azure Blob Storage pricing page](https://azure.microsoft.com/pricing/details/storage/blobs/) for details.
52+
53+
54+
> [!NOTE]
55+
> API authorization key(s) or token(s) are securely stored in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values.
56+
57+
58+
**STEP 1 - Configuration steps for the CyberArk Audit SIEM Integration**
59+
60+
Follow the instructions to obtain connection details and credentials.
61+
62+
1. Use Username and Password for your CyberArk Audit account.
63+
64+
65+
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
66+
67+
>**IMPORTANT:** Before deploying the CyberArk Audit data connector, have the Workspace Name and Workspace Location (can be copied from the following).
68+
69+
Workspace Name
70+
71+
Workspace Location
72+
73+
Option 1 - Azure Resource Manager (ARM) Template
74+
75+
Use this method for automated deployment of the CyberArk Audit data connector using an ARM Template.
76+
77+
1. Click the **Deploy to Azure** button below.
78+
79+
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentinel-CyberArkAuditAPI-azuredeploy)
80+
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
81+
> **NOTE:** Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
82+
3. Enter the **CyberArkAuditUsername**, **CyberArkAuditPassword**, **CyberArkAuditServerURL** and deploy.
83+
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
84+
5. Click **Purchase** to deploy.
85+
86+
Option 2 - Manual Deployment of Azure Functions
87+
88+
Use the following step-by-step instructions to deploy the CyberArk Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
89+
90+
91+
**1. Deploy a Function App**
92+
93+
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
94+
95+
1. Download the [Azure Function App](https://aka.ms/sentinel-CyberArkAudit-functionapp) file. Extract archive to your local development computer.
96+
2. Start VS Code. Choose File in the main menu and select Open Folder.
97+
3. Select the top level folder from extracted files.
98+
4. Choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose the **Deploy to function app** button.
99+
If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
100+
If you're already signed in, go to the next step.
101+
5. Provide the following information at the prompts:
102+
103+
a. **Select folder:** Choose a folder from your workspace or browse to one that contains your function app.
104+
105+
b. **Select Subscription:** Choose the subscription to use.
106+
107+
c. Select **Create new Function App in Azure** (Don't choose the Advanced option)
108+
109+
d. **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. (e.g. CyberArkXXXXX).
110+
111+
e. **Select a runtime:** Choose Python 3.8.
112+
113+
f. Select a location for new resources. For better performance and lower costs choose the same [region](https://azure.microsoft.com/regions/) where Microsoft Sentinel is located.
114+
115+
6. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
116+
7. Go to Azure Portal for the Function App configuration.
117+
118+
119+
**2. Configure the Function App**
120+
121+
1. In the Function App, select the Function App Name and select **Configuration**.
122+
2. In the **Application settings** tab, select ** New application setting**.
123+
3. Add each of the following application settings individually, with their respective string values (case-sensitive):
124+
- CyberArkAuditUsername
125+
- CyberArkAuditPassword
126+
- CyberArkAuditServerURL
127+
- WorkspaceID
128+
- WorkspaceKey
129+
- logAnalyticsUri (optional)
130+
131+
Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
132+
4. Once all application settings have been entered, click **Save**.
133+
134+
135+
136+
## Next steps
137+
138+
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/cyberark.cyberark_audit_sentinel?tab=Overview) in the Azure Marketplace.

0 commit comments

Comments
 (0)