{% extends "base.html" %} {% block content %}

ctrack

DfT's Cyber Compliance Team's proof of concept information management system, used to track all core components of the NIS regime.

ctrack is developed in-house by the Cyber Compliance Team at the UK Department for Transport that aims to demonstrate the improvements in workflow possible by storing data associated with OES and its associated CAF data in a relational database. It focuses on the absolute basics of managing any business data: Create, Read, Update, Delete (CRUD) functionality and demonstrates how collection and analysis of ongoing assessment data - using the CAF as the foundation (the framework, not the spreadsheet) - can be exponentially improved using the simplest of form-based web application.

NIS Directive | NCSC NIS Guidance | UK Cyber Strategy | CCT TiME

OES/Organisations

There are currently {{ no_orgs }} organisations on ctrack, of which {{ no_oes }} are OES, comprising {{ no_people }} people. OES are responsible for {{ no_essential_services }} NIS essential services. There have been a total of {{ no_singledatetime_events }} official interactions with OES by inspectors, including {{ no_emails }} emails, {{ no_phone_calls }} phone calls, {{ no_video_conferences }} video conferences, and {{ no_meetings }} meetings.

Use these high level lists to view things by lead inspector, sub-mode and other attributes:

CAFs

There are {{ no_cafs }} CAFs on ctrack, providing data on {{ no_systems }} critical systems. Of these, 12 have been validated. X are currently undergoing validation and X are currently being updated by OES.

Use these high level lists to view things by lead inspector, sub-mode and other attributes:

Inspectors

Inspectors are allocated to an organisation and can therefore be grouped by the sector that organisation belongs to. This usually means there is one lead inspector for each submode, but it is possible for an inspector to lead for an organistion in another sector. The applies for deputy inspector roles.

Lead Inspectors
    {% for k, v in submode_inspector_dict.items %}
  • {{ k }}   {% for x in v %} {{ x.name }} -{% endfor %}
  • {% endfor %}
Deputy Lead Inspectors
    {% for k, v in submode_deputy_inspector_dict.items %}
  • {{ k }}   {% for x in v %} {{ x.name }} -{% endfor %}
  • {% endfor %}

Get help using ctrack »


ctrack source code is open source and available on Github

{% endblock content %}