Wednesday, March 2, 2011

CISSP Exam - March 12th - Kansas City

The ISC2 CISSP exam is schedule for March 12th 2011 in Kansas City.  Usually the Kansas City area schedules this exam twice a year.  Well it’s that time, most people have been studying for a few months for this exam date and are now coming down to crunch time.  Here are my 5 tips for success for the exam.

1.      In the last few weeks of studying you should be going over the questions on the CCCure Quizzer.  You can either do the free questions or pay $39.99 for the 6 month subscription.  The pay option is well worth it.

2.      Create a testing plan that will allow you time to take little breaks in between questions.  You have 6 hours for the exam with no scheduled breaks and all breaks count against your test time.  Using all of you allotted time is beneficial.  Allowing yourself a 5 or 10 minute break after so many questions allows you to keep on schedule and not get behind or go to fast.    Also remember to bring little snacks and something to drink which you can put in the back of the room during your breaks.

3.      Do not cram the night before.  In fact put all of your studying aside and have a quiet evening doing something you enjoy.  Go to bed early and get a good night’s rest.

4.      The morning of the exam, don’t drink a lot of caffeine and eat a little something for breakfast for energy.  You do not want to waste too much time going to the restroom several times during the exam.

5.      Remember to bring your certification ticket and two forms of ID.  You will not be allowed in with any of these items.

Good luck on the exam.

Tuesday, March 1, 2011

Public WiFi - You are not alone..

One of the concepts I teach in both my consulting business and the classroom is when you are using free public WiFi access you have to take precautions because you are not alone.  Public WiFi access is free but the security is not.  Here is a scenario.

You are at your favorite coffee shop that offers free WiFi.  You connect your laptop and surf out to Facebook or you go check your email.  Now unbeknown to everyone in the coffee shop is a hacker that is "sniffing" the wireless network.  Since you have no security protocols and access does not require any type of password or key, all of the wireless traffic can be recorded on a packet sniffer such as Wireshark, Cain & Abel, or NetResident.  A packet sniffer is software that captures packets on a wired or wireless network.  The packets captured show the network or internet traffic that a person is creating by surfing on the internet or while using the network.  These packets will contain usernames and passwords that you type into a web browser as well as the location of all the sites you are browsing too.  If you put any PII (Personal Identifiable Information) on the internet, the hacker can capture this information and sell it on the internet which would create "Identity Theft" for the user. 

The hacker may even attempt to gain access to your laptop right there in the coffee shop as well.  Also remember the hacker does not have to be in the coffee shop, they can be several hundred yards away using a special high gain antennae to access the wireless network.

Don't think this can happen to you?  Check out what happend at a coffee shop in New York using a tool called Firesheep.

So is there such a thing as using a free wireless network safely?  Yes, you can.  You just have to follow a few simple rules to protect yourself.

1)  If your on a company laptop, make sure you are using a VPN (Virtual Private Network) connection.  This will encrypt your connection and you can safely access the internet through your company.  Don't have a company vpn?  Try AnchorFree, it is a free vpn client that anyone can install and use to surf the internet through a secure vpn server.

2)  If you need to just check your email or access a web site make sure you are using https or ssl to ensure you are checking your email with a encrypted and safe connection.

3)  If you are going to surf the internet in public try using a wireless phone modem device which you can purchase from your wireless carrier.  It is a USB device you plug in to access a secure wireless network for your computer.

Good luck and remember "we are not alone on the internet".

Tom

Consultant/Instructor
CCSI, CCNA, MCSE (NT, 2000, 2003), MCITP SQL 2005, MCDBA SQL 7 & 2000, MCP+1, MCT, CTT+, CISSP, CWNA, CEH, CHFI, A+, Network+, Security+

Wednesday, February 16, 2011

Ease of Use vs. Secure

Everyday there is news of a security breach.  A hacker has attacked a website with a DDoS or malicious code has infected an employees' computer and has spread to the rest of the office.  These types of security breaches may not have happened to you, but they do happen and eventually they will happen to your network.  The question is: Are security events such as these or others completely preventable?  The answer is no, however what we can do is help mitigate these types of events by applying a simple security axiom I have taught for many years in my security classes.  "Ease of Use vs. Secure"

IT security departments constantly are torn between business directives and security directives.  On one hand administrators need to balance the needs of users with the needs of security.  The two work in a vacuum most of the time in IT.  If something is done in IT that is considered "Ease of Use" meaning its easy for the administrator to create or implement then it probably is not very "Secure".  On the other hand if something is "Secure" it is likely to be more intensive to create or implement and not very easy for users to use.


 
As you can see in diagram above, with "Ease of Use" on one end and "Secure" on the other, business needs for users tend to be less restrictive  while IT needs tend to be more secure.  If IT implements things that satisfy user needs and not security needs, eventually there will be a breach.   However there can be a happy medium between the two so that security breaches are less likely to happen.

Lets take a look at an IT practice to see how this really works.

Last month Vodafone learned a hard lesson about users sharing passwords that access a customer database. Vodafone's Breach 

Vodafone's practice of allowing shared passwords with the company (Ease of Use) was easier for users and administrators, however it was not a secure practice.   Although Vodafone rectified the issue, it should have never been allowed to happen in the first place.  Does your company practice "Ease of Use or Secure"?

Wednesday, February 2, 2011

Eccouncil is now offering a chance to be a part of the new CEH v.7 course.

Register for the new Eccouncil Certified Ethical Hacker v.7 http://bit.ly/eOdgv6

Thursday, December 23, 2010

What exactly is a Zero Day attack?

This is a question I get all the time from clients and students.  I tell them a "zero day attack" is when a vulnerability is discovered in an application or an OS and is unknown to the vendor or general public and a patch has yet to be released to fix it.  The term zero day indicates basically that the attack could happen anytime because the system does not have a patch to fix the vulnerability.

Zero day attacks are the worst situation for security folks because we just do not know when said attack will happen.  We are left in kinda of a limbo wondering if and when the attack might happen to our systems.

Here is a current example:

1)  Microsoft has a known vulnerability in IE 8 for certain OS's.  The vulnerability may allow an attacker to create a cross site scripting (XSS) attack to gain access to a system.  Microsoft has not issued a patch but is investigating the issue.  link:

2) Vuepen Security has confirmed that this is a vulnerability.  link:

3) Metasploit also has included this vulnerablity and the actual code to exploit it in there latest release of Metasploit as well.  link: 
(By the way if you are not familiar with Metasploit check out my video.  link)

The only good news is that we can use Metasploit to test if our systems are vulernable to the attack, the bad news is hackers can also use Metasploit to attack a system.  This is what makes a zero day attack so dangerous.

Only time will tell on a zero day attack.

Monday, November 8, 2010

Now is the time to start thinking about 2011 goals for the year

As we approach the end of the year, its that time again when when we all look back over the year and see if we accomplished our goals for the year.  What goals did you set for yourself?  What goals do you want to accomplish for next year?

I am hoping in the next few weeks myself to get my 2011 business plans ready as well as some of my personal goals.

Good luck...Tom

Friday, September 17, 2010

Remote Training: The Training Solution You May Be Missing Out On - An instructors point of view. http://bit.ly/cMGzwy

Remote training has changed over the years.  Come read about it from an instructors point of view.