377. Adversaries Continue to Add Employee Monitoring Tools to Their Arsenal
Hello everyone!
It seems the trend is indeed being confirmed: another legitimate employee monitoring tool has ended up in the arsenal of attackers.
Malwarebytes reported on a campaign in which attackers disguise Teramind installers as Zoom and Google Meet updates.
Teramind is a software platform for employee monitoring and workplace activity analysis. It helps companies track and analyze user actions on computers and across networks to improve security, productivity, and compliance with corporate policies.
However, attackers can use such software for unauthorized access to corporate systems.
First, we can look for events related to the execution of files signed by Teramind Inc., for example:
event_type: "processcreatewin"
AND
proc_file_sig: "teramind"
You can also check for suspicious communications with teramind[.]co:
event_type: "dnsreqwin"
AND
dns_rname: "teramind.co"
See you soon!

Comments
Post a Comment