Fraud

Posts tagged with Fraud.

Update: Email (.eml) Analysis with FraudTalon

28 Jun 2025

FraudTalon just took another important step.

I’m only able to work on FraudTalon a few hours per week, but I’m committed to making steady progress and sharing weekly updates.0

Starting today, you can upload .eml files directly through the interface, and the system will run a complete analysis using a combination of email security heuristics and artificial intelligence.

fraudtalon-banner

The pipeline now works like this:

  • Automatic .eml parsing with extraction of headers, sender, recipient, subject, and body
  • Heuristic evaluation with signals such as:
    • Mismatch between From, Reply-To, and Return-Path
    • Authentication failures (DKIM, SPF, DMARC)
    • Relaying through unknown servers
  • AI analysis (via OpenAI) that takes into account the full textual content
  • Final score with a breakdown of suspicious indicators

This update makes FraudTalon a much more powerful tool for analyzing suspicious emails like phishing, Pix scams, or fake investment offers.

Fighting online fraud with FraudTalon

20 Jun 2025

After getting so many messages from my parents, wife, sister, and friends asking if emails or ads they saw on social media were legit, I decided to build a tool to help identify fraud, scams, and phishing attempts.

That’s how FraudTalon was born.

It’s currently in MVP version 0.0.1 — basic functionality, simple heuristics (I started with NLP but dropped it — not needed for now), and a single cloud-based LLM. The goal at this stage is to validate the idea.