Skip to content

PowerShell script for testing detection of file encryption in enterprise environments. Helps assess and strengthen defenses against ransomware.

License

Notifications You must be signed in to change notification settings

Maleick/Encrypt_Lord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Encrypt_Lord

This PowerShell script, Encrypt_Lord, is designed to test detection for file encryption in an enterprise environment. By emulating the file encryption process typically used in ransomware attacks, it assists in the evaluation and enhancement of security measures against such threats.

Features

  • Encrypts files from a specified source directory, writing the encrypted files to a specified destination directory.
  • Utilizes AES encryption for high security.
  • Allows users to specify their password for the encryption.
  • Handles errors gracefully, printing out a message in the case of encryption failure.

Usage

  1. Clone the repository: git clone https://github.com/YourGithubUsername/Encrypt_Lord.git
  2. Navigate to the downloaded folder: cd Encrypt_Lord
  3. Open the Encrypt_Lord.ps1 script using a text editor.
  4. Modify the $sourceFolder, $outputFolder, and $password variables as needed.
  5. Save your changes and close the text editor.
  6. Open a PowerShell terminal and navigate to the script's directory.
  7. Run the script: ./Encrypt_Lord.ps1

Disclaimer

This script is provided as is, without any warranty. It's intended for use in testing and improving security measures against ransomware. Do not use this script maliciously or without proper permissions.

License

The Unlicense

Author

Maleick (2023)

About

PowerShell script for testing detection of file encryption in enterprise environments. Helps assess and strengthen defenses against ransomware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published