Code Monkey home page Code Monkey logo

atreus's Introduction

Nice to see you back...

I'm Matheus and currently I'm Solutions Architect at Amazon Web Services.

The use of any of these repositories is allowed and free for everyone.

๐Ÿ”ง Tech Stack

Python Java C React Native Node.js NumPy Flask Sklearn Tensorflow Pandas HTML5 CSS3 JavaScript AWS Markdown VS Code Linux Arduino Windows 10 Shell Script Git GitHub Sqlite3

๐Ÿ“ˆ GitHub Stats

atreus's People

Contributors

matheus-1618 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

atreus's Issues

Create Decryption routine to Ryuk Files

As we already know how Ryuk generally encrypts it's target files:

Each Ryuk executable has a embbed RSA1 key, that is used to encrypt generated AES256 keys (that are actually used to encrypt the files), in the target file. This AES key is found after "HERMES" pattern.

You can see more about it in the src/decrypt folder

What we need to accomplish:

  • Archetype of Ryuk's Encryption routine
  • Understanding CryptAcquireContext calls and it's parameters;
  • Implement first versions of detection of the encrypted AES256 keys in bytes in the files.
  • Acquire the right Encryption context: Ryuk uses different encryption context to import e export it's keys, acquiring the right one will turn it more easy to decrypt files;
  • Getting more RSA1 Ryuk keys: As much different keys we obtain, more robust the solution will get;
  • Ensure the right use of the Wincrypt API, to routine properly work;
  • After right import of both RSA1 and AES256 keys, decrypt the content of the file
  • Write the content back in the file
  • Integrate the Decrypt Executable in Atreus main exe
  • Iterate over directories in the machine for automatic decryption
  • Dissection of Ryuk executables looking for RSA1 key

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.