Real-time threat finder

Posted by Rohit on Super User See other posts from Super User or by Rohit
Published on 2010-01-11T11:52:24Z Indexed on 2010/03/14 14:05 UTC
Read the original article Hit count: 249

I want to make a small program that is capable to download files from the cloud onto my system. As the file reaches my system, another program on my system will analyze the file and try to find suspicious behaviors in it.

I want to make a system similar to ThreatExpert (www.threatexpert.com). The suspicious data gathered by my program will be sent to Anti-Virus companies for analysis.

I want to know whether this program can be written in .NET or as a PHP website. I have no experience of Cloud computing. How to retrieve files from the cloud?

© Super User or respective owner

Related posts about cloud-computing

Related posts about real-time