| ||||
| Blackberry 7 is the most secure Mobile OS Trend Micro claims Blackberry 7 is the most secure mobile operating system. See front page: http://www.aoaforums.com/frontpage/s...mobile-os.html Comments? |
| |||
| It's a bit more than just BlackBerry 7 is the most secure mobile operating system for Enterprise use. It's more like BlackBerry 7 trounces the competition for Enterprise use! The review covered a wide range of factors including built-in security, application security, authentication, device wipe, device firewall, and virtualization. The final scores (out of 5) were:
The report can be found here: HERE, and was written by authors from Trend Micro, Altimeter Group and Bloor Research.
__________________ Last edited by Aedan; 16th April, 2012 at 05:07 AM. |
| ||||
| I hope its a lot more secure than its previous releases. At my last job, we were running Blackberry Enterprise on one of the servers and the Symantec Endpoint Protection found many infected files where the enterprise directories were. So employees were getting spam with infected attachments and those would be routed through the server to the Exchange. The server never got infected to my knowledge, but at least Symantec found them in the daily scans.
__________________ Booman Mint 14 32-bit Wine 1.5.25 (very stable) PlayOnLinux 4.2.1 Linux Tutorials: PC Games Linux Beginners Tips Linux Games List Mack Truck Dungeon Of Fire Spray Booth Tutorial |
| |||
| In a properly set up BES (BlackBerry Enterprise Server), that should never happen. If BlackBerry users were getting spam with infected attachments, how did they get through the email gateway to make it onto BES in the first place? BES is designed to integrate with existing Exchange or Notes servers, so they receive a feed of what's already on the server!
__________________ |
| ||||
| BlackBerry OS != BlackBerry Enterprise Server ![]() Just for amusement: Quote:
Blackberry (phone, not PDA) first appeared in 2003, the iPhone in 2007, Android in 2008, so we get the following scores in Trend Micro points per year:
... so it could be argued that feature completeness for business (which is what this was really testing) is a simple function of time and that you'll get the best enterprise smartphone OS by going for the oldest one.
__________________ It is by coffee alone I set my mind in motion... |
| ||||
| Quote:
For some reason I assumed the emails would go through Blackberry Enterprise first, then routed to the Exchange.
__________________ Booman Mint 14 32-bit Wine 1.5.25 (very stable) PlayOnLinux 4.2.1 Linux Tutorials: PC Games Linux Beginners Tips Linux Games List Mack Truck Dungeon Of Fire Spray Booth Tutorial |
| |||
| Quote:
__________________ |
| |||
| There's a whole bunch of stuff that BES does - it is designed to integrate with existing email servers (Exchange or Notes), as well as provide data connectivity to the handheld. The MDS data connection that BES provides allows the enterprise to pull things like web browsing in house, so that the normal AV/appropriateness checks can be performed, as well as providing a method for providing access to internal web sites. All encrypted of course!
__________________ |
| ||||
| Quote:
Trend Points/year is a useless metric: the coincidence of numbers was amusing, however: Nowhere in the report are testing methodology and scoring criteria defined. On what basis is a score awarded? How can these results be verified? Without that definition, the Trend scores are no more meaningful than Trend point/year on market! Android v2.3 was used based on number of handsets in circulation. By that logic, BBOSv6 and WinMob 6.1 should've been tested. Equal weighting was given to all tests, which made remote administration disproportionately important and allowed double-counting of scores for application security. The thread title states that BBOS is the most secure, but both iOS and WinPho did better in those parts of the test. Of course, the report was actually looking at enterprise-readiness and I don't disagree with the conclusion despite my criticisms of the method and statistics.
__________________ It is by coffee alone I set my mind in motion... |
| |||
| Well, the title of the report was "Enterprise Readiness of Consumer Mobile Platforms". I note they don't cover two factor authentication for devices - I know that BlackBerry devices handle smartcard authentication for example. I'm also not sure why BlackBerry scored "1.5" on jailbreaking/rooting protection - as far as I'm aware, no-one's "rooted" BlackBerry OS 7 (or 6). In the same vein to your complaint, is it fair to score BlackBerry badly because it doesn't support ActiveSync policies, but provides something better. Perhaps a better report to read would be Context Information Security's Smartphone White Paper, although it's a bit out of date now.
__________________ |
| ||||
| Since this thread has a bit of security in it I thought it would be fun to see a bit of AliG and have a good laugh...or not! ALI G "security" - YouTube |
| ||||
| Quote:
So overall Trend reached the same conclusion, that a designed-for-business device is going to work better for companies than consumer devices with added enterprise features, just that the method and scoring they use is full of holes. I'd be interested to know how many of the weaknesses in Android 2.0 are still present in v4.0...
__________________ It is by coffee alone I set my mind in motion... |
| |||
| Thanks for the compliment! ![]() As far as Android goes, I have no idea. I'm not too likely to have any time to dig into Android 4.0. Although, as always, any kernel exploit will break the entire security model of the device. Android also supports the concept that a developer can grant their applications the same user ID at the file system level, so that the apps can gain access to each other's data. However, as the user ID also identifies the permissions, it means the effective permissions of an application can be more than you expected. The upshot of this is that one manufacturer runs all their apps with the same user ID. One of the apps (the web browser) requires privileges to access the network. Another app requires privileges to install software. Ultimately, this means the effective permission set for the web browser includes permissions to install other applications, opening it up to drive-by malware! So, whilst at one level, you'd hope that Android is secure, manufacturers can also put a serious dent in the security of the device without much effort. Features like ALSR make breaking things more difficult, but return-orientated programming (ROP) make it possible to effectively bypass ALSR by building a set of stack frames that knit together existing parts of code to do your bidding, rather than directly writing the code yourself. ALSR on Android 4 looks like it does randomise libc and other shared libraries, but not linker mappings, heap or executable code - making ROP style attacks much much easier. 4.0.3 is supposed to randomise the heap too, but the rest has to wait for a future release of Android. (See A look at ASLR in Android Ice Cream Sandwich 4.0 - Blog Duo Security - Two-Factor Authentication Done Right ) Full device encryption is always an interesting one. If you fully encrypt a device, you can't start to boot it without entering the password/PIN. If the device can get itself up and running without the password/PIN, then either the password/PIN isn't required to decrypt (and hence an attacker can decrypt) or it's not fully encrypted. iOS did do full device encryption, but didn't require the password/PIN to decrypt, and hence was open to the uploading of a new kernel via DFU that would permit the device to be fully decrypted without needing any password. I hope that Apple have fixed this, but I haven't verified it. Android 3 encrypted the /data filesystem (see here for details). However the filesystem is decrypted on the fly after the first entry of the password, so root access to the device equals game over for encryption.
__________________ Last edited by Aedan; 11th May, 2012 at 04:14 AM. Reason: crypto stuff & ASLR |
| ||||
| I'm still reading through the references and a few bits and pieces I don't fully understand, however: Quote:
An app I knocked together with no special permissions can nonetheless access the device name and state, take a picture and access the internet by simply starting the intents of applications that have those permissions and haven't imposed any per-activity restrictions.
__________________ It is by coffee alone I set my mind in motion... Last edited by Kaitain; 11th May, 2012 at 10:07 AM. Reason: As marked |
| ||||
| Quote:
__________________ Taking each day as it comes Grow, learn and OVERCLOCK. Need help?? Ask me. Your Mommy!! (Aug/02) Welcome to the fold. Buy it, Sell it, or Trade it in the AoA classifieds!! |
| |||
| Quote:
However, one manufacturer (HTC) has already set up their devices with a number of the manufacturer's apps running as the same user ID, which of course, mean they inherit the superset of permissions. HTC had also set up the web browser so that it could install FlashLitePlayer. To do this required the browser to have the INSTALL_PACKAGES permission, which means it can install apps silently. This was Android 2.1, but I've no idea where they are now. The choices a manufacturer makes can significantly impact the security of the device far beyond what you might have expected.
__________________ Last edited by Aedan; 11th May, 2012 at 10:24 AM. |
| ||||
| I like my HTC |
| ||||
| Hehe you prolly mean the HTC HD2 but I only have the modest Desire. Me like the android devil. |
![]() |
| Tags |
| blackberry , phone security , rim , trend micro |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Rate This Thread | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Technology Offers Secure Electronic Payment Via Mobile Phones | Daniel ~ | Data Security | 1 | 15th February, 2010 07:40 AM |
| The New Secure Operating System | Daniel ~ | OS, Software, Firmware, and BIOS | 4 | 8th December, 2008 02:05 PM |
| SSL (secure socket layer/secure server) Question | Nix | Random Nonsense! | 2 | 17th November, 2001 11:58 PM |