10 security problems you might not realize you have

IT administrators are often so busy just trying to keep up with the obvious security threats that many more problems fly under the radar. Here are 10 security risks you may have in your organization that you are not aware of.

1: Your employees

Your own employees are your biggest source of security risks. Sometimes, it is deliberate; sometimes, it is not. Employees have the most access and the most time. We expend a lot of effort worrying about external threats, but in all honesty, all it takes is an employee bringing in a virus from a home PC on a USB drive to nullify all your forward-facing firewalls and measures. Disgruntled employees sometimes express their anger by hurting your computer systems. And of course, it is possible for a well-meaning employee to make a major mistake. Good governance, education, setting (and enforcing) policies, and knowing your employees are your best steps to closing the holes here.

2: Common coding mistakes

Certain mistakes in programming still get made despite years of warnings and education. Most common are SQL injection and cross-site scripting vulnerabilities. I still see these issues from time to time even in major software packages that you would think are trustworthy (WordPress is a good example). It’s hard to change software once you’ve installed it, so you need to keep these packages up to date even though it is quite a hassle.

3: Unauthorized machines

I’ve seen this one too many times. Someone decides to bring in an old PC and put it on the network to do something your existing infrastructure doesn’t allow them to do. They think that they are being helpful, working around the limitations of the IT department. After all, if IT won’t build a Web site for their group, it’s just “doing them a favor” to set up an old PC in the corner with a Web server on it, right? Wrong. The best way I’ve found to keep these rogue machines in line is with rigorous IP address audits and policies and scanning the network to create a list of machines. If machines can’t get IP addresses, they can’t do much harm.

4: Ancient “rock solid” servers

We all have them — that server buried deep in the data room that “just won’t quit.” Usually, it’s running some software package that is impossible to migrate to another machine. Sadly, these machines are often major security risks because they typically are no longer getting patches or we fail to patch them out of fear of breaking them. In addition, those older versions of operating systems often come with inherent security holes that no patching can fix. You need to replace these servers one way or the other. The best first step is to virtualize them. From there, it is a lot easier to try to update them.

5: Legacy applications

It’s not just the old servers that are big security risks; it is also the applications running on them, as well as other legacy applications you may have running. These applications would be a lot less problematic if they were current with their patches, but usually they aren’t. All too often, we miss a major version update because the upgrade is so difficult, and then we’re so far behind the ball that it’s impossible to catch up. Or perhaps the applications are completely discontinued. It’s painful to say it, but the best thing you can do is find a migration path to a recent version or another package entirely.

6: Local admins

We all know the dangers of allowing users to run with escalated privileges. Still, we occasionally end up with users being granted local admin rights inappropriately. In my experience, this often happens while troubleshooting a problem: We make the user a local admin to see if it fixes a problem and we forget to undo it. Regardless of how it occurs, it is a ticking time bomb for security. Use your central administration tools to make sure that the local admin list gets reset on a regular basis to the proper users and groups.

7: Incorrect share/file permissions

File permissions are tricky things, and most users are not even aware of how to set them. So what happens? Users create sensitive files in their usual networked location and those files get the default permissions, which are “collaboration friendly” to say the least. The next thing you know, everyone can read the documents, which are supposed to be confidential. Your best weapon is to pre- establish a share and file structure with the correct permissions. For example, give everyone a home directory for personal documents and create shares or directories around roles, projects, and teams with the appropriate permissions. The hard part is then educating them to use the correct locations — but that is much easier than trying to teach them permissions.

8: Hidden servers within applications

I have seen more and more applications lately that use a local Web server as an administration console. Sometimes, these applications are installed by users without permission. But occasionally, the IT department just does not realize what comes with an application. While these servers can be locked down so that they are not a risk (and with luck, they get installed like that), you need to verify that the applications are secured properly before allowing them to be installed on users’ machines.

9: VPN clients

Some users figure out how to set up VPN access on their personal machines. For a power user, it isn’t too hard to do. But you have no control over that machine, and once it is on the VPN, problems with the unauthorized machine can easily spill over onto the VPN. One thing you can do is audit the VPN systems to see who is connecting from what PCs and compare it to your list of authorized systems. Also, you can put additional firewalls around VPN clients to quarantine them. Finally, there are various systems to ensure that the clients connecting are on a preapproved list.

10: Disabled security software

Security software often puts up roadblocks to getting work done, so the “logical response” from many users is to find a way to work around it. For example, I’ve seen people set up anonymizers at home to sidestep IT policies. Power users (especially developers and system administrators) often know how to circumvent security tools. They may also be local administrators because of a technical need, which makes disabling software and changing settings even easier.

Combatting this is tough because these users often assume that they are “too smart” to be a security risk. What they fail to realize is that the modern crop of security threats do not require the user to make a mistake, like going to an obviously suspect Web site or downloading pirated software. Every Acrobat file, for example, is a potential plague rat at this point. Start looking for unusual trends, like large amounts of consistent traffic to an IP address and use centralized tools to ensure that settings are at the right levels and are reset periodically. Also, take any unnecessary local administration rights and firewall entire groups onto their own network segment to limit damage if those groups have a legitimate need for lower security.

Original article by Justin James for Tech Republic

Posted in security | Leave a comment

Create Strong Passwords

Strong passwords are important protections to help you have safer online transactions.

Keys to password strength: length and complexity

An ideal password is long and has letters, punctuation, symbols, and numbers.

• Whenever possible, use eight characters or more.
• Don’t use the same password for everything. Cybercriminals steal passwords on websites with very little security, and then they try to use that same password and user name in more secure environments, such as banking websites.
• Change your passwords often. Set an automatic reminder for yourself to change your passwords on your email, banking, and credit card websites about every three months.
• The greater the variety of characters in your password, the better. However, password hacking software automatically checks for common letter-to-symbol conversions, such as changing “and” to “&” or “to” to “2.”
• Use the entire keyboard, not just the letters and characters you use or see most often.

Create a strong password you can remember

There are many ways to create a long, complex password.

Here are some suggestions that might help you remember it easily:

What to do – Example

Start with a sentence or two – Complex passwords are safer
Remove the spaces between the words in the sentence – Complexpasswordsaresafer
Turn words into shorthand or intentionally misspell a word – ComplekspasswordsRsafer
Add length with numbers. Put numbers that are meaningful to you after the sentence – ComplekspasswordsRsafer2011

Test your password with a password checker

A password checker evaluates your password’s strength automatically. Try Microsoft’s secure password checker.

Protect your passwords from prying eyes

The easiest way to “remember” passwords is to write them down. It is okay to write passwords down, but keep the written passwords in a secure place.

Common password pitfalls to avoid

Cyber criminals use sophisticated tools that can rapidly decipher passwords.

Avoid creating passwords that use:

• Dictionary words in any language.
• Words spelled backwards, common misspellings, and abbreviations.
• Sequences or repeated characters. Examples: 12345678, 222222, abcdefg, or adjacent letters on your keyboard (qwerty).
• Personal information. Your name, birthday, driver’s license, passport number, or similar information.

This article can be found in Microsoft’s Safety & Security Centre by clicking on the link below:

Change Passwords | Create Strong Passwords

Posted in security | Leave a comment

Apple announces iCloud

Apple yesterday announced that iCloud — a breakthrough set of free cloud services that includes iTunes in the Cloud, Photo Stream, and Documents in the Cloud — will be available on October 12.

iCloud stores your music, photos, apps, contacts, calendars, documents, and more, keeping them up to date across all your devices, including iPhone, iPad, iPod touch, Mac, or PC. When content changes on one device, all your other devices are updated automatically and wirelessly.

iCloud is the cloud the way it should be: automatic and effortless. iCloud is seamlessly integrated into your apps, so you can access your content on all your devices. And it’s free with iOS 5.

iOS 5 is the most extensive update ever for iPhone, iPad and iPod Touch. In addition to over 200 new features, the free update will give your IOS devices access to iCloud.

What is iCloud?

iCloud stores your music, photos, documents, and more and wirelessly pushes them to all your devices. Automatic, effortless, and seamless — it just works.

iTunes in the cloud

With iCloud, the music you purchase in iTunes appears automatically on all your devices. You can also download your past iTunes purchases. Where you want, when you want.

Photo Stream

With iCloud, when you take a photo on one device, it automatically appears on all your other devices. No syncing. No sending. Your photos are just there. Everywhere you want them.

Documents in the cloud

If you have the same iCloud-enabled apps on more than one device, iCloud automatically keep your documents up to date across all your devices. So you don’t have to.

Apps, Books and Backup

iCloud makes sure all your devices have the same apps. And books. iCloud also backs up your information. So if something happens, it can help save the day.

Calendar, Mail and Contacts

iCloud stores your calendar, mail, and contacts and automatically pushes them to all your devices. So you can switch from one device to another and still go about business as usual.

icloud.com – Your place on the web

iCloud works great with popular applications including Mail and iCal on a Mac and Microsoft Outlook on a PC. But if you happen to be away from home without your computer or one of your iOS devices, you can access your mail, contacts, calendar, and documents — ad-free — from any computer at icloud.com.

More information, pictures and videos can be found on the Apple website by clicking on the link below:

Apple – iCloud – The new way to store and access your content.

Posted in apple | Leave a comment

Announcing the Apple iPhone 4S – not 5

Apple announced on October 4th that new iPhone, called the iPhone 4S, will be available for pre-order on October 7 and in store on October 14th in the UK.

A summary of the iPhone 4S features are listed below:

Siri. The intelligent assistant that helps you get things done. All you have to do is ask.
Dual-core A5 chip.
The you-can’t-believe-it’s-on-a-phone camera.
Video recording. In 1080p amazing HD.
iOS 5. The world’s most advanced mobile operating system. And the easiest to use.
iCloud. Your content. On all your devices.
Retina display. Clearly remarkable.
FaceTime. It’s even better face to face.
AirPlay. From the small screen to the big screen.
AirPrint. Print everything wirelessly.
Call it better, faster and even more worldly.
Built-in apps. They do just about everything. So you can too.

For the full details click on the link below to be taken to the Apple UK iPhone features website:

Apple UK iPhone 4S Features – Pictures, Videos and more.

Posted in apple | Leave a comment

Windows Logo Key Shortcuts

One of the more powerful, and probably least used, set of keyboard shortcuts involves the Windows Logo key, which is common on most keyboards packaged with a Windows-based personal computer these days.

Below is a list of the keyboard shortcut combinations associated with the Windows Logo key and what it will do. Take a look as there may be a key combination or two you can use each day that make computer work a little more efficient.

Press this key

To do this

Windows logo key
Open or close the Start menu.
Windows logo key +Pause
Display the System Properties dialog box.
Windows logo key +D
Display the desktop.
Windows logo key +M
Minimize all windows.
Windows logo key +Shift+M
Restore minimized windows to the desktop.
Windows logo key +E
Open Computer.
Windows logo key +F
Search for a file or folder.
Ctrl+Windows logo key +F
Search for computers (if you’re on a network).
Windows logo key +L
Lock your computer or switch users.
Windows logo key +R
Open the Run dialog box.
Windows logo key +T
Cycle through programs on the taskbar.
Windows logo key +number
Start the program pinned to the taskbar in the position indicated by the number. If the program is already running, switch to that program.
Shift+Windows logo key +number
Start a new instance of the program pinned to the taskbar in the position indicated by the number.
Ctrl+Windows logo key +number
Switch to the last active window of the program pinned to the taskbar in the position indicated by the number.
Alt+Windows logo key +number
Open the Jump List for the program pinned to the taskbar in the position indicated by the number.
Windows logo key +Tab
Cycle through programs on the taskbar by using Aero Flip 3-D.
Ctrl+Windows logo key +Tab
Use the arrow keys to cycle through programs on the taskbar by using Aero Flip 3-D.
Ctrl+Windows logo key +B
Switch to the program that displayed a message in the notification area.
Windows logo key +Spacebar
Preview the desktop.
Windows logo key +Up Arrow
Maximize the window.
Windows logo key +Left Arrow
Maximize the window to the left side of the screen.
Windows logo key +Right Arrow
Maximize the window to the right side of the screen.
Windows logo key +Down Arrow
Minimize the window.
Windows logo key +Home
Minimize all but the active window.
Windows logo key +Shift+Up Arrow
Stretch the window to the top and bottom of the screen.
Windows logo key +Shift+Left Arrow or Right Arrow
Move a window from one monitor to another.
Windows logo key +P
Choose a presentation display mode.
Windows logo key +G
Cycle through gadgets.
Windows logo key +U
Open Ease of Access Center.
Windows logo key +X
Open Windows Mobility Center.
Posted in windows | Leave a comment