Skip to content

Commit 5057b06

Browse files
committed
Update switch-to-mde-phase-2.md
1 parent ed2049a commit 5057b06

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

defender-endpoint/switch-to-mde-phase-2.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,17 @@ For macOS devices, the following table lists processes to exclude in your non-Mi
117117

118118
For Linux servers, the following table lists processes to exclude in your non-Microsoft antivirus/antimalware solution:
119119

120-
| Name | Description |
121-
|--|--|
122-
| `MpCmdRun.exe` | Microsoft Defender Antivirus command-line utility |
123-
| `MpDlpCmd.exe` | Microsoft Endpoint DLP command-line utility |
124-
| `MsMpEng.exe` | Microsoft Defender Antivirus service executable |
125-
| `ConfigSecurityPolicy.exe` | Microsoft Security Client Policy Configuration Tool |
126-
| `MpDefenderCoreService.exe` | Microsoft Defender Antivirus Core Service |
127-
| `MpDlpService.exe` | Microsoft Purview Data Loss Prevention Service |
128-
| `NisSrv.exe` | Microsoft Defender Antivirus Network Realtime Inspection |
129-
| `MsSense.exe` | Microsoft Defender for Endpoint service executable |
130-
| `SenseCnCProxy.exe` | Microsoft Defender for Endpoint communication module |
131-
| `SenseIR.exe` | Microsoft Defender for Endpoint Sense IR (Incident Response) module |
132-
| `SenseCE.exe` | Microsoft Defender for Endpoint Sense CE (Classification Engine) module |
133-
| `SenseSampleUploader.exe` | Microsoft Defender for Endpoint Sample Upload module |
134-
| `SenseNdr.exe` | Microsoft Defender for Endpoint Sense NDR (Network Detection and Response) module |
135-
| `SenseSC.exe` | Microsoft Defender for Endpoint Sense SC (Screenshot Capture) module |
136-
| `SenseCM.exe` | Microsoft Defender for Endpoint Sense CM (Configuration Management) |
137-
| `SenseTVM.exe` | Microsoft Defender for Endpoint Sense TVM (Threat Vulnerability Management) |
120+
| Process | Location | Purpose |
121+
|---|---|---|
122+
| `wdavdaemon` | `/opt/microsoft/mdatp/sbin/` | Core daemon (service). Uses FANotify for both antimalware and EDR purposes (TALPA on older RHEL). |
123+
| `wdavdaemon enterprise` | `/opt/microsoft/mdatp/sbin/` | EDR engine. Used for enrichment, also leverages auditd on most Linux platforms. |
124+
| `wdavdaemon unprivileged` | `/opt/microsoft/mdatp/sbin/` | Antivirus engine |
125+
| `mdatp_audisp_plugin` | `/opt/microsoft/mdatp/sbin/` | Auditd log ingestion |
126+
| `crashpad_handler` | `/opt/microsoft/mdatp/sbin/` | Collects crash dumps |
127+
| `mdatp` | `/opt/microsoft/mdatp/sbin/Wdavdaemonclient` | Command line utility |
128+
| `telemetryd_v2` | `/opt/microsoft/mdatp/sbin/` | Telemetry daemon for EDR |
129+
| `mde_netfilter` | `/opt/microsoft/mde_netfilter/sbin` | Packet filter for Network protection, also used for response capabilities |
130+
138131

139132
---
140133

0 commit comments

Comments
 (0)