Prediction Results
Analysis complete for {{ summary.total }} URLs
{{ summary.total }}
Total URLs Analyzed
{{ summary.legitimate }}
Legitimate URLs
{{ ((summary.legitimate / summary.total) * 100)|round(1) }}%
{{ summary.phishing }}
Phishing URLs
{{ summary.phishing_percent }}%
{% if summary.phishing_percent < 20 %}Low
{% elif summary.phishing_percent < 50 %}Medium
{% else %}High
{% endif %}
Threat Level
Threat Assessment
Detailed Results
{{ summary.total }} records| # | {% for col in columns %}{{ col }} | {% endfor %}
|---|---|
| {{ loop.index }} | {% for col in columns %}{% if col == 'Label' %} {{ row[col] }} {% elif col == 'Confidence' %} {% elif col == 'Prediction' %} {{ row[col] }} {% else %} {{ row[col] }} {% endif %} | {% endfor %}