324. Adversaries Use HideMouse to Hide Evidence of Remote Access
Hello everyone!
We are often talking about how adversaries abuse RMMs, so let's talk a bit about a curious case of how they hide evidence of remote access.
According to this report, the threat actors used HideMouse - an utility, which allows to hide mouse cursor movement, so the can use ScreenConnect they installed previously.
Another hunting (or even detection!) opportunity, right?
event_type: "processcreatewin"
AND
proc_file_productname: "HideMouse"
See you tomorrow!

Comments
Post a Comment