Email Header Analyzer

{% if data %}
{% if summary.Cc %} {% endif %}
Subject: {{ summary.Subject }}
Delivery Information: SPF: {{ spf_result }}
DKIM: {{ dkim_result }}
DMARC: {{ dmarc_result }}
Data Leaks: Check Data Breaches
Spoof Detector: {{ isSpoofed }}
Spam Score: The spam score is: {{ score }}
Email Recon: {% if holehe_results %} {% for result in holehe_results %} {% endfor %}
Email Address Accounts on the following websites:
{{ result.email }} {{ result.website }}
{% else %}

No results found.

{% endif %}
Creation Time (Date): {{ summary.Date }}
From: {{ summary.From }}
To: {{ summary.To }}
Cc: {{ summary.Cc }}


{% for k, v in data.items() %} {% endfor %}
Hop From By With Time (UTC) Delay
{{ k }} {{ v.Direction.0 }}{% if country(v.Direction.0).iso_code %}{% endif %} {{ v.Direction.1 }}{% if country(v.Direction.1).iso_code %}{% endif %} {{ v.Direction.2 }} {{ v.Time }} {% if duration(v.Delay) %} {{ duration(v.Delay) }} {% else %} {% if loop.first %} * {% else %}0{% endif %} {% endif %}


{% if delayed %}
{#
#} {{ chart|safe }}
{% endif %}

Security Headers

{% for k,v in n.items() %} {% if k in security_headers %} {% endif %} {% endfor %}
{{ k }} {{ v }}

X- headers

{% for k,v in n.items() %} {% if k.startswith('X-') %} {% endif %} {% endfor %}
{{ k }} {{ v }}

Other headers

{% for k,v in n.items() %} {% if k not in ['Received','Subject','From','To','Message-ID','CC','Date'] and k not in security_headers and not k.startswith('X-') %} {% endif %} {% endfor %}
{{ k }} {{ v }}



Logout {% else %}


Logout
{% endif %}