{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' with view_type="onboarding" %}

{% translate 'Welcome to KAT' %}

{% blocktranslate trimmed %} KAT is the "Kwetsbaarheden Analyse Tool" (Vulnerabilities Analysis Tool). An Open-Source-project developed by the Ministery of Public Health, Wellbeing and Sports to make your and our world a safer place. {% endblocktranslate %}

{% include 'partials/stepper.html' %}

{% translate "Let's get started" %}

{% translate 'How does KAT work' %}

{% blocktranslate trimmed %} KAT is able to give insight into security risks on your online objects. For example, your websites, mailservers or online data. {% endblocktranslate %}

{% blocktranslate trimmed %} KAT uses plugins to find and assess the area's that might be at risk and reports these back to you. Each plugin has its own skillset which could be scanning, normalizing or analyzing data. As a user you decide which areas you would like to monitor or scan and which insight you would like to receive. {% endblocktranslate %}

{% blocktranslate trimmed %} Within KAT you can view the insights as well as all the data KAT has found. You can choose to browse through the data or view reports. {% endblocktranslate %}

{% blocktranslate trimmed %} During this introduction you will be guided through the steps to create a report. {% endblocktranslate %}

{% translate 'Skip onboarding' %} {% translate "Let's get started" %}

{% endblock content %}