Scan File Uploads For Viruses
If your application allows for file uploads, you need to protect them from hackers. Attackers often embed malicious content in file uploads using a variety of techniques, including backdoors and other vulnerabilities. When this malware reaches your web server, it can cause expensive and disruptive problems. Detecting and mitigating these attacks at the point of upload is an important step in ensuring your site’s security.Go here :ipqualityscore.com
The Secure File Scan feature enables you to scan all incoming file upload field attachments on submitted forms and workflows. Once activated, the feature checks all uploaded files for viruses and displays their status on the Response page and through email notifications to the content (form or workflow) owner for follow-up.
Best Practices for Scanning File Uploads to Prevent Malware
To enable the feature, toggle the switch aligned with Secure File Scan to on. Once enabled, the feature will check all incoming file upload field attachments on your website for viruses and display their status on the Response page and through email notification to the content (form or workflow) owner of the form or workflow to which they belong.
The scanning process is performed in real-time, so it can be a performance issue depending on the size of the file and its processor type. To minimize this impact, the maximum file size that can be scanned is 15 megabytes.
To ensure the best possible results, we recommend you configure your web servers to scan uploaded files in memory, or at least write them to a temporary file immediately after they’re received, to prevent large buffer overflows that could knock your web server offline.
