1 stable release
1.0.0 | Aug 18, 2024 |
---|
#29 in #malware
51KB
743 lines
Windows Artifacts Generator
Generate malware artifacts for detection tests
Report Bug
·
Request Feature
📋 Table of content
- 📋 Table of content
- 👀 About the project
- 🚀 Getting started
- 👷 Contributing
- 🙌 Acknowledgments
- 📚 Licenses
👀 About the project
Windows Artifacts Generator is a tool for creating malware artifacts for detection tests.
❓ Why
It's useful for testing configurations, rules, or your Endpoint Detection and Response.
It's not intended to fully simulate the behavior of malware but to reproduce the steps that led to artifact creation.
By avoiding full and complex simulations, Windows Artifacts Generator seeks to be simple but nonetheless powerful.
🚀 Getting started
This is an example of how you can install or build the project yourself.
⚙️ Prerequisites
Depending on what you want to achieve, you might need different tools.
For now, you only need Cargo to build or install the project.
📦 Installation
Currently, this project is only available on crates.io.
In order to install it, just enter this command in your favorite terminal:
cargo install windows-artifacts-generator
🛠️ Build
-
Clone the repository
git clone https://github.com/frack113/WAG/
-
Build and run the project!
cargo run --release
After these steps, the application will be in the target directory.
🥷 Quick examples
Now that WAG is installed, you can start generating some artifacts!
For example, you can create a file like this:
wag actions files create --name "example.txt"
Or you can generate artifacts from a configuration file:
wag generate --file "$YOUR_CONFIGURATIONS_FILE_PATH"
To see more information about what you can do, see the documentation.
👷 Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated.
If you want, you can help me with any kind of work, for example:
- Correct my English errors
- Develop features
- Code refactoring
- Licensing stuff
🙌 Acknowledgments
Thanks to all the people who made the logo possible:
- "bug-ant" icon from Heroicons MIT
- "finger-print" icon from Heroicons MIT
- "Beep Sans" font by Agbama Ulimhuka SIL OFL
📚 Licenses
Distributed under the GPL 3.0 or later license.
Dependencies
~135MB
~2.5M SLoC