Questions tagged [antivirus-integration]

38 questions
1
vote
0 answers

Shrine - How to prevent Shrine from auto uploading files prior to validation - Ruby Upload Gem

This question is for anyone who has experience with the Ruby Gem Shrine for File Uploads. I am trying to scan file uploads for viruses using ClamAV. The scan works well however the file is already auto uploaded to cloud storage by Shrine prior to…
1
vote
1 answer

Antirus File Scan real time check & AMSI verification

I want to scan for malware content directly in memory files and I want to know which is the best way to do it. I’m in charge with the improvement of the website security policy for our web applications that were developed in .net core and Angular I…
1
vote
1 answer

Run Symantec End Point DoScan.exe from command line using JAVA

I have a web application where I am uploading files. I have a Symantec End Point Protection installed. I need to run DoScan.exe from comand line using JAVA. but certain forums suggests that "DoScan does not support the scan of single files or…
Hardik Mishra
  • 14,779
  • 9
  • 61
  • 96
1
vote
1 answer

Setting up a file upload stream scan using Clamav in a Django back-end

Working on a React/Django app. I have files being uploaded by users through the React front-end that end up in the Django/DRF back-end. We have antivirus (AV) running on the server constantly, but we want to add stream scanning before it is written…
cjones
  • 8,384
  • 17
  • 81
  • 175
1
vote
1 answer

Real-time antivirus checking Azure website file uploads

I have been looking around and doing some research on how to secure file uploads on Azure websites but every article I stumbled upon only mentioned about setting up antivirus on virtual machines. What I have is a website straight off the "Azure…
Zen Pak
  • 578
  • 6
  • 22
1
vote
1 answer

How to ask VB to virus-check a specific file

Is there an API call which will request the anti-virus software to check a specific file (same as right-clicking a file in Explorer and choosing Scan)?
Andy Groom
  • 619
  • 1
  • 7
  • 15
1
vote
1 answer

Multipart Form Submit Directly to an URL

We've a web-based application wherein there is an option for Users to upload documents / files into our database. Before uploading any document / file, we want to send the file for free online virus scanning offered by few websites like…
Gnanam
  • 10,613
  • 19
  • 54
  • 72
0
votes
0 answers

How can I trigger detection for Microsoft-Defender/AV using a pseudo-threat?

How can I trigger the Microsoft AV to detect a file or URL as malicious using a pseudo-threat? A pseudo-threat in this case is a 'clean/safe' file but is detected by the Microsoft AV (or the AV industry as a whole) as malicious just for testing. Is…
0
votes
1 answer

Could this app be blocked by an antivirus (for android)?

I'm trying to program an app for Android that is capable of running in the background and opening pop-up windows from time to time over the main app that the user is using. Is this possible? Do you think an antivirus could block it? (I haven't tried…
0
votes
1 answer

Antivirus Scan on an uploaded file stream Nodejs

I am looking for an antivirus scan for scanning the filestream that is uploaded from a rest api using express. Found clamscan as one option but it has some linux dependencies. https://www.npmjs.com/package/clamscan Is there a better way to do an…
slaveCoder
  • 519
  • 2
  • 17
  • 46
0
votes
1 answer

C# trigger antivirus to scan uploaded file

I have a webapp where users can upload documents (pdf, jpeg, png, tiff, docx, etc.). The uploaded files are stored on SQL Server database within a VARBINARY(MAX) column. The webapp runs on a Windows Server 2016 server secured with McAfee Endpoint…
Ben
  • 2,518
  • 4
  • 18
  • 31
0
votes
1 answer

How to test ClamAV service for potential threats

As part of an enterprise software project, our application connects to an antivirus service backed by ClamAV, using ICAP as communication protocol. I would like to test the antivirus service response to malicious documents but, of course, I cannot…
Serg M Ten
  • 5,568
  • 4
  • 25
  • 48
0
votes
0 answers

Simulate antivirus checks before downloading files with a C # program

With a program written in C # .NET Core 3.1, I have to manage the download of EXE or DLL file updates. On the client PC there are some files that must be regularly updated through this program, which downloads the new version of the files. Currently…
0
votes
0 answers

Scan Uploaded File For Virus Or Malware In Asp.Net Mvc

I am looking for a solution where I want to scan uploaded files for any virus threat. To achieve this I am thinking of below approach. Upload the files to a specific temporary location in the server. Run virus scan using CLI and based the result If…
Deb
  • 391
  • 2
  • 20
0
votes
0 answers

Waiting for VirusTotal Scan to Complete

I'm using the following code to upload a file to Virustotal.This works fine,but after curl completes the upload,Virustotal responds with Waiting for analysis to complete message and i need to revisit the URL again to get the results. How can i wait…
techno
  • 6,100
  • 16
  • 86
  • 192