Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For now the rrp library has been removed from the module. This is the usage of each of the techniques:
add_user: This methods adds a new user to the admin group
We can also specify some input credentials:
Checking if the credentials are valid:
file_upload:
This is just an upload function for file transfer purposes
malicious_binary
This technique involves copying a binary from a specified path to the user's startup folder.
proof:
registry_run:
This technique involves modifying the registry's Run key. Any executable path listed in the Run key will be executed when a user logs into the machine.
proof:
logon_scripts:
This techinique works by adding to the Logon Registry value the path of a .bat file with some custom commands inside.
proof:
scheduled_task:
creates a scheduled task that starts at every logon:
query the task:
win_logon_userinit:
the module adds to the UserInit value of winlogon the path of the malware:
query the registry: