Skip to content

Experimental program for detecting if any ransomware is attacking your files

License

Notifications You must be signed in to change notification settings

JLChnToZ/RansomHoneyPot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RansomHoneyPot

This is an experimental and incomplete program for detecting if any ransomware is attacking your files. Currently is in alpha stage.

What is Ransomware?

Ransomwares are malicious program which will try to encrypt all your files in background, and ask you for money in order to decrypt.

So, how the honey pot works? Or how should it works?

  1. This program will start track the "honey pot" files named and located with file extention and path which will likely to be encrypted by ransomwares.
  2. Once the file is opened by other program (i.e. file lock is created), this program will immediately kills those process as those should consider ransomwares.

You may give it a try, but currently there is no guarantee that it can be 100% accurate.

Notes

Currently, detection speed is not fast enough and it may miss some of the fast file I/O events between detetion cycles, large files may have longer lock time as they needed more time to encrypt. Also someone told me that ransomwares likely to choose the large file to be encrypt first, therefore large "honey pot" files may be more accurate :)

Reference

Contributing

Yes, go on fork one and modify it!

License

MIT

About

Experimental program for detecting if any ransomware is attacking your files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages