Island: Add a ransomware description to the ransomware config_schema

This commit is contained in:
Mike Salvatore 2021-06-30 14:10:15 -04:00
parent 938022fc52
commit e1263ec753
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
RANSOMWARE = {
"title": "Ransomware",
"type": "object",
"description": "This page allows you to configure the Infection Monkey to execute a ransomware "
"simulation. The Infection Monkey is capable of simulating a ransomware attack on your network "
"using a set of configurable behaviors. A number of precautions have been taken to ensure that "
"this ransomware simulation is safe for production environments.\n\nFor more information about "
"configuring the ransomware simulation, see "
'<a href="https://guardicore.com/infectionmonkey/docs/usage/use-cases/ransomware-simulation" '
'target="_blank"> the documentation</a>.',
"properties": {
"encryption": {
"title": "Encryption",