• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fighting against ransomware using honeypots

AntiRansom

Fighting against ransomware using honeypots

See the project's page http://www.security-projects.com/?Anti_Ransom

CHANGES IN V5

1- Use handle from Sysinternals to track access/modify the honeyfolder (better accuracy)

2- When new process access the honeyfolder, AntiRansom checks the authenticode signature of the process, if its OK, then alert, if not, stop the process and alert

3- Added a new parameter "enforced" to enforce blocking without user intervention, useful for large deploy (AntiRansom blocks the threat and log into Eventlog)