How to check for file handle for files and which process is modifying the file in real time using python on Windows?

Currently, we are working on a Malware detection project specifically Ransomware detection. We are monitoring specific files, and we want to identify file handles and which processes are opening the files.

Our Environment co… Continue reading How to check for file handle for files and which process is modifying the file in real time using python on Windows?

Can script steal sensitive data in home directory on Linux and is SELinux optimal way/tool to prevent it

The premise: on a Linux workstation I regularly download and use various software, let’s say Perl or Nodejs modules. When I use them they run on the machine with me as the owner and can do whatever I can in my home directory,… Continue reading Can script steal sensitive data in home directory on Linux and is SELinux optimal way/tool to prevent it

How to protect company sensitive data from being deleted by a user when data is on their computer?

There more than 300 computers and more than 400 users are available. We face two incidents recently when critical users(who has critical data) leave from company.We have deleted their data when they return their laptop or des… Continue reading How to protect company sensitive data from being deleted by a user when data is on their computer?