You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/get-started.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,15 @@ To set up Defender for Cloud Apps, you must at least be a Security Administrator
20
20
21
21
Users with admin roles have the same admin permissions across any cloud apps your organization is subscribed to, regardless of where you've assigned the role. For more information, see [Assign admin roles](/microsoft-365/admin/add-users/assign-admin-roles) and [Assigning administrator roles in Microsoft Entra ID](/azure/active-directory/roles/permissions-reference).
22
22
23
+
23
24
Microsoft Defender for Cloud Apps is a security tool and therefore doesn't require Microsoft 365 productivity suite licenses. For Microsoft 365 Cloud App Security (Microsoft Defender for Cloud Apps only for Microsoft 365), see [What are the differences between Microsoft Defender for Cloud Apps and Microsoft 365 Cloud App Security?](editions-cloud-app-security-o365.md).
24
25
25
26
Microsoft Defender for Cloud Apps depends on the following Microsoft Entra ID applications to function properly. Do not disable these applications in Microsoft Entra ID:
26
27
27
28
- Microsoft Defender for Cloud Apps - APIs
28
29
- Microsoft Defender for Cloud Apps - Customer Experience
29
30
- Microsoft Defender for Cloud Apps - Information Protection
- For DEBIAN the mdatp package requires `libc6 >= 2.23`, `uuid-runtime`, `mde-netfilter`
500
+
- For Mariner the mdatp package requires `attr`, `diffutils`, `libacl`, `libattr`, `libselinux-utils`, `selinux-policy`, `policycoreutils`, `mde-netfilter`
501
+
502
+
> [!NOTE]
503
+
> Starting with version `101.24082.0004`, Defender for Endpoint on Linux no longer supports the `Auditd` event provider. We're transitioning completely to the more efficient eBPF technology.
504
+
> If eBPF is not supported on your machines, or if there are specific requirements to remain on Auditd, and your machines are using Defender for Endpoint on Linux version `101.24072.0001` or lower, the following additional dependency on the auditd package exists for mdatp:
505
+
> - The mdatp RPM package requires `audit`, `semanage`.
506
+
> - For DEBIAN the mdatp package requires `auditd`.
507
+
> - For Mariner the mdatp package requires `audit`.
501
508
502
509
The mde-netfilter package also has the following package dependencies:
Copy file name to clipboardExpand all lines: defender-endpoint/linux-support-ebpf.md
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: linux
17
17
search.appverid: met150
18
-
ms.date: 10/11/2024
18
+
ms.date: 12/02/2024
19
19
---
20
20
21
21
# Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux
@@ -116,7 +116,9 @@ Post reboot, run the following command to check if audit rules were cleared:
116
116
The output of previous command should show no rules or any user added rules. In case where the rules weren't removed, do the following steps to clear the audit rules file:
117
117
118
118
1. Switch to ebpf mode.
119
+
119
120
2. Remove the file `/etc/audit/rules.d/mdatp.rules`.
121
+
120
122
3. Reboot the machine.
121
123
122
124
### Troubleshooting and Diagnostics
@@ -131,23 +133,29 @@ uname -a
131
133
132
134
1. Enabling eBPF on RHEL 8.1 version with SAP might result in kernel panic. To mitigate this issue, you can take one of the following steps:
133
135
134
-
- Use a distro version higher than RHEL 8.1.
135
-
- Switch to AuditD mode if you need to use RHEL 8.1 version.
136
+
- Use a distro version higher than RHEL 8.1.
137
+
- Switch to AuditD mode if you need to use RHEL 8.1 version.
136
138
137
139
2. Using Oracle Linux 8.8 with kernel version **5.15.0-0.30.20.el8uek.x86_64, 5.15.0-0.30.20.1.el8uek.x86_64** might result in kernel panic. To mitigate this issue, you can take one of the following steps:
138
140
139
-
- Use a kernel version higher or lower than **5.15.0-0.30.20.el8uek.x86_64, 5.15.0-0.30.20.1.el8uek.x86_64** on Oracle Linux 8.8 if you want to use eBPF as supplementary subsystem provider. The minimum kernel version for Oracle Linux is RHCK 3.10.0 and Oracle Linux UEK is 5.4.
140
-
- Switch to AuditD mode if you need to use the same kernel version
141
+
- Use a kernel version higher or lower than **5.15.0-0.30.20.el8uek.x86_64, 5.15.0-0.30.20.1.el8uek.x86_64** on Oracle Linux 8.8 if you want to use eBPF as supplementary subsystem provider. The minimum kernel version for Oracle Linux is RHCK 3.10.0 and Oracle Linux UEK is 5.4.
142
+
- Switch to AuditD mode if you need to use the same kernel version
- The following two sets of data help analyze potential issues and determine the most effective resolution options.
149
+
150
+
1. Collect a diagnostic package from the client analyzer tool by using the following instructions: [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md).
145
151
146
-
The following two sets of data help analyze potential issues and determine the most effective resolution options.
152
+
2. Collect a debug diagnostic package when Defender for Endpoint is utilizing high resources by using the following instructions: [Microsoft Defender for Endpoint on Linux resources](linux-resources.md#collect-diagnostic-information).
147
153
148
-
1. Collect a diagnostic package from the client analyzer tool by using the following instructions: [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md).
154
+
3. System hangs on Oracle Linux 7.9 running Defender for Linux when ksplice is used forlive kernel patching.
149
155
150
-
2. Collect a debug diagnostic package when Defender for Endpoint is utilizing high resources by using the following instructions: [Microsoft Defender for Endpoint on Linux resources](linux-resources.md#collect-diagnostic-information).
156
+
- Auto-install patching of ksplice simply adds a cron job to the endpoint.
157
+
- To mitigate the hang issue, you can create a cron job which will first stop the mdatp service, apply ksplice based patching, then start the service.
158
+
- As kernel patching is few seconds activity so this will not have major exposure in terms of security.
Copy file name to clipboardExpand all lines: defender-endpoint/linux-support-offline-security-intelligence-update.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
- mde-linux
16
16
ms.topic: conceptual
17
17
search.appverid: met150
18
-
ms.date: 10/11/2024
18
+
ms.date: 12/02/2024
19
19
---
20
20
21
21
# Configure Offline Security Intelligence Update for Microsoft Defender for Endpoint on Linux
@@ -165,7 +165,9 @@ Once hosted, copy the absolute path of the hosted server (up to and not includin
165
165
166
166
For example, if the script is executed with `downloadFolder=/tmp/wdav-update`, and the HTTP server (`www.example.server.com:8000`) is hosting the `/tmp/wdav-update` path, the corresponding URI is: `www.example.server.com:8000/linux/production/`
167
167
168
-
Once the Mirror Server is set up, we need to propagate this URL to the Linux endpoints using the Managed Configuration as described in the next section.
168
+
We can also use the absolute path of directory (local / remote mount point) like `/tmp/wdav-update/linux/production`.
169
+
170
+
Once the Mirror Server is set up, we need to propagate this URL to the Linux endpoints as the `offlineDefinitionUpdateUrl` in the Managed Configuration as described in the next section.
169
171
170
172
## Configure the Endpoints
171
173
@@ -182,17 +184,17 @@ Once the Mirror Server is set up, we need to propagate this URL to the Linux end
| `automaticDefinitionUpdateEnabled` | `True` / `False` | Determines the behavior of Defender for Endpoint attempting to perform updates automatically, is turned on or off respectively. |
194
196
| `definitionUpdatesInterval` | Numeric | Time of interval between each automatic update of signatures (in seconds). |
195
-
| `offlineDefinitionUpdateUrl` | String | URL value generated as part of the Mirror Server set up. |
197
+
| `offlineDefinitionUpdateUrl` | String | URL value generated as part of the Mirror Server set up. This can be either in terms of the remote server URL, or a directory (local / remote mount point). |
196
198
| `offlineDefinitionUpdate` | `enabled` / `disabled` | When set to `enabled`, the offline security intelligence update feature is enabled, and vice versa. |
197
199
| `offlineDefinitionUpdateFallbackToCloud` | `True` / `False` | Determine Defender for Endpoint security intelligence update approach when offline Mirror Server fails to serve the update request. If set to true, the update is retried via the Microsoft cloud when offline security intelligence update failed, else vice versa. |
198
200
| `offlineDefinitionUpdateVerifySig` | `enabled` / `disabled` | When set to `enabled`, downloaded definitions are verified on the endpoints, else vice versa. |
Offline signature update might fail in the following scenario:
293
-
294
-
You enabled the feature, applied the signature updates, then disabled the feature to apply further signature updates from cloud, and subsequently re-enabled the feature for additional signature updates.
Copy file name to clipboardExpand all lines: defender-xdr/virus-initiative-criteria.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,37 +13,38 @@ ms.collection:
13
13
- tier2
14
14
ms.topic: conceptual
15
15
search.appverid: met150
16
-
ms.date: 09/12/2024
16
+
ms.date: 12/2/2024
17
17
---
18
18
19
19
# Microsoft Virus Initiative
20
20
21
21
The Microsoft Virus Initiative (MVI) helps organizations improve the security solutions our customers rely on to keep them safe. We provide tools, resources, and knowledge to support better-together experiences with great performance, reliability, and compatibility.
22
22
23
-
Microsoft collaborates with MVI partners to define and follow Safe Deployment Practices (SDP) to support the safety and resiliency of our mutual customers. In addition, Microsoft engages MVI partners in the development of new platform capabilities to create highly available security solutions building on the foundational security features in Windows 11.
23
+
Microsoft collaborates with MVI partners to define and follow Safe Deployment Practices (SDP) to support the safety and resiliency of our mutual customers. Microsoft also engages MVI partners in the development of new platform capabilities to create highly available security solutions building on the foundational security features in Windows 11.
24
24
25
25
## Become a member
26
26
27
27
You can request membership if you're a representative of an organization that develops antimalware technology. Not all applicants are accepted into the program.
28
+
28
29
To be considered for the MVI program, your organization must meet all the following requirements:
29
30
30
31
1. Your commercially available security solution must provide real-time protection that detects, prevents, and remediates malicious software.
31
32
2. Your organization is responsible for both developing and distributing updates to end-customers that address compatibility with Windows.
32
-
3. Your organization must be active in the antimalware industry and have a positive reputation, as evidenced by participation in industry conferences, membership in industry organizations, or being reviewed in industry-standard reports such as AV-Comparatives, OPSWAT, or Gartner.
33
-
4. Your organization must sign a non-disclosure agreement (NDA) with Microsoft.
33
+
3. Your organization must be active in the antimalware industry with a positive reputation, shown by participation in industry conferences, membership in industry organizations, or reviews in reports like AV-Comparatives, OPSWAT, or Gartner.
34
+
4. Your organization must sign a non-disclosure agreement with Microsoft.
34
35
5. Your organization must sign a program license agreement.
35
36
6. Your organization must be active in the program and meet all program requirements.
36
37
7. Your security solution must meet all program requirements, which requires use of [Trusted Signing](/azure/trusted-signing).
37
-
8. Your security solution must have been certified within the last 12 months through independent testing by at least one of the organizations listed below. Yearly certification must be maintained.
38
-
39
-
|Test Provider|Lab Test Type|Minimum Level / Score|
|[AV-Test](https://www.av-test.org/en/about-the-institute/certification)|Must pass tests for Windows. Certifications for Mac and Linux aren't accepted.|- AV-TEST Certified (home)<br/>- AV-TEST Approved (corporate)|
43
-
|[SKD Labs](http://www.skdlabs.com)|Certification Requirements Product: Anti-virus or Antimalware.|Score >= 98.5% with On Demand, On Access and Total Detection tests|
44
-
|[VB 100](https://www.virusbulletin.com/testing/vb100/vb100-methodology/vb100-methodology-ver1-1)|VB100 Certification Test V1.1|VB100 Certification|
45
-
|[West Coast Labs](https://www.westcoastlabs.com/wclvalid)|West Coast Labs Verified|Product rating of A or higher with both Malware Detection and Malware Remediation|
46
-
|[SE Labs](https://selabs.uk/en/reports/)|Protection, Small Business, or Enterprise EP Protection Test.|- Protection A rating <br/>- Small Business EP A rating<br/>- Enterprise EP Protection A rating |
38
+
8. Your security solution must be certified within the last 12 months by at least one of the organizations listed below through independent testing. Yearly certification must be maintained.
39
+
40
+
|Test Provider|Lab Test Type|Minimum Level/Score|
41
+
|-------- |-------- |-------- |
42
+
|[AV-Comparatives](https://www.av-comparatives.org/testmethod/real-world-protection-tests)|Real-World Protection Test or Malware Protection Test|Certified/Approved/Standard|
43
+
|[AV-Test](https://www.av-test.org/en/about-the-institute/certification)|Real-World Protection Test for MVI, AV-Test |97% (Real-World Protection test for MVI)/Certified (AV-Test Home)/ Approved (AV-Test Enterprise)|
44
+
|[SE Labs](https://selabs.uk/en/reports/)|Endpoint Security (EPS) or Enterprise Advanced Security (EAS)|AAA|
45
+
|[SKD Labs](https://www.skdlabs.com/html/english/)|Starcheck Anti-malware Real-time protection and cleaning|Starcheck Certified|
46
+
|[VB 100](https://www.virusbulletin.com/testing/vb100/vb100-methodology/vb100-methodology-ver1-1)|VB100|Detection rate of 95% with Grade C or higher|
47
+
|[West Coast Labs](https://www.westcoastlabs.com/wclvalid)|WCL Validated for Malware Detection and Malware Remediation technologies|Product Rating A|
0 commit comments