{% extends "base.html" %} {% block title %}psyc — operations cockpit{% endblock %} {% block content %}

Defensive CTI in motion

What psyc has seen and done — at a glance.

All cases →
{{ kpis.cases }}
cases tracked
{{ kpis.iocs }}
IOCs indexed
+{{ kpis.new_24h }}
new in 24 h
{{ kpis.high_total }}
high / critical
⚡ {{ kpis.enforcements_24h }}
enforced 24 h
{{ kpis.ledger_total }}
ledger entries

Recent activity

{{ items|length }} items

Live feed of what psyc has detected and what it has done about it.

{% if not items %}

Nothing recent yet — start with psyc fetch-all.

{% endif %}
    {% for i in items %}
  1. {{ i.icon }}
    {{ i.headline }} {% if i.severity %}{{ i.severity }}{% endif %}
    {{ i.body }}
    {% if i.case_id %} · {{ i.case_id }}{% endif %}
  2. {% endfor %}
{% endblock %}