antivirus-integration

Free server side anti virus / security / trojan protection for file uploads?

不问归期 提交于 2021-02-07 08:40:11
问题 I am allowing users to upload photos like photo albums, and also attach files (documents for now) as mail attachments. So i assume I need some anti virus/security tool in place to scan the files first in case people upload infected stuff. So two questions: 1) Are there any 'free' or open source tools for this I can use or integrate into my environment: codeignitor php? 2) How to secure the upload area from rest of the system? Say the virus scanner fails to catch a virus and it is uploaded,

Free server side anti virus / security / trojan protection for file uploads?

倖福魔咒の 提交于 2021-02-07 08:39:33
问题 I am allowing users to upload photos like photo albums, and also attach files (documents for now) as mail attachments. So i assume I need some anti virus/security tool in place to scan the files first in case people upload infected stuff. So two questions: 1) Are there any 'free' or open source tools for this I can use or integrate into my environment: codeignitor php? 2) How to secure the upload area from rest of the system? Say the virus scanner fails to catch a virus and it is uploaded,

How can I tell the “windows security center” that I'm an “antivirus”?

点点圈 提交于 2019-12-19 05:17:01
问题 we are developing an anti-virus, I'm trying to find out how can we tell the operating system -windows XP in this case- that our software is an anti-virus. I want that the OS recognize our software as an anti-virus and the security center list it. 回答1: You have to sign an NDA to get the information. Quoth MSDN forums: To register an antivirus product: Must be a member of the Microsoft Virus Initiative. OR Must meet the following three requirements: Must have a standard NDA with Microsoft. Must

How does Firefox Version 3 invoke the anti-virus feature on Windows to scan a download?

倾然丶 夕夏残阳落幕 提交于 2019-12-06 04:37:03
问题 Another question on StackOverflow is asking how this is done, but the general question of how Firefox manages this is even more useful, and would answer that question also. Without reading all the source code to firefox (I haven't time) - is anyone familiar enough with Firefox V3's ability to invoke a scan on any downloaded EXE file to know how it works? I would think any anti-virus program with active protection would hook into windows and be run automatically. Does firefox detect these

How does Firefox Version 3 invoke the anti-virus feature on Windows to scan a download?

断了今生、忘了曾经 提交于 2019-12-04 10:08:39
Another question on StackOverflow is asking how this is done, but the general question of how Firefox manages this is even more useful, and would answer that question also. Without reading all the source code to firefox (I haven't time) - is anyone familiar enough with Firefox V3's ability to invoke a scan on any downloaded EXE file to know how it works? I would think any anti-virus program with active protection would hook into windows and be run automatically. Does firefox detect these hooks and bring them up by creating a windows folder and moving the file after it is downloaded from a

How do you virus scan a file being uploaded to your java webapp as it streams? [closed]

点点圈 提交于 2019-12-03 02:33:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Basically, I want to virus scan files as they are uploaded (before writing them to disk) to a web app. In particular, I'd like to integrate with "McAfee VirusScan Enterprise" (latest version). From a design and maintenance perspective, would it perhaps be better to scan certain paths at the firewall using a

How can I tell the “windows security center” that I'm an “antivirus”?

本小妞迷上赌 提交于 2019-12-01 02:54:05
we are developing an anti-virus, I'm trying to find out how can we tell the operating system -windows XP in this case- that our software is an anti-virus. I want that the OS recognize our software as an anti-virus and the security center list it. user446034 You have to sign an NDA to get the information. Quoth MSDN forums : To register an antivirus product: Must be a member of the Microsoft Virus Initiative. OR Must meet the following three requirements: Must have a standard NDA with Microsoft. Must be a member of AVPD or a member of EICAR or must sign and adhere to a code of ethics relating

Execute antivirus program programmatically using delphi

混江龙づ霸主 提交于 2019-11-30 15:47:31
问题 I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files. how i can execute the antivirus program installed in the client side, when the download finish? UPDATE I need implement something similar to firefox when download a file and then execute the antivirus installed in the machine. thanks in advance. 回答1: See the nice person's answer to my other question. Looks like there are two COM interfaces

Execute antivirus program programmatically using delphi

我与影子孤独终老i 提交于 2019-11-30 15:03:21
I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files. how i can execute the antivirus program installed in the client side, when the download finish? UPDATE I need implement something similar to firefox when download a file and then execute the antivirus installed in the machine. thanks in advance. Warren P See the nice person's answer to my other question. Looks like there are two COM interfaces you should be grabbing, one of which is documented here: IAttachmentExecute This interface is part