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

Defensive CTI in motion

What psyc has seen and done — at a glance.

Federation Explorer → public · auditable trust network

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
{% if featured %} {% endif %}

Recent activity

{{ total_items }} items

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

{% if not buckets %}

Nothing recent yet — start with psyc fetch-all.

{% endif %} {% for b in buckets %}

{{ b.label }} {{ b.items|length }}

    {% for i in b.items %} {% set has_link = i.case_id %} {% endfor %}
{% endfor %}
{% endblock %}