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: 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.
0 commit comments