Re: Brute-forcing cached Windows login password hashes




The hash algorithm is a salted MD4. It's impossible (ok, to be pedantic
it's mathematically infeasible) to use rainbow tables because of the
salting, so that leaves you with dictionary and brute-force.

The latest version of John and the MS Cache Hash patches are all
available from http://openwall.com/john/. I believe v1.7.2 is the latest
version.

Regards,
Carl


Ben Greenberg wrote:
Greetings all,

My question is regarding the encrypted password hashes that Windows stores in
the registry of the last 10 logins to a workstation.

I read the original white paper written by Arnaud Pilon and I've used his
cachedump tool to extract the password hashes from the registry. What I'm
wondering is what type of hash those passwords use. Is it straight MD4? I
know that each hash is salted with a machine-specific unique string. What I
am unclear on is what exactly the password hash is and how it can be
brute-forced. I know that there is a patch for John the Ripper, but every
mention I can find refers to a two year old version of John. Does anyone know
if the most recent version has this patch in it already? Also, is anyone
familiar with any rainbow tables for cracking these passwords? Are rainbow
tables possible for these hashes because of the salting?

Thanks all.

------------------------------------------------------------------------
This list is sponsored by: Cenzic

Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!

http://www.cenzic.com/downloads
------------------------------------------------------------------------




------------------------------------------------------------------------
This list is sponsored by: Cenzic

Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!

http://www.cenzic.com/downloads
------------------------------------------------------------------------



Relevant Pages

  • Re: Brute-forcing cached Windows login password hashes
    ... rainbow tables on freerainbowtables are much limited on mscache (since per login hash). ... Subject: SV: Brute-forcing cached Windows login password hashes ...
    (Pen-Test)
  • Re: Brute-forcing cached Windows login password hashes
    ... The hash algorithm is a salted MD4. ... it's mathematically infeasible) to use rainbow tables because of the ... My question is regarding the encrypted password hashes that Windows ... buy it or download a solution FREE today! ...
    (Pen-Test)
  • RE: Cracking Ettercap Generated hashes
    ... brute force methods as well as a cryptanalysis using rainbow tables if ... i got a hash through Ettercap(ARP ... buy it or download a solution FREE today! ...
    (Pen-Test)
  • Re: Brute-forcing cached Windows login password hashes
    ... this works if you have the mscache rainbow table that match the login you want to break... ... Brute-forcing cached Windows login password hashes ... The latest version of John and the MS Cache Hash patches are all ...
    (Pen-Test)
  • Re: Hashing or Encrypting
    ... In addition to salting, you can compute the hash of the hash of the password ... Please do not send email directly to this alias, ... Research the term "salting" as a means to make this attack much ...
    (microsoft.public.security)