GithubHelp home page GithubHelp logo

Hello, can you explain the detailed procedure on how it creates a back up when it encounters an open syscall? about automatic-recovery-in-linux-kernel HOT 3 OPEN

kailashg26 avatar kailashg26 commented on July 24, 2024
Hello, can you explain the detailed procedure on how it creates a back up when it encounters an open syscall?

from automatic-recovery-in-linux-kernel.

Comments (3)

kailashg26 avatar kailashg26 commented on July 24, 2024

No description provided.

Just for the information, I'm using this ransomware candidate: https://github.com/DaniAffCH/Ransomware to experiment and basically trying to use the mechanism provided by you to protect the file (have a backup)

from automatic-recovery-in-linux-kernel.

gunh0 avatar gunh0 commented on July 24, 2024

Thank you for your interest in my work.

First of all, the Backup Linux kernel module I created must be aware of the file extensions targeted by ransomware.

If the ransomware does not attack specific file extensions and encrypts randomly binary files, even files backed up by this module will be infected.

As you can see here, when the user opens the target file,
(https://github.com/devgunho/Automatic_Recovery_In_Linux/blob/master/auto_recovery_lkm/filename_extension_check.c)

It is a hooking flow at main.c.
(https://github.com/devgunho/Automatic_Recovery_In_Linux/blob/master/auto_recovery_lkm/main.c)

from automatic-recovery-in-linux-kernel.

gunh0 avatar gunh0 commented on July 24, 2024

Oh, and An essential hypothesis of this recovery module is that 'OPEN' behavior should occur in the Linux kernel.
If this ransomware (https://github.com/DaniAffCH/Ransomware) attack does not 'OPEN' target files, this solution will fail.

Thank you for introducing me to interesting ransomware.

I will experiment with this ransomware as soon as I have time later.

from automatic-recovery-in-linux-kernel.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.