@@ -117,24 +117,17 @@ For macOS devices, the following table lists processes to exclude in your non-Mi
117117
118118For 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