Skip to main content

SocialAV (Social Antivirus), site to create antivirus

About 5-years ago, I was asked to evaluate Norton and McAfee antiviruses for a purchase decision for the company. I've noted that Norton was quite slow and memory hog and both of them were somewhat in lag to push new detections. At that time, I have suggested Trend Micro and I was happy for about 1-year. Again, I have noted that Trend Micro wasn't pushing signatures in good speed. At that time, I was thinking about crowd power and my crowd power idea was substantiated when a malware attacked company's network through Yahoo! Messenger (which would send crazy automated messages through Yahoo! messenger and would get spread when the link is been clicked). Most of the antiviruses couldn't detect it; but we could able to find the solution over some random forums through Google.

If the people who can supply solutions could come under one roof, it will be a great power and after much of thoughts and iterations SocialAV was born. It was somewhat ready months before and the team could be able to launch of late only, due to other priorities. I strongly believe that with some marketing power, it could become a big thing in couple of years.

The important feature to note is that when added virus database and removal instructions properly, it can auto generate quick patch (aka, antivirus) in Windows Registry Format (REG file), Batch script (bat file) and VBScript file (VBS file)--which would be a time saver when used with care.

Comments

Popular posts from this blog

Converting PSD with PHP/ImageMagick

After seeing feature rich options in Imagick PECL extension at Mikko Koppanen 's (the author) website and also impressed with ImageMagick 's features, I have decided to use it for the PSD to XHTML conversion website that I'm architecting and managing. Since, the team wants programming help for converting PSD images, I have tried it (documentation is sparse on PSD handling) Converting PSD to PNG/JPEG/etc Note that, flattenImages() is needed for layered/multi-page PSD file. <?php $im = new Imagick('test.psd'); $im->flattenImages(); $im->setImageFormat('png'); $im->writeImage('test.png'); ?> Extracting PSD layers One by one <?php $im = new Imagick('test.psd'); $im->setImageFormat('png'); for ($i = 0, $num_layers = $im->getNumberImages(); $i $im->setImageIndex($i); $im->writeImage('layer' . $i . '.png'); } ?> Note that, there is a better version below In a single call with writeIm...

Top Indian web startups

Disclaimer: This list contains some of our team's projects Sites that are useful and usable erail.in - created by a single person and serves useful to quickly find availability in Indian trains ClearTrip - seems to be inspired by many other sites like Vayama , but able to get better UI RediffMail - speed is the big boost Myntra - good idea, but poor UI redBus - good idea, but poor UI and execution Sites from The Times Group are also of good idea, but poorly executed/architected. They clearly try and target the web startup "gap" Sites that are innovative (world's first/never seen before kind) SocialAV - World's first and only antivirus building community (by our team) CSSilize - World's first and only project management tool for slicing works (by our team) jobreapr - World's first and only fixed price job search engine (by our team)