Wilders Security Forums  

Go Back   Wilders Security Forums > Other Security Topics > other security issues & news
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old July 24th, 2003, 07:05 AM
Antarctica's Avatar
Antarctica Antarctica is offline
Very Frequent Poster
 
Join Date: Feb 2003
Posts: 1,377
Default Microsoft Passwords easy to crack?

From CNET News Security.

http://zdnet.com.com/2100-1105_2-5053063.html
__________________
One for all/All for one
  #2  
Old July 24th, 2003, 07:41 AM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Liège
Posts: 737
Default Re:Microsoft Passwords easy to crack?

Quote:
quoting: Antarctica link=board=18;threadid=11665;start=0#msg75439 date=1059044743]
From CNET News Security.

http://zdnet.com.com/2100-1105_2-5053063.html

Hello,

Nothing new but faster than the well known ways like L0phtcrack and john the ripper and really easy to prevent
For WinXP for instance :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa Modify or create the DWORD value NoLMHash Value 1.
Reboot and change all users'pwds and you are done
  #3  
Old July 24th, 2003, 07:42 PM
AplusWebMaster AplusWebMaster is offline
Frequent Poster
 
Join Date: Jun 2003
Location: Philadelphia, PA, USA
Posts: 239
Default Re:Microsoft Passwords easy to crack?

JacK, maybe I'm a little dense on this, but can you tell me what the point of the Swiss (or anybody else for that matter) publicly announcing (and at the same time -exposing-) stuff like this which apparently assists in the compromise of most systems? Is it a test in the ongoing battle or something?
__________________
AplusWebMaster ~ www.apluswebmaster.net
Are you up to date or vulnerable to Hackers?
  #4  
Old July 25th, 2003, 05:33 AM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Liège
Posts: 737
Default Re:Microsoft Passwords easy to crack?

Quote:
quoting: AplusWebMaster link=board=18;threadid=11665;start=0#msg75565 date=1059090120]
JacK, maybe I'm a little dense on this, but can you tell me what the point of the Swiss (or anybody else for that matter) publicly announcing (and at the same time -exposing-) stuff like this which apparently assists in the compromise of most systems? Is it a test in the ongoing battle or something?

Hello A+WM,

Just sensationnalism AFM : Everybody knows for years the weakness of the old LM hash passwords stored... (if you run W98/Me, god help you ...) No need on Win2K and up.

This password hash (the LM hash) hasn't been safe for years . . . the average time to crack went from like a minute to a few seconds. Big deal. It only took minutes before, it's not any
less safe now. L0phtcrack has been praying on the LM hash for years successfully. However as part of a good defense in
depth if you remove the LM hash from the SAM, LC4 will have a MUCH tougher time cracking your passwords if at all. If
you remove the hash from the SAM and use a password / passphrase like "You;will;never;ever;guess;this!" and LC4 will
never crack it in any reasonable amount of time (especially if you force passwords to expire every 42 days etc.).


I recommand to read : http://support.microsoft.com/?id=299656
and : http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/prodtech/Windows/Win2kHG/03OSInstl.asp

I have seen some giving their @mail and asking the programm to find the pwd which will be publish on the site ! As the lambda user often uses the same authentication to login on the W3, it's kind of supermarket for scriptkiddies.... One might also ask for the pswd for some proxies....

Really a bad idea to put that in the open.

Really stupid from "seakers" IMHO

Rgds,
  #5  
Old July 25th, 2003, 06:43 AM
AplusWebMaster AplusWebMaster is offline
Frequent Poster
 
Join Date: Jun 2003
Location: Philadelphia, PA, USA
Posts: 239
Default Re:Microsoft Passwords easy to crack?

Thanks very much, JacK...'seems like I have ALOT of study ahead about this...geez...
__________________
AplusWebMaster ~ www.apluswebmaster.net
Are you up to date or vulnerable to Hackers?
  #6  
Old July 26th, 2003, 01:40 PM
meneer's Avatar
meneer meneer is offline
Very Frequent Poster
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 1,132
Default Re:Microsoft Passwords easy to crack?

The fun part is of course that these Swiss were not only able to create a lookup table for the bad lanman hash, but for the NT hash as well. This password encryption scheme is lots better than the lanman hash, but it still contains one major weakness:
Quote:
While the more recent NTHash fixes the first two weaknesses, it still does not use a random number to make the hashes more unique.

The result: The same password encoded on two Windows machines will always be the same. That means that a password cracker can create a large lookup table and break passwords on any Windows computer.

For other OS's you can't use a lookup table, because there's no direct relation between the entered password and the encrypted form of the password.

So you may call this a marketing plot for exposing an old vulnerability, to me this is applied science. Before you could only use password cracking tools, which means that the risk of exploiting other peoples password was a more or less academic risk. Right now, thanks to this academy it's a real threat.
__________________
greetings, André


First law of Jerry Pournelle: First check cables
  #7  
Old July 26th, 2003, 05:26 PM
keith2468 keith2468 is offline
Infrequent Poster
 
Join Date: Jul 2003
Posts: 1
Default Re:Microsoft Passwords easy to crack?

If you have or can get access to the password file you probably also have or can get access to install a keystroke logger. A keystroke logger will eventually end up giving you all the passwords, not just the M$ related ones.

Which makes the whole discussion of decrypting the password file less of a practical concern and more an interesting academic exercise.

The other thing is that passwords aren't encryption. Password protection does not safeguard your files they way encryption does. Password protection only prevents standard tools reading files.

This is like discussing the theft of automobiles or car stereo systems.

- It shouldn't suprise anyone the crime can be done. (The US army has had tanks stolen. Crimes is really hard to totally prevent.)

-Publishing step-by-step how-to's to an audience that includes criminals (on occassions when that happens) in order to boost sales of a protection service or to gain publicity is ethically unacceptable for a professional.

On the other hand, the general public does need to have general information on how to prevent serious breeches of security.
  #8  
Old July 26th, 2003, 06:14 PM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Liège
Posts: 737
Default Re:Microsoft Passwords easy to crack?

Quote:
quoting: meneer link=board=18;threadid=11665;start=0#msg76013 date=1059241252]
The fun part is of course that these Swiss were not only able to create a lookup table for the bad lanman hash, but for the NT hash as well. This password encryption scheme is lots better than the lanman hash, but it still contains one major weakness:
Quote:
While the more recent NTHash fixes the first two weaknesses, it still does not use a random number to make the hashes more unique.

The result: The same password encoded on two Windows machines will always be the same. That means that a password cracker can create a large lookup table and break passwords on any Windows computer.

For other OS's you can't use a lookup table, because there's no direct relation between the entered password and the encrypted form of the password.

So you may call this a marketing plot for exposing an old vulnerability, to me this is applied science. Before you could only use password cracking tools, which means that the risk of exploiting other peoples password was a more or less academic risk. Right now, thanks to this academy it's a real threat.

Hello, It just confirm you need to use strong pwds

I give NTHash as I don't use LMHash : nope : unable to find a rather weak pwd 8 caracters NiBJ0!

Rgds,
  #9  
Old July 26th, 2003, 06:17 PM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Liège
Posts: 737
Default Re:Microsoft Passwords easy to crack?

Quote:
quoting: keith2468 link=board=18;threadid=11665;start=0#msg76061 date=1059254816]
If you have or can get access to the password file you probably also have or can get access to install a keystroke logger. A keystroke logger will eventually end up giving you all the passwords, not just the M$ related ones.

Which makes the whole discussion of decrypting the password file less of a practical concern and more an interesting academic exercise.

The other thing is that passwords aren't encryption. Password protection does not safeguard your files they way encryption does. Password protection only prevents standard tools reading files.

This is like discussing the theft of automobiles or car stereo systems.

- It shouldn't suprise anyone the crime can be done. (The US army has had tanks stolen. Crimes is really hard to totally prevent.)

-Publishing step-by-step how-to's to an audience that includes criminals (on occassions when that happens) in order to boost sales of a protection service or to gain publicity is ethically unacceptable for a professional.

On the other hand, the general public does need to have general information on how to prevent serious breeches of security.

Hello, No need for a keylogger : if you have access with an Admin account, that means root access, nothing else needed

Rgds,
  #10  
Old July 26th, 2003, 07:15 PM
AplusWebMaster AplusWebMaster is offline
Frequent Poster
 
Join Date: Jun 2003
Location: Philadelphia, PA, USA
Posts: 239
Default Re:Microsoft Passwords easy to crack?

'Learning quite a bit here...also found this post on "cryptographic salts"...

http://www.security-forums.com/forum...pic.php?t=5936

Seems right?
__________________
AplusWebMaster ~ www.apluswebmaster.net
Are you up to date or vulnerable to Hackers?
  #11  
Old July 28th, 2003, 10:26 AM
spy1's Avatar
spy1 spy1 is offline
Massive Poster
 
Join Date: Dec 2002
Location: Clover, SC
Posts: 3,138
Default Re:Microsoft Passwords easy to crack?

Thanks for the reg hack, JacK! Done. Pete
__________________
"When fascism comes to America it will come wrapped in the flag and carrying a cross." Sinclair Lewis
 

Wilders Security Forums > Other Security Topics > other security issues & news « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 04:45 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums