- Enable MFA
- Review access rights
- Test backups
- Automate patch management
- Set up an OPENVAS scan
- Plan incident response
{
"@context": https://schema.org,
"@type": "ItemList",
"name": "Cyber Security Checklist",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Enable MFA" },
{ "@type": "ListItem", "position": 2, "name": "Review access rights" },
{ "@type": "ListItem", "position": 3, "name": "Test backups" },
{ "@type": "ListItem", "position": 4, "name": "Automate patch management" },
{ "@type": "ListItem", "position": 5, "name": "Set up an OPENVAS scan" },
{ "@type": "ListItem", "position": 6, "name": "Plan incident response" }
]
}