misp-galaxy
misp-galaxy copied to clipboard
Add evaluation of team_size, resource_cost, time_cost and logistical_budget per group
Based from https://github.com/Concinnity-Risks/LogisticalBudget/blob/master/scorecards.py#L75
Need to define a prefix.
Set up the score characteristics
#
score_descriptions = {
"team_size": "Estimated Organisation Size",
"resource_cost": "Estimated Infrastructure Spend",
"time_cost": "Estimated Time Investment",
"logistical_budget": "Logistical Budget"
};