Closed Wowhere closed 6 months ago
same issue for me as well, here are the error details: INFO:pypykatz:pypyKatz version: 0.6.8 INFO:pypykatz:CPU arch: X64 INFO:pypykatz:OS: Windows 10 INFO:pypykatz:BuildNumber: 19041 INFO:pypykatz:MajorVersion: 6 INFO:pypykatz:MSV timestamp: 46191720
the error is "LSA Signature not found"
Using a PowerShell tool I managed to extract info about the crypto: Pattern : 8364243000488D45E0448B4DD8488D15 AES-Offset : 16 IV-Offset : 67 key-struct : Get-BCRYPT_KEY81 DES-Offset : -89 key-handle : Get-BCRYPT_HANDLE_KEY
but for some reason the pattern does not exist in the lsasrv data. the minidump is created by memprocfs
Dear all,
The problem with parsing lsass which is extracted by memory capture tools is referred to as memory smearing
which is a known behavior of all forensics tools. There are no plans to add more heuristics to pypykatz
to battle this issue, as this problem is not something worth addressing on a global level.
I can tell you how I solve this problem:
The RAM dump was made by "Magnet RAM Forensics", lsass.dmp was extracted from RAM dump by MemProcFS, minidump module for extracted lsass.dmp doesnt show errors minidump_output.txt
The problem is that "show no errors" doesn't mean that the actual data in the regions were captured correctly, it merely tell you that all regions were accounted for and the minidump file could be reconstructed. Sometimes even that is not correct, especially with "Magnet dump" which is the usual suspect of causing some issues.
Thank you for the info Skelsec! The memory dump I've collected has been created using Dumpit. Funny enough it works really well with some Windows builds but fails with others. I will try to play with the structures and see if I can identify something. On the specific machine that it failed creating multiple dumps did not help (so far) unfortunately, so I will try to work with pypykatz and try to modify it a bit. Thank you for your amazing work with pypykatz!
Describe the bug LSA signature not found. Use volatility3-pypykatz plugin for volatility, but as i see error from pypykatz code. The same error if use pypykatz against exctracted lsass.dmp. Dump is correct, at least i can get hashdump and process handles from dump, using another volatility plugins
Volatility Version: develop, today (10.05.2024) Operating System: Kali Linux Python Version: 3.11.7
Steps to reproduce the behavior: