Re: virus in blob file
From: Riccardo (Riccardo_at_discussions.microsoft.com)
Date: 12/13/04
- Next message: Donald Welker: "RE: Is there a better way"
- Previous message: John Bell: "Re: virus in blob file"
- In reply to: John Bell: "Re: virus in blob file"
- Next in thread: John Bell: "Re: virus in blob file"
- Reply: John Bell: "Re: virus in blob file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 13 Dec 2004 05:41:01 -0800
Dear John,
I'd like to evitate to write in the file system a potetially dangerous file.
1. if i don't use a method to prevent the virus attach by means of uploaded
files, the server is sure, because the virus is stored in the DB, and so it's
not able to attack the system. On the other side, the client that downlaods
an uploaded infected file can be infected. So this solution is sure for the
server, but not for the client.
2. If I uses your solution, I've to write a potentially dangerous file in
the File System. Two problem:
2a. performance
2b. If the virus is newer than the virus definition in the antivirus, I can
write in the file system a dangerous file....
This solution in good for the client, but not enought for the server.
What do you think about?
Thanks,
Riccardo.
"John Bell" wrote:
> Hi
>
> If the are uploaded then they must be materialised on the webserver or
> database server, therefore they can be scanned before importing.
>
> John
>
> "Riccardo" <Riccardo@discussions.microsoft.com> wrote in message
> news:6AC90389-C8CB-4834-B0E0-4AD8BFF57DBD@microsoft.com...
> > Hi!
> >
> > I'm developing a three tired application based on .NET and SQLServer. I
> > use
> > SQL SErver2000 to store files uploaded by user by means of a web based
> > ASP.NET application.
> > How can I prevent the upload of infected files in the DB? Does it exist an
> > antivirus that can scan the files stored in the BLOB files of the DB?
> > Install a virus wall in a proxy is the only one solution for preventing
> > virus upload and download?
> >
> > Thanks,
> > Riccardo
>
>
>
- Next message: Donald Welker: "RE: Is there a better way"
- Previous message: John Bell: "Re: virus in blob file"
- In reply to: John Bell: "Re: virus in blob file"
- Next in thread: John Bell: "Re: virus in blob file"
- Reply: John Bell: "Re: virus in blob file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|