Created
December 2, 2019 17:30
-
-
Save pry0cc/2a399450f2359fb5cf88a66697cfba5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"question":"Do you currently employ or work with an organization that manages your IT Security?", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"No", | |
"score":-10 | |
}, | |
{ | |
"class":"btn-primary", | |
"value":"We contract a company", | |
"score":10 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"We employ somebody full-time", | |
"score":13 | |
}, | |
], | |
}, | |
{ | |
"question":"Do you currently have a firewall or any other network security devices?", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"No", | |
"score":-10 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Yes", | |
"score":5 | |
}, | |
], | |
}, | |
{ | |
"question":"Do you utilize network segmentation? For example (Guest network separate from Employee Workstation network etc)", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"No", | |
"score":0 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Yes", | |
"score":5 | |
}, | |
], | |
}, | |
{ | |
"question":"Do you have a patch management policy?", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"No", | |
"score":0 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Yes", | |
"score":5 | |
}, | |
], | |
}, | |
{ | |
"question":"How often does your company undergo security awareness training (Social Engineering, Phishing etc) ", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"Never", | |
"score":-5 | |
}, | |
{ | |
"class":"btn-primary", | |
"value":"Annually", | |
"score":10 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Quarterly", | |
"score":13 | |
}, | |
], | |
}, | |
{ | |
"question":"Are you currently analyzing and collecting active log sources? (Login attempts etc)", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"No", | |
"score":-5 | |
}, | |
{ | |
"class":"btn-primary", | |
"value":"Collecting", | |
"score":3 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Analysing and Monitoring", | |
"score":15 | |
}, | |
], | |
}, | |
{ | |
"question":"How often do you have Internal and External Vulnerability Assessments?", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"Never", | |
"score":-10 | |
}, | |
{ | |
"class":"btn-primary", | |
"value":"Annually", | |
"score":3 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Quarterly", | |
"score":15 | |
}, | |
], | |
}, | |
{ | |
"question":"When was the last time you had a Penetration Test?", | |
"options": [ | |
{ | |
"class":"btn-danger", | |
"value":"Never", | |
"score":-10 | |
}, | |
{ | |
"class":"btn-primary", | |
"value":"+5 years ago", | |
"score":3 | |
}, | |
{ | |
"class":"btn-success", | |
"value":"Within the past year", | |
"score":15 | |
}, | |
], | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment