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

{{ summary.legitimate }} Safe
{{ summary.phishing }} Threats
{% if summary.phishing_percent < 20 %}

Low Risk: The majority of URLs appear to be legitimate. Continue with normal operations.

{% elif summary.phishing_percent < 50 %}

Moderate Risk: Some URLs show phishing characteristics. Review flagged URLs before accessing.

{% else %}

High Risk: Many URLs are potentially malicious. Avoid clicking on flagged links.

{% endif %}

Detailed Results

{{ summary.total }} records
{% for col in columns %} {% endfor %} {% for row in results %} {% for col in columns %} {% endfor %} {% endfor %}
#{{ col }}
{{ loop.index }} {% if col == 'Label' %} {{ row[col] }} {% elif col == 'Confidence' %}
{{ row[col] }}%
{% elif col == 'Prediction' %} {{ row[col] }} {% else %} {{ row[col] }} {% endif %}