Best offers
|
Windows 7 Home Premium Upgrade from... | $79.99 STAPLES More info |
|
Office 2007 Home and Student (Full... | $105.73 Royaldiscount.com More info |
|
Windows Anytime Upgrade Windows 7... | $139.99 STAPLES More info |
|
Windows 7 Professional (Upgrade) | $89.99 STAPLES More info |
|
Office 2007 Professional (Academic) | $127.89 Royaldiscount.com More info |
Benchmarking Windows 7: Harder, Better, Faster, Stronger?
Often hailed as the solution to Windows Vista performance problems, we wanted to know just how much better Windows 7 really is. We put one of our most recent test platforms through its paces to find out, benchmarking raw performance and responsiveness. Read More
-
Tom's Definitive Linux Software Roundup: Communications Apps
This is the second part of our Linux Software Roundup. Part one covered Internet Apps. Today we'll be looking at Communications Apps. This includes personal information managers, email clients, instant messengers, VoIP software, and IRC clients. Read More
-
How To: Windows XP Mode In...Ubuntu Linux?
Windows 7's XP Mode has already convinced many users who sat out for Vista to go out and upgrade. But will they buy the right version of Windows 7 to get XPM? You do know you can get the same XP functionality from a Linux distribution for free, right? Read More
- what breaks with snow leopard
- personal antivirus malware
- malware snow leopard
- snow leopard first impressions
- speed up snow leopard
- malware blocker
- snow leopard compatible antivirus
- snow leopard operating system
- how to run anti malware snow leopard
- snow leopard install issues
- intel pc install snow leopard
- some video files dont play on snow leopard
- osx snow
- is snow leopard secure
- what is a good home antivirus and malware
Partners
The Games selection
adventure :
Scoobydoo: Episode 2
The sequel of Scooby and Sammy's adventures. Same principle as in the previous episode (available on this website). Click on "Instructions" to see...
|
crazy :
Xiao Xiao 7
A great fight scene from the animation movies Xiao Xiao.
|
Sponsored links
Apple Adds Malware Blocker to Snow Leopard
Next news- Email |
- Print |
- Comments (35) |
- Share
Word on the street is Apple has added malware protection to Snow Leopard.
A lot of Apple fans boast about how their computer might be expensive, but at least they don't have to bother with any antivirus or malware protection. However, it seems those days are over as Apple has added malware protection to the latest version of its OS, OSX 10.6 or Snow Leopard.
First reported by Intego, the Register reports that the protection was quietly added earlier this month to build 10A432, which is the most recent build of Snow Leopard. However, the Reg goes on to cite a source that said the functionality was included in 10A421a, a much earlier build.
The feature is said to warn users if they try to install applications known to be malicious. However, according to the Register's anonymous source, it's quite limited; for one, it's only checking for two known Mac trojans, and two, it only flags those files if they were downloaded from the internet using Entourage, iChat, Safari, and a handful of other applications.

It might not be much, but it's definitely a step away from the belief that Mac users don't have to worry about viruses.
Image Credit: Intego
Source : Tom's Hardware US
Sponsored links
Related articles
-
Alan: That’s a great point. I recently submitted a request to Apple to allow selective file sharing policy on my notebook. Its fine to have file sharing enabled when I’m at home, but when I’m at a coffee shop or other public access point, I hate having to manually disable file sharing. Dino: I really like Apple’s Network Locations feature for network configuration and I would also like it if I could associate my network security settings with it also. Windows Vista actually has a good system for this by letting the user identify networks they connect to as “Public,” “Private,” or “Work.” Alan: Earlier this year, Steve Balmer talked about Microsoft's investigation of Webkit and ultimate decision to stick with Trident. Web developers would love to have more consistent rendering engines, but from a security standpoint, does it make sense to standardize around one set of code? That is, last year's MacOS exploit and the iPhone exploit were both breaches in the same underlying Javascript code. Since IE8, Firefox, Chrome, and Safari use different Javascript engines, a single exploit wouldn't be able to target all of them. Or, do you think standardization is better because you can collectively pool your resources to develop more secure code? Dino: While standardization helps create a more secure single standard, it means that any breach of it will be highly applicable to Internet systems. I believe that more diversity in computer systems helps strengthen the ecosystem against attack. Having many diverse targets decreases the profitability of malware and once it ceases being profitable, there will be much less of it. Alan: If you had to make a recommendation: Mac, PC, or Linux? Or do you find them to be equally (in)secure? Dino: For most consumers and home users, I recommend a Mac because they are currently targeted less by Web malware. They also tend to be easier to use so I get less tech support calls. If a user is slightly more technical and/or adventurous, I recommend that they give Ubuntu Linux a try. I recommend Windows Vista for businesses because it is a more secure operating system and better suited towards management in the enterprise. Alan: Any reason for Ubuntu specifically (full disclosure: I run Fedora on my Linux workstations)? Dino: I have found Ubuntu to be more user-friendly and I personally prefer Debian-based Linux distributions to the others. But I don’t want to start any religious wars here. Alan: For our Windows-based PC users, what are some tips for running a "secure" PC? What about our Mac users? Linux users? Dino: PC users should move to Vista or Windows 7 as soon as possible to make use of their security features. Mac users should do the same with Snow Leopard. Linux users are already pretty well served by the leading desktop distributions, so they shouldn't need to take many additional precautions. For all of these operating systems, the National Security Agency (NSA) Systems and Network Attack Center (SNAC) freely publishes in-depth secure configuration guides that can be followed to further harden your operating system environment. (Ed.: the NSA’s guidelines can be found here)
-
Alan: When the NX bit was first introduced, it was supposed to dramatically reduce the amount of malware. Suppose the Alan Dang Web browser had a bug in the code that parses the URL. If I had a Web address that was too long, it’ll end up copying that data into the memory that’s beyond the space allocated for data. The machine will execute that code and now it’s compromised. My understanding is that the NX bit prevents that from happening. But it seems as if the developers of malware simply transitioned to other methods of exploiting a system. Nowadays, the buzzwords are 64-bit ASLR, code signing for kernel extensions, or sandboxing? How much of this will help? Charlie: The NX bit is very powerful.When used properly, it ensures that user-supplied code cannot be executed in the process during exploitation. Researchers (and hackers) have struggled with ways around this protection. ASLR is also very tough to defeat. This is the way the process randomizes the location of code in a process. Between these two hurdles, no one knows how to execute arbitrary code in Firefox or IE 8 in Vista right now. For the record, Leopard has neither of these features, at least implemented effectively. In the exploit I won Pwn2Own with, I knew right where my shellcode was located and I knew it would execute on the heap for me. Alan: And just so that our readers know, ASLR is implemented in Windows Vista (but not XP) and Vista SP1 is required for the full ASLR. Leopard had some binaries placed randomly, but Snow Leopard is rumored to introduce full ASLR. On Linux, kernel 2.6.12 has a weak form of ASLR like Leopard does, but PaX and ExecShield will implement Windows Vista-like ASLR. I know you can't talk about this year's Mac exploit, but let's talk about last year's Safari flaw. To win, you were able to remotely execute code on the MacBook Air. I would imagine that a malicious hacker would have then directly installed malware without triggering the confirmation for root access, etc? Charlie: In neither case did I get root/admin access. That would have required additional vulnerabilities. However, just running as the user is still very bad. I could have still watched keystrokes as you went to an online bank, read your calendar and address book, sent emails, etc. In real life, one or all of these things would have occurred. Alan: In hindsight, was there anything that could have been done on the user end? That is, if you had outgoing firewalls, anti-spyware/anti-malware software, weren't logged in as a root user, would that have done anything to limit the extent of the breach? Charlie: None of those protections would have probably worked, or at least there were potential workarounds. The best thing the user could have done is not click on the malicious link. Of course, in some cases such as a man-in-the-middle attack, even this wouldn't have helped.
-
Today’s Apple PCs work well with Windows PCs. Samba networking is built-in, allowing you to share files with Windows PCs. The aftermarket combo of MacFUSE and NTFS-3G also brings read and write access to NTFS drives (although there is no way to chkdsk an NTFS formatted drive in OS X). One of the strengths of Linux and Windows over OS X is the wide variety of software that’s available. What makes the Apple sandbox so viable is that the internal set of software is robust enough to stand on its own. A lot has been said about the iLife suite, but one great example of Apple software is Time Machine. Time Machine brings EMC/Dantz Retrospect-like functionality for single-user PCs. All you have to do is specify where you want your backups stored. With the current version of OS X, you can specify an external HFS+ formatted drive or an AFS shared store. If you’re using an AFS shared store, Time Machine will store the file in a single file (“sparsebundle”). If you’re using a local external drive, Time Machine will store the files individually. For the initial backup, Time Machine makes a complete duplicate of your computer ignoring caches and temporary files. After the initial backup, Time Machine makes incremental backups updating only the changed files. Time Machine saves the hourly backups for a 24 hour period, daily backups for the past month, and weekly backups for everything older than a month. This allows you to recover from a complete failure of your hard drive with, at worst, a one hour backup. More important, this protects users from user error. If I accidentally hit save instead of save as… and overwrite an important original file, it will be possible to skip back and restore a file from a specific point in time. What’s nice about Time Machine is that it works well and encourages regular users to regularly backup their data. The integration into the operating system is seamless and it feels like a built-in-feature as opposed to “bundled 3rd party software.” In the current version of OS X, no compression is used. Snow Leopard (OS X 10.6) will be adding HFS+ compression capabilities that will increase the number of files that can be stored. NTFS has had compression for ages.








And I thought Mac's get NO virus and have NO bugs...
Don't think Apple ever claimed that they got now virus and no bugs. They instead say windows has LOTS of malware/virus to deal with.
Don't think Apple ever claimed that they got now virus and no bugs. They instead say windows has LOTS of malware/virus to deal with.
And if OSX had 90%+ of the global desktop marketshare, Microsoft could say the exact same thing.
Certainly far far fewer of them target Macs. But on the other hand, in 30 years I've never had a virus on any of my own systems, Apple or otherwise, unless it was a virtual machine that I intentionally infected in order to write removal tools for clients. Authors of malware would fail miserably but for the users who aid proliferation.
And if OSX had 90%+ of the global desktop marketshare, Microsoft could say the exact same thing.
Exactly.
A "great " app indeed; guys at Apple are either irresponsible or too cocky to come up with such a limited product when it comes to malware protection. That's why I would never use a Mac to deal with any of my personal data...
Certainly far far fewer of them target Macs. But on the other hand, in 30 years I've never had a virus on any of my own systems, Apple or otherwise, unless it was a virtual machine that I intentionally infected in order to write removal tools for clients. Authors of malware would fail miserably but for the users who aid proliferation.
Target windows with 90% of all computer users being potential victims?
OR
Target Macs with 4% (guess) of all computer users being potential victims?
If i were spending the time to code a virus i would certainly make it for Windows...
Apple will keep boasting until some virus authors start to take it as a challenge.
First Apple tells its customers they don't need such software. Then they release their own software, tied into their OS. How is this not antitrust? Man, I'm starting to sound like a broken record, but come on, won't someone bring Apple to justice?
That said, this just sounds like "Malicious Software Removal Tool Mac Edition" to me.
First Apple tells its customers they don't need such software. Then they release their own software, tied into their OS. How is this not antitrust? Man, I'm starting to sound like a broken record, but come on, won't someone bring Apple to justice?That said, this just sounds like "Malicious Software Removal Tool Mac Edition" to me.
False adv, maybe... anti-trust?... na... OSX or MAC's market share is not even over 50% if not 15%...
By the way, they were kind of right on what they said... because instead of having users install the software... they quitely add the software in the OS (though the power of the software appears to be kind of limited)...lol
Tmike your full of crap. There is no way in hell you have gone 30 years useing a pc on the internet and never got a virus. BS. Now if you want to say you have never got a virus that caused serious damage to your PC then i might believe you, otherwise i'm calling you a out right lier. Antivirus programs if used proper can catch most viruses but 30 years useing innternet without a virus, give me a break.
Last I heard Apple had actually said that their users should run 2 anti-virus's to be safe.
Welcome to the club.
At least Mac users don't have to feed AV companies? I don't know, I run antivirus software in all my computers, Windows or not, it's there just in case. There's no OS that's safe from virus.
Everytime I see the dmg extension I think "Damage".
Somewhere someone is taking this as a challenge.
I think Symantec should sue them, as did the EU with the browser thing.
hahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahahhahahah
I wasn't one who said macs are immune to such attacks. While there are security improvements they got from the bsd derived base, its no means bulletproof. That said, I think whether your os is riddled with malware or not there should at least be some level of protection bundled. Microsoft has released a product awhile back and now so has Apple. I'm a belt and suspenders kinda guy, so I think security should have 2 levels and obscurity isn't one of them.
Now, I think its time for consumer linux distros to start considering bundling similiar software in their iso's.
lifelesspoet: Linux doesn't need anti-malware, not because of limited market share, but by design. Windows and to a lesser extent, OSX, pretty much sell you a house with no doors, and expect you to hire security guards(antivirus and firewall) to examine everything coming in and out. Linux sells you a house with doors that lock, it pretty much cock-blocks any opportunity to execute code remotely. Combined with large package repositories with trusted open-source software, there's no reason to go to shady freeware sites to download applications. Closed-source is the enemy here, not market share.
It's one thing when you integrate an unintrusive virus-prevention safeguard into an OS. But I have to question it's effectiveness if it only works on files downloaded through certain programs, and only checks for two known threats.
It's another when it's an add-on program that requires a subscription and isn't natively part of the OS that runs in the background sucking up resources while overreacting to every little thing that changes. (I realize there are good free options available, but the average consumer wouldn't know about them.)
The first step to recovery is admitting you have a problem...
Guys, when it comes to make money there is no customer. Apple and Microsoft are out to make money. If Apple has to say that their advantage is a more secure system over PCs they will. If they have to say that their hardware (I've heard that from some confused Mac Lusers) is superior, their OS is better to get there they will. Once they get up there there will be no difference to Microsfot and then some other company maybe Brocolli will rise and we start the cycle again. I really wish Apple's market share increases.
Apple will keep boasting until some virus authors start to take it as a challenge.
+1. Kind of reminds me of this:
http://www.insidetech.com/news/art [...] -in-return
The hackers (technically crackers) are a pretty close knit group.
PC's and Mac's i've never run virus scanners, they slow down your computer and cost money, i just browse in firefox with adblock plus to get rid of all the crap on pages, and i don't go surfing on malwaregotme.com or press OK to random popups'. Virus scanners can't always get everything out, and your system usualy crawls along afterwards if you try to "fix it" .... just keep an up to date image of your system on a DL DVD RW and flash it if you run into trouble, this applies to mac and pc and usualy entails way less work and time then active malware and virus protection.
Most MAC users would probably just scoff at this, point their nose higher, and tell it to open anyway in lieu of their immunity to such things.
There's no malware for macs. At least, that's what Apple says.
No matter how you spin it; this is Apple ADMITTING that they are vulnerable. All of us in the business already knew this and OWN2PWN has already proved it. Now I wonder if they will pull the commercial that IMPLIES MACs dont get viruses.
It always amuses me how defensive you guys get whenever there is a mac piece. You actually care that Apple is a popular company, makes money, makes software many people enjoy using, and makes hardware many people like and most other manufacturers try to copy. It bothers you! You guys are so funny...
I bet somebody somewhere is going to think Apple is challenging them. Somebody will accept the challenge.
It always amuses me how defensive you guys get whenever there is a mac piece. You actually care that Apple is a popular company, makes money, makes software many people enjoy using, and makes hardware many people like and most other manufacturers try to copy. It bothers you! You guys are so funny...
What bothers me is that this company has build a brand on lies, but mindless ad zombies just devour their false adds and shiny products. But most of all I hate Apple users, just like I hate Raiders fans. Neither can STFU about either.
It was on Apples website for years that users should use at least two anti-virus's, until some journalist made a huge seen of it a year or so ago so they took it off.
Apple never said macs can't get viruses, they said that they don't get viruses, which it completely true