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

Using Sodexo Meal Pass Card in BigBasket.com - How-to

How to Use Sodexo Meal Pass Card in Bigbasket.com Sodexo started to issue Smart Card similar to Credit Card--instead of their usual paper based vouchers. I was using Sodexo vouchers for longtime, but it was a big letdown when I can't get some of my unused vouchers renewed. And so, I was somehow happy with their new Meal Pass Card. But, again, it was a big letdown as I can't use it with BigBasket--where I usually use most of my meal coupon vouchers. SMS message from Sodexo on December 20, 2017 1:18 PM came as a big surprise, as I was waiting for this for longtime: Great News! Pay with your Sodexo Meal Card for food items ordered from Big Basket. Choose Sodexo in the payment section & pay on delivery. And so, this month, I tried to use my Sodexo Meal Pass Card in BigBasket. BigBasket website had not much information; I thought that I have to swipe my Meal Pass Card. Delivery person also didn't have much information; initially he was rejecting my Card! I trie...

Humble Award - Dr. A.N. Sreevatsan

Dr. A.N. Sreevatsan , ENT specialist located in Adyar, Chennai is one of the gems available in medicines. No assistants in his consulting room and he'd take at least 15mins for every patients. So far I have referred many and all are happy with his approach. Every wannabe doctor should visit him personally to understand his approach. I wish him to be more famous than now. Update (2010-11-21) : Added link to Google Map Keywords : Sreevatsan, Srivatsan, ENT, Adyar, Chennai, Hospital, Doctor

Solved: "Ports" Tab Not Visible in VS Code (WSL2)

None of the solutions I found on Reddit or GitHub worked, and most of the related GitHub issues were locked. So I'm documenting this here for future reference. Problem When using WSL2 in Visual Studio Code, the Ports tab—needed to access your application in Windows browsers like Chrome or Edge—doesn't appear. Even the Ports-related options are missing from the Command Palette. Solution After a lot of trial and error, here's what worked: Run npx serve in the VS Code terminal. It will output a URL such as http://localhost:3000/ . Click the link (or use the Follow Link option). This will open the app in your default browser. You may notice that it opens on a different port (for example, http://localhost:64198 ). At this point, the Ports tab becomes available in VS Code. After this initial trigger, the Ports tab seems to remain available in future VS Code...