Skip to content

Commit 481c3b6

Browse files
Merge pull request #257 from netwrix/dev
29th September 2025 Release
2 parents 1d63244 + a7a2eb7 commit 481c3b6

File tree

294 files changed

+6549
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+6549
-161
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@
152152
/sidebars/threatprevention/ @netwrix/threatprevention-docs
153153
/static/files/threatprevention/ @netwrix/threatprevention-docs
154154
/static/images/threatprevention/ @netwrix/threatprevention-docs
155+
156+
# Knowledge base team
157+
/docs/kb/ @netwrix/kb-docs

docs/1secure/requirements/CloudAgentRequirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For its correct installation Netwrix Cloud Agent needs the following software re
1818

1919
- Windows Server OS (strongly recommended):
2020

21+
- Windows Server 2025
2122
- Windows Server 2022
2223
- Windows Server 2019
2324
- Windows Server 2016
@@ -49,4 +50,4 @@ Configuration.xml file, which is located on the agent host at:
4950
`C:\ProgramData\Netwrix Cloud Agent\AgentCore\ConfigServer\Configuration.xml`
5051

5152
You must also open the outbound TCP port 443 on the server where the Netwrix Cloud Agent resides.
52-
See the [Install Agent](/docs/1secure/install/installagent.md) topic
53+
See the [Install Agent](/docs/1secure/install/installagent.md) topic
Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,66 @@
11
---
2-
title: "Azure Files Monitoring Plan"
2+
title: "Azure Files"
33
description: "Create and configure Azure Files monitoring plans in Netwrix Auditor v10.8"
44
sidebar_position: 85
55
---
66

7-
# Azure Files Monitoring Plan
7+
# Azure Files
88

9-
Create monitoring plans for Azure Files to track file and folder changes across your Azure storage accounts.
9+
Create monitoring plans for Azure Files to track file and folder changes across your Azure storage accounts
1010

1111
## Prerequisites
1212

13+
- **[Azure Application registered](/docs/auditor/10.8/configuration/azurefiles/overview.md#azure-application-registration)** with required **[permissions](/docs/auditor/10.8/configuration/azurefiles/overview.md#configure-api-permissions)**
14+
- **[Diagnostic Settings configured](/docs/auditor/10.8/configuration/azurefiles/overview.md#diagnostic-settings)** for storage accounts
1315
- **[Azure Files Configuration](/docs/auditor/10.8/configuration/azurefiles/overview.md)** completed
14-
- **Azure Application** registered with required permissions
15-
- **Diagnostic settings** enabled for storage accounts
16+
1617

1718
## Create Monitoring Plan
1819

1920
### Step 1: Create New Monitoring Plan
2021

21-
1. Navigate to **Home > Monitoring Plans**
22-
2. Click **Create New Monitoring Plan**
23-
3. Provide monitoring plan name
24-
4. Create audit database
25-
5. Configure email notification method
22+
1. In the **Netwrix Auditor**, go to **Home > Monitoring Plans > + Add Plan**
23+
2. Select **Azure Files**
24+
3. Configure:
25+
- [Audit database (SQL)](/docs/auditor/10_8/admin/settings/auditdatabase)
26+
- [Notifications (SMTP or Exchange Online)](/docs/auditor/10_8/admin/settings/notifications)
27+
- Plan name and description
28+
- Select **Add item now**
2629

27-
### Step 2: Add Azure Files Data Source
2830

29-
1. Click **Add Data Source**
30-
2. Select **Azure Files**
31-
3. Configure connection settings:
32-
- **Tenant ID** (use ID, not tenant name)
33-
- **Application ID**
34-
- **Application Secret**
35-
- **Subscription ID**
31+
### Step 2: Add Item for Monitoring
32+
33+
- Option A – Storage Account → Enter **Storage Account Name, Subscription ID, Tenant Name, Application ID, Application Secret**
34+
- Option B – Subscription → Enter **Subscription Name, Subscription ID, Tenant Name, Application ID, Application Secret**
35+
36+
**Tip:** If you have multiple storage accounts, use the subscription option for easier management
37+
38+
39+
### Step 3: Configure Monitoring Scope and Actions
40+
41+
1. In the **Netwrix Auditor**, double-click your **Azure Files plan**
42+
2. Enable **Monitor this data source and collect activity data**
43+
44+
3. Select actions:
45+
46+
- **Changes (Success/Fail)** → Track file creation, modification, deletion, and failed attempts
47+
- **Successful** - Use this option to track changes to your data. It helps to find out who made changes to your files, including their creation and deletion
48+
- **Failed** - Use this option to detect suspicious activity on Azure Files. It helps to identify potential intruders who tried to modify or delete files, etc., but failed to do it
49+
50+
- **Read Access (Success/Fail)** → Track file reads and unauthorized read attempts
51+
- **Successful** - Show successful attempts to read files
52+
- **Failed** - Use this option to track suspicious activity. Helps find out who was trying to access your private data without proper justification.Enabling this option on public shares will result in a high number of events generated on Azure Files and the amount of data written to the Long-Term Archive
3653

37-
### Step 3: Configure Storage Accounts
54+
**Note:** Enabling read access auditing on public shares may generate high event volume
3855

39-
Configure storage account settings (requires separate accounts):
40-
- **File Share Storage Account** - Contains the file shares to monitor
41-
- **Audit Log Storage Account** - Stores diagnostic logs (must be separate account)
42-
- **Resource Group** - Resource group containing the storage accounts
56+
**Tip:** Only enable read auditing where compliance requires it (e.g., HR, Finance)
4357

44-
### Step 4: Configure Monitoring Options
58+
4. Add exclusions → e.g., service accounts that produce excessive logs
4559

46-
Select monitoring options:
47-
- **Track changes** (successful/failed operations)
48-
- **Monitor read access** (optional - increases audit volume)
49-
- **User monitoring restrictions** (specify users to exclude from monitoring)
5060
- **Monitored object types** - Select from:
51-
- Files
52-
- Folders
53-
- Shares
61+
- Files
62+
- Folders
63+
- Shares
5464
- **Monitored actions** - Configure which file operations to track
5565

5666
### Step 5: Test Connection
@@ -64,7 +74,7 @@ Click **Test Connection** to verify:
6474

6575
After creating the monitoring plan:
6676
1. **Verify data collection** is working
67-
2. **Configure reports** as needed
68-
3. **Set up alerts** for important events
77+
2. **[Configure reports](/docs/auditor/10_8/admin/reports/overview)** as needed
78+
3. **[Set up alerts](/docs/auditor/10_8/admin/alertsettings/create/)** for important events
6979

70-
For configuration requirements, see [Azure Files Configuration](/docs/auditor/10.8/configuration/azurefiles/overview.md).
80+
For configuration requirements, see [Azure Files Configuration](/docs/auditor/10.8/configuration/azurefiles/overview.md)
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"label": "Azure Files",
3-
"position": 15
4-
}
3+
"position": 15,
4+
"collapsed": true,
5+
"collapsible": true,
6+
"link": {
7+
"type": "doc",
8+
"id": "overview"
9+
}
10+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Monitored Object Types, Actions, and Attributes"
3+
description: "Examine the list of actions that have been audited and reported by Azure Files data collector in the Netwrix Auditor 10.8"
4+
sidebar_position: 2
5+
---
6+
7+
Examine the list of actions that have been audited and reported by Azure Files data collector in the Netwrix Auditor 10.8
8+
9+
| Action | File | Folder | Share |
10+
|--------|------|--------|-------|
11+
| Added | + | + | + |
12+
| Add (failed attempt) | + | + ||
13+
| Modified | + | + | + |
14+
| Modify (failed attempt) | + | + ||
15+
| Moved | + | + ||
16+
| Move (failed attempt) | + | + ||
17+
| Read | + |||
18+
| Read (failed attempt) | + | + ||
19+
| Renamed | + | + ||
20+
| Renamed (failed attempt) ||||
21+
| Removed | + | + | + |
22+
| Remove (failed attempt) ||||
23+
| Copied ||||

0 commit comments

Comments
 (0)