The reason for complex passwords

Thursday, 4 March 2010 08:09 by jlorimer
OK everyone hates them (complex passwords), but there is a compelling story I want to tell about a client that decided not to do it.  Public servers, specifically mail servers are constantly being probed for logins.  Simple passwords are broken easily.  In this clients case one users account was broken into.  Without even knowing it that username and password was then spread around the world.  When we were alerted to the problem there was 58,000 spam emails in the outbound queues marked for sending.  All because complex passwords were not required.  This client will also be internet blacklisted for a while because of the volume of spam they were spewing just because of a simple password.  So the moral of the story is make yourself protected by using complex passwords.  The password should not look like a real word.  Complex passwords should have a minimum of 8 characters.  Those 8 characters should be random uper case, lower case, numbers and at least one symbol.  We use a tool called passutils from PC Tools to generate passwords.  It creates good secure complex passwords that would make breakins like described above very very rare.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   Security
Actions:   E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Small Businesses and Servers

Friday, 20 February 2009 06:33 by jlorimer

A majority of our clients are small businesses.  most of those do not have a server.  OK terminology they have a workstation that is sharing files and that is what they call a server.  But does this really work and how can it be better.  To answer this one has to understand workgroup computing.  Yes there exists a machine in a workgroup or multiples that serve files.  If the file is changed by another user on another computer everything works.  THe same with printing.  The issue is that a user can create a file on their system in their My Documents directory that is only available to them and may never get backed up.  File sharing becomes interesting as user change their password on their local machine as the network share will then deny them access.  This is because in a workgroup environment user identical user accounts must be set up on each machine or you must disallow all security.  So we now have two issues security and backup.  One of the easiest solutions to this problem is Microsoft's Small Business Server line of products.  It solves the user security issue by creating all user accounts in one place and those accounts work on every computer.  With My Documents redirection, everyone's My Document folders are synced back to the server, which gives a single backup point.  Plus if you go to another workstation your My Documents folder from your other computer is accessible to you.  More important is now all the critical files can be backed up from one place.

Of course Microsoft SBS has a ton more features which include Sharepoint services for collabrative work, Exchange Mail Server, Windows Server Update Services (to ensure all the systems have the current security patches), Remote access to your network and desktops.  You can even do your own web site.  There is a lot more behind SBS than these items, but for most Small Businesses, print and file sharing and disaster recovery are critical and not really addressed in Workgroup computing.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5