# Virus Scan

## Overview

MangoApps provides a robust virus scanning feature that ensures the safety and security of uploaded files. This guide will walk you through how to enable and manage virus scanning within MangoApps.

<img src="/files/0T0ICHPv6RTCqfF5B51j" alt="" width="563">

***

### **Enabling Virus Scan**

Navigate to the Virus Scan settings and toggle the virus scan feature ON. Once enabled, by default, this setting will scan all uploaded files (excluding media files) for viruses. You can also choose to enable virus scan specifically for files uploaded by guest users. Another option allows you to make files available during the virus check process.

***

### **File Scanning Details**

MangoApps employs [ClamAV](https://docs.clamav.net/), a powerful antivirus engine, to scan files for viruses, trojans, and other threats. Files uploaded via any MangoApps client (including email attachments, IM chats, and File Sync) are scanned, ensuring comprehensive protection.

{% hint style="info" %}
Existing files are **NOT** scanned when the Virus Scan feature is enabled.
{% endhint %}

***

### **FAQs**

**How does virus scan work?**

Virus scan checks all files uploaded via MangoApps for malicious content such as trojans, viruses, and malware, ensuring a safe environment for file sharing.

**How many different kinds of viruses can MangoApps detect?**

MangoApps is equipped to detect over 1 million viruses, worms, and trojans, including threats within compressed files and obfuscated documents.

**Are files uploaded via email or IM conversations scanned for viruses?**

Yes, all files (excluding media files) uploaded through email or IM conversations are subjected to virus scanning.

**What happens if a file is infected with a virus?**

When a virus is detected, MangoApps automatically quarantines the infected file. The file is moved to a secure location, preventing further access or syncing. Only the uploader can replace the infected file with a clean version or delete it.

<figure><img src="/files/XoVRhoMuX6QTOTr1Q9Wd" alt="" width="563"><figcaption></figcaption></figure>

**How do I know if my uploaded file is infected?**

MangoApps notifies the uploader via private message if a virus is detected in their uploaded file. This notification prompts action either to replace the file or remove it.

**Is there a log of quarantined files?**

Yes, MangoApps maintains a security log detailing all files detected with viruses and subsequently quarantined.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.mangoapps.com/admin-guide/security/virus-scan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
