Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSASS process not found #14

Closed
nemesis7331 opened this issue Feb 10, 2022 · 9 comments
Closed

LSASS process not found #14

nemesis7331 opened this issue Feb 10, 2022 · 9 comments

Comments

@nemesis7331
Copy link

I'm using the same exe on the same cloned VM, first one works, second one has an EDR and I get this:

>whoami /all
...
SeDebugPrivilege                Debug programs                            Disabled

>tasklist
...
lsass.exe                      728 Services                   0     16,536 K

>nanodump.x64.exe -w dump
The LSASS process was not found. Are you elevated?

I'm guessing the EDR is doing something, but it has detected nothing, any idea?

p.s. the VM is obviously isolated from internet/cloud

@S4ntiagoP
Copy link
Collaborator

Hello! Are you running as admin?

@nemesis7331
Copy link
Author

Hello :)
yes, also same user as the other VM

@S4ntiagoP
Copy link
Collaborator

try with
nanodump -w dump -p 728

@nemesis7331
Copy link
Author

wow hidden command!

>nanodump.x64.exe -w dump -p 728
Failed to read LSASS, status: 0xc0000022

@S4ntiagoP
Copy link
Collaborator

haha that is the only hidden command, you can check if you don't trust me.
Looks like you can't read LSASS, that happens with some EDRs, in my experience, if you load nanodump as an SSP, it works on those cases.
I'm still trying to figure out how the manage to prevent you from reading LSASS

@nemesis7331
Copy link
Author

It works thanks!
I'll let you know if I find out anything

@S4ntiagoP
Copy link
Collaborator

Awesome! I'm glad.
Out of curiosity, what EDR is it?

@nemesis7331
Copy link
Author

Checkpoint, but I've also seen a similar behaviour with Sophos in the past

@S4ntiagoP
Copy link
Collaborator

Ok thanks, good to know.
I changed the error messages so this is easier to diagnose in the future: f718c2c
I'm closing this, thanks for letting me know, I will try to find out what is going on exactly and see if I can do anything about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants