arXiv論文メモ
新着一覧
cs.CR · 査読状況未確認

ナイジェリアの金融サービスを装うメールのフィッシング検出試作

A Gmail-Based Phishing Detection Prototype for Nigerian Fintech Emails Using Sender Checks and BiLSTM Classification

Gideon Francis Oghie, Uche Emmanuel Unoke

この論文をやさしく読む

ひとことで言うと

送信元・リンクの確認と文章分類を組み合わせ、金融サービスを装うメールをGmail上で判定する試作品。

何に役立つ?

利用者がメールを開いたときに注意喚起する仕組みの試作例となる。分類器のテストでは高い数値を示したが、統合システム全体の検出性能とは区別が必要。

この研究の面白いところ

送信者とリンクのルール照合にBiLSTMの判定を加え、ブラウザー拡張から表示する。高い分類指標とともに、学習・テスト間の重複も明示している。

どこまで分かった?

学習・テスト間に5.79%の重複があり、分類器の指標が独立メールでの性能を過大評価する可能性がある。統合システム全体のラベル付き評価と未知攻撃への一般化は未実施。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

ナイジェリアの金融サービス事業者を装うフィッシングメールでは、紛らわしい送信者アドレス、似せたリンク、現地になじみのある言葉が組み合わされる。本研究では、送信者ドメインとURLの照合に双方向長短期記憶(BiLSTM)分類器を組み合わせた、Gmail用ブラウザー拡張機能を提示する。この拡張機能は、表示された送信者アドレスとリンクを8つの金融サービス事業者のプロファイルと照合し、ローカルで動かすFlaskサービスからフィッシング確率を取得して、メールを開いたときに「正規」「警告」「フィッシング」の判定を表示する。 分類器は、フィッシングメールと正規メール計59,622通を整理したデータセットから取った8,943通のテスト用メールで評価した。混同行列は、真陰性4,308件、偽陽性0件、偽陰性1件、真陽性4,634件であり、正解率99.99%、適合率100.00%、再現率99.98%、F1値99.99%に相当する。ただし、トークン化した系列の分析で学習用とテスト用データに5.79%の重複が見つかり、独立したメールに対する性能推定が高めに出ている可能性がある。 Gmail上の実演では、統合した拡張機能がユーザーに判定を表示することを示したが、システム全体をラベル付きテストデータで評価してはいない。実装した試作品の実現可能性は示された一方、端から端までの検出性能や未知の攻撃への一般化は今後の評価課題として残る。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Phishing emails that impersonate Nigerian fintech providers can combine deceptive sender addresses, lookalike links, and locally familiar language. This study presents a Gmail browser extension that integrates sender-domain and URL checks with a bidirectional long short-term memory (BiLSTM) classifier. The extension compares visible sender addresses and links with profiles for eight fintech platforms, obtains a phishing probability from a locally hosted Flask service, and displays a legitimate, warning, or phishing verdict when an email is opened. The BiLSTM classifier was evaluated on 8,943 test messages from a cleaned dataset of 59,622 phishing and legitimate emails. The test confusion matrix recorded 4,308 true negatives, no false positives, one false negative, and 4,634 true positives. These counts correspond to 99.99% accuracy, 100.00% precision, 99.98% recall, and 99.99% F1 score. Tokenized sequence analysis identified 5.79% overlap between the training and test sets, which may inflate performance estimates for independent messages. A Gmail demonstration showed the integrated extension producing user-visible verdicts, although the complete system was not evaluated on a labeled test set. The findings establish the feasibility of the implemented prototype while leaving its end-to-end detection performance and generalization to unseen attacks open for further evaluation.

著者のコメント

9 pages, 4 figures

arXiv ID: 2609.28305 / 要約の誤りについて