{% extends "base.html" %} {% block title %}Decoy Sensors Fleet{% endblock %} {% block content %}

🛡️ DentiGrid Active Deception Sensors & Honey Infrastructure

Distributed high-interaction honeynet nodes emulating authentic enterprise assets across internal subnets and clouds.

{% for n in nodes %}
{{ n.hostname }}
{{ n.status }}
Node ID: {{ n.node_id }}
IP Address: {{ n.ip }}
Cluster / Region: {{ n.cluster }}
Trap Profile: {{ n.trap_type }}
Canary Tokens: {{ n.canary_tokens }} Deployed
Uptime: {{ n.uptime }}
24h Intercepts: {{ n.hits_24h }} hits
Emulated Protocols & Ports:
{% for s in n.emulated_services %} {{ s }} {% endfor %}
{% endfor %}
{% endblock %}