Determine process u...
 
Notifications
Clear all

Determine process using reg key with CLI?

3 Posts
2 Users
0 Reactions
445 Views
(@jaysp)
Active Member
Joined: 15 years ago
Posts: 13
Topic starter  

Is there a CLI tool that can determine what program is accessing or modifying a known bad registry key on a remote machine? I know procmon can do this on a local box, but I need something that isn't GUI based so it isn't intrusive to a remote user…


   
Quote
keydet89
(@keydet89)
Famed Member
Joined: 21 years ago
Posts: 3568
 

Handle.exe


   
ReplyQuote
(@jaysp)
Active Member
Joined: 15 years ago
Posts: 13
Topic starter  

How can I get handle to give me the process name?

handle -a | findstr BADKEY
Will only tell me that the key is being accessed, not by which program. Handle also doesn't monitor, which would be nice.


   
ReplyQuote
Share: