{% extends "base.html" %} {% block title %}Glean — relationships for {{ manifest.target }}{% endblock %} {% block content %}

Relationships

{{ manifest.target }} · {{ manifest.started_at[:19] | replace("T", " ") }} UTC · back to the brief

{{ view.entity_count }} findings {{ view.edge_count }} relations {{ view.clusters | length }} connected {% if view.unconnected_count %} {{ view.unconnected_count }} with no relations {% endif %} {% if view.dangling_count %} {{ view.dangling_count }} dangling {% endif %}
{% if view.relation_counts %}
Relation:
{% for relation, count in view.relation_counts %} {% endfor %}
{% endif %} {% if not view.clusters %}

This scan produced no relationships between its findings. That is a real result — a target whose findings genuinely don't link to each other — not an error. It is also what a single-tool passive scan usually looks like, since most relations come from resolution and probing.

{% else %} {% endif %} {% endblock %}