{% extends "base.html" %} {% block breadcrumb %} Doppelganger {{ analysis_type|title }} {% endblock %} {% set active_nav = 'doppelganger' %} {% block content %}
Doppelganger Analysis
Last {% if analysis_type == 'blender' %}scan: {{ last_modified }}{% else %}update: {{ db_stats.last_updated }}{% endif %}

{% if analysis_type == 'blender' %} Analyse and compare system processes with payloads to find shared IOCs. {% else %} Find similarities between payloads and open-source tools. {% endif %}

Views
Payload View
Create Database
Database Creation Results
{% endblock %}