2024-04-09 12:49:36 -04:00
2024-04-09 12:42:55 -04:00

LetMeowIn

A sophisticated, covert LSASS dumper using C++ and MASM x64.

Historically was able to (and may presently still) bypass

  • Windows Defender
  • Malwarebytes Anti-Malware
  • CrowdStrike Falcon EDR
  • Palo Alto Cortex xDR

Disclaimer

Don't be evil with this. I created this tool to learn. I'm not responsible if the Feds knock on your door.

Features

Avoids detection by using various means, such as:

  • Manually implementing NTAPI operations through indirect system calls
  • Disabling telemetry features (e.g. ETW and other EDR hooks)
  • Polymorphism through compile-time hash generation
  • Obfuscating API function names and pointers
  • Duplicating existing LSASS handles instead of opening new ones
  • Creating offline copies of the LSASS process to perform memory dumps on
  • Corrupting the MDMP signature of dropped files
  • Probably other stuff I forgot to mention here

Negatives

  • Tools like Moneta and pe-sieve64 will detect changes made to NTDLL.dll from unhooking
  • Only works on x64 architecture
  • Don't expect this to be undetectable forever 🙂
S
Description
Automated archival mirror of github.com/Meowmycks/LetMeowIn
Readme 66 KiB
Languages
C++ 69.2%
C 20%
Assembly 9.6%
Python 1.2%