AntiScam Pro

{% if result.message %}
Message: {% if result.message.is_suspicious %} {% if result.message.suspicious_words %} Suspicious. Found words: {{ result.message.suspicious_words | join(', ') }} {% endif %} {% if result.message.ai_result %}

Detected by AI:

{{ result.message.ai_result.label }} ({{ (result.message.ai_result.confidence * 100) | round(1) }}%)

{% endif %} {% else %} No suspicious content. {% endif %}
{% endif %} {% if result.phone %}
Phone number: {% if result.phone.is_suspicious %} Suspicious number.

Reason: Number found in suspicious database.

{% else %} Looks safe. {% endif %}
{% endif %} {% if result.link is defined and (result.link.is_suspicious or result.link.details) %} {% set overall_link_suspicious_display = result.link.is_suspicious %} {% elif result.link is not defined %}
Provide data for analysis.
{% endif %}

About AntiScam Pro

AntiScam Pro is an advanced application for detecting scams, spam, and suspicious links. It uses AI and databases to ensure safety.

Features:

  • Detects suspicious text messages
  • Phone number and link verification
  • Integration with VirusTotal

    Link analysis includes VirusTotal scanning if API key is configured and link requires verification.

  • Extensive databases

    Our database contains over 186,000 suspicious domains.

📊 Global statistics

(since server start)

  • Messages checked: {{ global_stats.messages_checked }}
  • Phones checked: {{ global_stats.phones_checked }}
  • Links checked: {{ global_stats.links_checked }}

👤 Your statistics

(this session)

  • Messages checked: {{ session_stats.messages_checked }}
  • Phones checked: {{ session_stats.phones_checked }}
  • Links checked: {{ session_stats.links_checked }}