Mobile device security concerns
I'm sitting in Jasons session at TechEd today. He's talking about Windows mobile 6 and the top 10 security concerns about going mobile (and how to overcome them). An interesting session if you're trying to convince your company to use Windows mobile and are being pushed back by management. Here are some of the topics he covered
"We don't want to open incoming ports" (you only need port 443 opened and that's already open if you use OWA). ISA can filter traffic
Stopping untrusted devices from accessing Exchange: Use certificate based authentication (Exchange 2003) or Device ID blocking (Exchange 2007)
implementing 2 factor authentication: several ways to do this including certificate and device PIN
Using ISA server: it's recommended - not required. it can however, pre authenticate traffic before your Exchange server
Caching passwords on the device: Use certificate based authentication
Blocking attachments to mobile devices
On-device encryption: your data is protected by PIN and remote wipe. Storage cards are encrypted (not the device). if you do need device encryption, use a 3rd party solution
What is wiped when you remote wipe a windows mobile device (it's a hard reset by the way). If you're using Exchange 2007 there is storage card encryption (AES 128 bit). The key is stored on the device so the wipe removes the key and formats the device
Antivirus support - it's all about user education. There is application installation and execution security, there's also a 2 tier model to prevent any installations of malicious code and trojans with code signing, and there's also built in support for anti virus solutions
Denial of service attacks (connection timeouts stop these). Account lockouts may be an issue, but RADIUS can deal with these...
Useful tips for you to convince the bosses that windows mobile is ok...