Tag Archives: weak passwords

How Hackers Crack Weak Passwords

People use weak password practices to secure critical information. Weak password practices include using the same password for multiple systems regardless of the value of the asset, dictionary words, short phases and keeping the same passwords for extended periods of time. For example, it’s common to find a password on a non-critical asset such as a PlayStation 3 be the same as a person’s bank account login.

The more information an attack knows about your password profile, the more likely they will crack your password. For example, a policy of “6-10 characters with one upper case letter and special character” actually helps an attacker reduce the target space meaning passwords are weaker with the policy. If an hacker captures a password for another system and notices a formula such as ‘<dictionary word>’ followed by ‘<3 numbers>’, it helps the attacker prepare a dictionary attack (utilities such as Crunch makes this easy). Any password shorter than 10 characters is an easy target to brute force attack based on today’s system process power.

Here are some tools that hackers can use to crack your passwords.

 How Hackers Crack Weak Passwords

John the Ripper is an old school yet powerful password cracking utility. It has several types of engines that can crack different types of passwords including encryption and hashes. John can detect most hash types (about 90% accurate) and generate matching hash outputs to map back to auto generated passphrases  Attackers like John the Ripper because it’s very customizable

johnrip1 How Hackers Crack Weak PasswordsJohn the Ripper cracked 3 passwords from a Linux shadow file.

hashcat1 How Hackers Crack Weak Passwords

Hashcat is a password cracking utility. Hashcat is multi-thread tool meaning it can handle multiple hashes and password lists during a single attack session. Hashcat offers many attack options such as brute-force, combinator, dictionary, hybrid, mask and rule-based attacks

hashcat2 How Hackers Crack Weak Passwords

Hashcat GUI

Ophcrack

Ophcrack is a Windows password cracker based on rainbow tables (Rainbow tables are pre-computed hash tables). Ophcrack can import hashes from a variety of formats including dumping directly from the SAM files of Microsoft Windows.

ophcrack How Hackers Crack Weak Passwords

Ophcrack Cracking Hashes

Findmyhash

Findmyhash is a python script which uses a free online service to crack hashes. Findmyhash will analyze against multiple website Rainbow tables.

FindMyHashKali How Hackers Crack Weak Passwords Findmyhash running a MD5 hash against multiple websites

Crunch

Crunch is a tool used to generate password lists. This can be extremely helpful if you are able to gather intelligence on how your target creates passwords. For example, if you capture two passwords and notice the target uses a phase followed by random digits, Crunch can be used to quickly generate a list of that phrase followed by all possible random digits. Perfect tool for defeating company password policies!

crunch1 How Hackers Crack Weak PasswordsCreating a password list for the word “pass” followed by any two numbers

cruch2 How Hackers Crack Weak Passwords

Crunch output. List of all combinations of “pass” and two numbers

Chntpw

An alternative to breaking a Windows password is completely bypassing it. Chntpw is a software utility that can reset or remove a Windows passwords. This gives a hacker with access to your Microsoft Windows SAMs file the ability to obtain Administration privileges.

chntpw1 How Hackers Crack Weak PasswordsChntpw options. Option 1 clears the password.

There are many tools available to break weak passwords. Best practices is using a password longer than 10 characters (having a repeated character at the end even helps!),  don’t use dictionary words, change your password periodically, don’t use the same passwords for secure and non secure sources and don’t use a computer that accesses sensitive data for personal use (IE same system for Facebook and configuring routers). I suggest using the first letter of each word of a long sentence so you can remember the password yet the output is random. Hope this helps. All tools shown are free and available on BackTrack / Kali.

VN:F [1.9.22_1171]
Rating: 0.0/5 (0 votes cast)

Leave a Comment

Filed under General Security, Penetration / Hacking

How To Educate Your Employees About Social Engineering

 How To Educate Your Employees About Social EngineeringA common saying is ” Amateurs Hack Systems, Professionals Hack People”.  Social engineering is the art of manipulating people into performing actions or divulging confidential information. People fall for social engineering tricks based on their instinct to be helpful and trusting. The typical attacker never comes face-to-face with a victim using deception through email, social networks or over the phone.

Consultants list end-user training as a top prevention to defend against social engineering. How should you provide training for your user community? Here are some tips for educating your staff about common social engineering attacks.

Explain Why Policies Exist

 How To Educate Your Employees About Social Engineering

It is common to see organizations send out policy reminders without explaining why they exist. The average user will delete a policy email once they realize its standard legal language.

Try explaining why users should care. For example, start off with a scenario about an email account being violated and or company data compromised. Include details about what social engineer tactic was used, investment by IT to clean up the issue and ways to avoid the threat. Close with the policy being enforced.

Provide Examples Beyond The Intranet

 How To Educate Your Employees About Social Engineering

Organizations typically send warning emails to employees when they discover threats to internal sources. It is rare to see companies extend warnings about phishing or other external attacks. Try periodically sending out examples of different social engineering attacks highlighting what to look for and where they are common. Examples should include social networks, fake URLs, craiglist scams and threats using shareware. Your end-users can be targeted anywhere so educate on all forms of social engineering attacks. Continue reading

VN:F [1.9.22_1171]
Rating: 0.0/5 (0 votes cast)

2 Comments

Filed under Scams and Social Engineering

How Secure Is Your Home Wireless Network? Wireless Network Security 101

wep1 300x199 How Secure Is Your Home Wireless Network? Wireless Network Security 101
Wireless Network Security is important. Wireless networks are the way of the future. People don’t want to run cables through their homes and mobile devices are becoming common tools for surfing the Internet. If you live in a populated area, you will find many wireless SSIDs broadcasted. How secure is your wireless network? How much should you spend on a wireless router? Can you get by with a basic password or should you utilize Wireless Network Security features? Here is my answer.

The first Wireless Network Security feature many people believe is important is not broadcasting the service set identifier or SSID. Regarding security, this is equivalent to putting up a four-foot high wood fence to keep burglars out. The fence may stop dogs or children but the average person can step right over it. Anybody looking to access your wireless network can scan for networks regardless if the SSID is advertised. Here is a scan from KisMAC showing all networks regardless if the SSID is broadcasted.
rsz 2screen shot1 How Secure Is Your Home Wireless Network? Wireless Network Security 101

The next important Wireless Network Security concept is passwords. The majority of the population today understands it’s important to add a password, which is good considering it took enough hacker movies and scary credit card stories to make it happen. What the average wireless administrator doesn’t understand is using a weak password is like locking the front door. See my post on how secure that is How The Bad guys Break In.

Make sure your wireless security passwords use at least 10 characters that include numbers, special characters, and mix of capital and lowercase letters. Don’t get lazy with your password thinking other security features will protect you. See my post about how computer speed is making brute force methods easier regardless of what type of encryption you use Passwords Are Doomed. Also make sure to create a new administrator name and delete the “admin” account. This will make hackers have to compromise both user name and password before accessing your network.

The next Wireless Network Security concept is encryption. The default encryption for many low-end wireless routers is WEP, which is a WEAK algorithm. Password cracker programs such as John the Ripper or Aircrack-ptw can break WEP in under a minute. If you look at the screenshot below, you will notice the majority of the networks are secured by WEP. This will only keep the honest people out. Most routers offer WPA2, which will dramatically increase your defense against wireless hackers.
rsz screen shot22 How Secure Is Your Home Wireless Network? Wireless Network Security 101

Another security concept is not using wireless or locking down device access to your wireless network. I find many people use wireless to add one desktop in another room. Consider using your power grid utilizing solutions like the Linksys power line adapter. Basically you plug two hubs in the wall and they transfer traffic over the power lines. Some solutions include encryption. I use it for my desktops and swear by it. If you need to go wireless, you can lock down the MAC address of all approved devices and blacklist everything else. This will increase the work to add new devices but is more secure than having an open wireless network.

One final tip for purchasing wireless routers is not spending money on bogus features. I’ve seen some routers offer a built in Intrusion Detection / Prevention (IDS/IPS) component however the routers I tested with this feature were garbage. I would click “update signatures” and it would display “updated and secure”. Static signatures are worthless and home use routers never offer a way to test it. Other features I’ve seen are built in Anti-Virus and Content Filters, which are also worthless. Invest in a solid host based Anti-virus / IPS solution for your endpoints and consider content filtering applications such as netnanny if you are concerned about children surfing to inappropriate websites. Focus your router as being a wireless provider and capitalize on its wireless network security features. Don’t get lazy or you will eventually be owned.

VN:F [1.9.22_1171]
Rating: 5.0/5 (2 votes cast)

2 Comments

Filed under Wireless Topics

Passwords Are Doomed: You NEED Two-Factor Authentication

 Passwords Are Doomed: You NEED Two Factor Authentication
How many people use eight-character or less passwords with the first letter being capital and last entries being numbers? People are predictable and so are their passwords. To make things worse, people are lazy and tend to use the same passwords for just about everything that requires one. A study from the DEFCON hacker conference stated, “with $3,000 dollars and 10 days, we can find your password. If the dollar amount is increased, the time can be reduced further”. This means regardless of how clever you think your password is, its eventually going to be crack-able as computers get faster utilizing brute force algorithms mixed with human probability. Next year the same researchers may state, “with 30 dollars and 10 seconds, we can have your password”. Time is against you.

Increasing password sizes and changing mandatory character types helps combat this threat however humans naturally will utilize predictable practices as passwords become difficult to remember. It’s better to separate authentication keys into different factors so attackers must compromise multiple targets to gain access. This dramatically improves security but doesn’t make it bullet proof as seen with RSA tokens being compromised by Chinese hackers. Ways to separate keys are leveraging something you know, have and are. The most common two-factor solutions are something you have and know which is a combination of a known password/pin and having a token, CAC/PIV card or digital certificate. Biometrics is becoming more popular as the cost for the technology becomes affordable.

There are tons of vendors in the authentication market. Axway and Active Identity focus on something you have offering CAC/PIV card solutions. These can be integrated with door readers to provide access control to buildings along with two-factor access to data. RSA and Symantec focus on hardware or software certificate/token based solutions. These can be physical key chains or software on smartphones and laptops that generate a unique digit security code every 30 seconds. Symantec acquired the leader of the cloud space VeriSign, which offers recognizable images, challenge and response type solutions. Symantec took the acquisition further by changing their company logo to match the VeriSign “Check” based on its reputation for cloud security.

VeriSign
imgres 300x150 Passwords Are Doomed: You NEED Two Factor Authentication
PRE ACQUSITION LOGO
imgres 1 300x94 Passwords Are Doomed: You NEED Two Factor Authentication
POST ACQUSITION LOGO
 Passwords Are Doomed: You NEED Two Factor Authentication

The consumer market is starting to offer two-factor options to their customers. Cloud services such as Google and Facebook contain tons of personal information and now offer optional Two-Factor Authentication. Its common practice for financial agencies to use combinations of challenge and response questions, known images and verifying downloadable certificates used to verify machines to accounts. The commercial trend is moving in the right direction however common practice for average users is leveraging predictable passwords. As many security experts have stated, security is as strong as the weakest link. Weak authentication will continue to be a target as hackers utilizing advance computing to overcome passwords.

VN:F [1.9.22_1171]
Rating: 4.7/5 (3 votes cast)

13 Comments

Filed under General Security