Skip to content

fraktalcyber/Fransom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Fransom Logo

Fransom - Fraktal's Ransomware Emulator.

What is this repository for?

  • Command-line executable that will emulate common ransomware functions for the purpose of testing endpoint detection and response tools.
  • Version: 0.9
  • Type "help" (without quotes) inside the emulator prompt to get a list of all the available options.

About

How do I get set up?

  • Open the .sln solution file in Visual Studio (developed with VS 2019 and VS 2017).
  • To add/modify functions:
    • Add the corresponding option in the "options" class;
    • Add the corresponding option in the "Run" function;
    • Add the corresponding option in the switch inside the main function;
    • Create the corresponding function.
  • Dependencies:
    • ILMerge NuGet package.
    • ILMerge.MSBuild.Tasks NuGet package.
    • Figgle NuGet package.
    • TaskScheduler NuGet package.
    • SSH.NET NuGet package.
    • FluentFTP NuGet package.

Risk considerations

The tool is not designed as destructive. Still, we cannot anticipate how various endpoint protection tools respond to running it. For this reason we do not recommend running the tool in any critical or production system.

Licenses and acknowledgements

Fransom incorporates code and functionality from the following open source offensive .NET tools:

About

Fraktal's Ransomware Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages