{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Tree{% endblock %} {% block scripts %} {{ super() }} {% if urlnode_uuid %} {% endif%} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}
Legend

JavaScript Legit node
JavaScript Malicious node
JavaScript Empty response
JavaScript Javascript
Cookie received Cookie received
Cookie read Cookie read
Redirect Redirect
Font Font
HTML HTML
JSON JSON
CSS CSS
EXE EXE
Image Image
Video Video
iFrame iFrame
Content type not set/unknown Content type not set/unknown
Tree details

Root URL: {{ shorten_string(root_url, 150) }}
Start time: {{ start_time }}
User Agent: {{ user_agent }}
{% if meta %} {% for k, v in meta.items() if k not in ['user_agent'] %} {{k.title()}}: {{ v }}
{% endfor %} {%endif%}
{% endblock content %}