Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate the ransomware payload to a plugin #3391

Closed
19 of 20 tasks
mssalvatore opened this issue May 31, 2023 · 0 comments
Closed
19 of 20 tasks

Migrate the ransomware payload to a plugin #3391

mssalvatore opened this issue May 31, 2023 · 0 comments

Comments

@mssalvatore
Copy link
Collaborator

mssalvatore commented May 31, 2023

Description

Replace the hard-coded ransomware payload with a new and improved, fully tested, payload plugin.

Tasks

  • Create plugin skeleton (0d) @shreyamalviya @mssalvatore
    • options (pydantic)
      • determine what options ransomware should have
      • create a pydantic model for ransomware options
    • Create plugin manifest
    • Create config schema
  • migrate the ransomware payload to a plugin (plugin.py) (0d) @mssalvatore
  • Add a jenkins job to build the plugin (0d) @mssalvatore
    • Update the island build jobs on Jenkins to copy the artifacts from the ransomware plugin build job
  • Remove the hard-coded ransomware plugin (0d) @mssalvatore
    • Update ETE test configurations
    • UI
    • Island
    • Agent
  • Final testing (0d)
    • Linux
    • Windows
  • Remove vulture entries
    • Remove PayloadPluginFactory
    • Remove PayloadResultData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant