Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 10th, 2005, 07:54 PM
Friend of Wrox
 
Join Date: Apr 2004
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do sites like Yahoo scan email attachments?

Hi All,

What do sites like Yahoo and Hotmail use to scan attachments for viruses? I need something like that on one of my clients' sites.

Aaron

 
Old May 10th, 2005, 08:46 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

I believe Yahoo uses Symantec and Hotmail uses Trend Micro.
 
Old May 11th, 2005, 12:46 AM
Friend of Wrox
 
Join Date: Apr 2004
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Do those programs expose APIs that can be accessed progametically, e.g. in an ASP.NET upload handler or ISAPI filter?

Aaron

 
Old May 11th, 2005, 08:42 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

I don't know. You may have to contact the companies and ask them.
 
Old May 11th, 2005, 09:19 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

If your web server is set up with the virus scan software such that any file write activity gets scanned then any file written to the server disk by the upload code would get scanned. So I guess as long as you have a virusscanning package installed you can say that your attachments are "Scanned by xxx".

-Peter
 
Old May 11th, 2005, 09:29 AM
Friend of Wrox
 
Join Date: Apr 2004
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Thanks for the responses.

Yahoo and Hotmail's scanners tell you immediately if your upload is clean or infected, so I figure their web app must be able to communicate directly with the virus scanning software. There is this thing out there called the Virus Scanning API developed by Microsoft for Exchange servers. I'm not sure if it can be used on a web server, and I don't know whose antivirus actually complies with it. Anyone know anything about this?

Aaron

 
Old May 25th, 2005, 06:54 AM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi All,
We could scan the files during upload by using command line EXE's.
McAfee is providing this s/w. We could call this exe from ASP.NET / VB.
But, I 'm not sure this would feasible solution.

Any alternate for this?

Thanks,
PS








Similar Threads
Thread Thread Starter Forum Replies Last Post
Regarding email to yahoo account harshaghanta ASP.NET 2.0 Professional 0 June 1st, 2006 12:15 AM
yahoo email viewer yurib Classic ASP Professional 0 November 16th, 2003 04:19 PM
scan attachments from inbox sv_shali PHP How-To 3 October 25th, 2003 12:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.