I'm working with mdatp (Microsoft Defender Advanced Threat Protection) for Linux. The idea is to detect any malicious file in a specific folder, using a command like:
mdatp scan custom --path /tmp/
The problem is that mdatp is automatically removing, without asking, any detected files and putting it in the quarantine folder. My question is: there's any way to prevent this behavior? I checked in the settings but I found nothing useful.