Agent: Add file extension to default agent config

This commit is contained in:
Kekoa Kaaikala 2022-08-17 20:25:53 +00:00
parent ae1fbb7cc5
commit 194f08c294
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ CREDENTIAL_COLLECTOR_CONFIGURATION = tuple(
RANSOMWARE_OPTIONS = {
"encryption": {
"enabled": True,
"file_extension": ".m0nk3y",
"directories": {"linux_target_dir": "", "windows_target_dir": ""},
},
"other_behaviors": {"readme": True},