Intel Enters Anti-Virus Market
Jack writes "ITO holds a story on latest Intel investment: "Intel is branching into anti-virus security with a $16 million investment in Czech anti-virus software vendor Grisoft. Grisoft's AVG anti-virus is used on more than 25 million computers worldwide, according to the company."
Does this mean that they're no longer going to release AVG updates?
I hope there remains a free version of AVG. That's what I install on the few windows machines I maintain for people. It's a lot easier to convince people to run antivirus software when they don't have to pay for it.
Those who can't do, teach. Those who can't teach either, do tech support.
Any clue on why this might be a good strategic move for Intel?
I mean, it seems a bit random in that it's miles away from their 'core competencies' in chip design/manufacturing.
Built in hardware Antivirus? An interesting thought... Actually...even more interesting now that I think about it. It'd be fairly difficult, I imagine, for a virus, if it got in, to disable or cripple a hardware Antivirus as opposed to a software one like Norton or McAfee.
Windows is very much associated with Intel (ie. the term "Wintel" systems, for instance). Each time a virus, worm, etc., damages or destroys a massive number of Windows systems, Intel ends up looking very bad. In general, Intel PCs are known to be susceptible to malicious software, even though that is mainly due to the widespread use of Windows, and not directly related to the Intel chips.
So it greatly benefits them to improve the image of their chips, security-wise. This is something that others should be looking into as well. The PHP developers, while they do not develop hardware, do develop a very similar product. Both an Intel CPU and the PHP interpreter provide an instruction execution environment. As with nearly any such system, abuse is possible. That is why the PHP developers should follow Intel's lead, and create solutions that will help prevent third-party scripts from running amok, and thus tarnishing PHP's reputation.
Cyric Zndovzny at your service.
Just because you run Linux/BSD doesn't mean you don't need an anti-virus! Sure, the risks are minimal, but virii do occur on those platforms!
;)
ClamAV is free, and at all good apt repositories - go install
Intel makes a general purpose CPU, and it works just fine. They shouldn't be responsible for fixing their hardware (thinking of the hardware AV idea) because of software that someone wrote to run on it that has undesirable effects to the end user. Similiarly, the PHP developers shouldn't be bothered to fix the (common?) mistakes made by hobbyists or otherwise.
Microsoft seems to have a good strong competative pattern that they've been doing. I don't know if Intel can compete. Microsoft's pattern is:
1. Create an Operating System
2. Look at what software is successful and making money on that Operating System.
3. Create Microsoft version of same software
4. Integrate said software into the OS and use Windows leverage to force OEM's and manufacturers to bundle preinstalled on most computers.
So far, this has pretty much worked and usually kills whatever piece of software was successful on Windows. I think its about to happen with antivirus software. I dont know if Intel or the other antivirus companies can compete with this. What do you think?
Yep I remember Landesk 6.0 very fondly :-)
That's what makes Symantec Antivirus (and not consumer Norton brand nonsense) so good.
Time to build up another Antivirus and sell it off again for Intel?
Leonid S. Knyshov
Find me on Quora
Was a beacon of hope in the freeware = spyware world. Guess we're gonna kiss that one goodbye too :\
Sigs are for Terrorists.
Why does the industry need to revolve around fixing Microsoft's problems?
snip
They shouldn't be responsible for fixing their hardware (thinking of the hardware AV idea) because of software that someone wrote to run on it that has undesirable effects to the end user.
Why? Cash!
You're right, Intel shouldn't be responsible for fixing Microsoft's problems. I'm certain they don't feel that way. Fixing Microsoft's problems, though, is worth millions of dollars. Assuming Intel is looking to build an anti-virus system at the CPU or chipset level (pure conjecture, but let's just assume), they wouldn't be doing it because they feel a responsibility to do so. Rather, they'd be looking for a competitive advantage over AMD, and another reason for customers to ditch their perfectly good (but three year-old) 2.0 Ghz Pentium 4.
Of course, I'm not even sure how such a hardware anti-virus would work, other than something similar to the NX system on the x86-64 chips. If such a beast does rear its head, though, rest assured that it won't be because someone felt a moral responsibility to fix some Microsoft bugs.
I think it would be quite difficult, from a practical perspective - not to mention a frighteningly massive security hole - for your BIOS was able to access every filesystem on your machine.
I think you'll also find that once the [protected mode] OS has booted, the BIOS is never used again anyway.
> A file is created WITHOUT execution permissions, on *nix platforms. How is the virus going to execute and spread, tell me...
Scripts can be executed without the execute bit.
Besides, the 'virus' (really trojan or worm) author has already exploited one or more holes to get the thing on a system. You really think the lack of an execute bit is going to be an insurmountable obstacle?
The biggest protection *nix has against viruses it's is total unpopularity.