事件起因

本篇记录一个我遇到一个诈骗故事。

这两年我陆续有收到邮件,内容为有一大笔遗产我可以继承,让我提供银行卡号,身份证号相关信息。

后面邮件的内容就变为,有一笔公益款项,可以用我名义去管理,让我提供联系方式和护照或身份证相关信息。

在我第一次收到这种邮件时,我内心就知道这是骗子邮件,因为不可能这么好的事情从天而降。前年收到邮件一直没怎么放心上,但后面陆续会收到类似的邮件。

本文我整理一下邮件内容,如果读者也收到类似的邮件,希望你能保持理智,不要上当受骗。

邮件内容

这里列几封邮件的内容,其它内容是类似的

Dear  Friend

In view,I am Mr.Tep Sereyan the branch manager of our bank,I considered it worthwhile to clarify you more on this issue before we proceed,I want to inform you that I concluded to work with you in this transaction hoping that we will get long in truth and spirit with no intention to cheat at any point in time,I contacted you in this matter based on the fact that you bear the same surname with our late customer and of the same nationality since I had sought for the relatives without success and instead of this fund being confiscated by the the bank and corrupt Government officials,I seek your consent to present you as the Next of kin based on the fact that I am the bank manager to my late client until his death and Whosoever I present to the bank as the next of Kin will certainly Inherits the fund.

……

Mr.Tep Sereyan.

Whatasup ±855 92690700

经查 +855为 柬埔寨国际长途电话区号

"Tep sereyan"tepsereyanbk@gmail.com;

Good day,
        I have emailed you earlier without a response.In my first email I mentioned about my late client whose relatives I can not get in touch with.But both of you have the same last name so it will be very easy to make you become his official next of kin. I am compelled to do this because I would not want the bank to push my late client's funds amount 10.5 million dollars into the bank treasury as unclaimed inheritance.If you are interested you do let me know.
Yours faithfully,
Barrister  Migi Akakm

来往邮件

从来往邮件的日期来看,从2016年5月16日起,这个诈骗份子就给我陆续发邮件了,期间换过几次发件人,但邮件的主体内容都是相同的。

对电子邮件进行扫描分析

电子邮件分析网址:http://www.scamomatic.com/

类似的诈骗:https://www.419scam.org/emails/2013-03/10/00383197.1.htm

分析后的结果:可以基本确认为诈骗邮件

The message you submitted has been checked

Please carefully review the following Scam-O-Matic results:

  • This email looks like a next of kin scam.
  • The following phrases should put you on alert:
    • "dear friend":
      a common phrase found in 419 scams
    • "very confidential":
      scammers urge victims to keep the transaction secret because they don't want anyone to point out to them that it is a scam

Thank you for using Scam-O-Matic. If you found the results from this check useful then please mention www.scamomatic.com to your friends, family and co-workers, so they can also use it to check out and report suspicious emails that may have been sent to them by criminals.

About A Scam的更多相关文章

  1. Latest China Scam: I've Been Arrested in the Brothel Crackdown!

    Latest China Scam: I've Been Arrested in the Brothel Crackdown! If the sex industry is fastest to se ...

  2. 中国计算机学会CCF推荐国际学术会议

    中国计算机学会推荐国际学术会议 (计算机系统与高性能计算) 一.A类 序号 会议简称 会议全称 出版社 网址 1 ASPLOS Architectural Support for Programmin ...

  3. mysql字符乱码

    解决mysql字符乱码思路: mysql服务器字符集 mysql客户端字符集 系统字符集 生产环境改字符集: 1.导出表结构到 scam.sql文件中 2.更改scam.sql文件中的字符集为想要的字 ...

  4. Linux常用命令(四)

    1.xargs 作用是将参数列表转换成小块分段传递给其他命令,以避免参数列表过长的问题 语法格式: # xargs [-ni] 常用参数: 参数 参数说明 -n 分组输出,n个分为一组 -i 与大括号 ...

  5. CCF推荐国际学术会议

    类别如下计算机系统与高性能计算,计算机网络,网络与信息安全,软件工程,系统软件与程序设计语言,数据库.数据挖掘与内容检索,计算机科学理论,计算机图形学与多媒体,人工智能与模式识别,人机交互与普适计算, ...

  6. Database Corruption ->> Fix Database In Suspect State

    昨天在工作中遇到一个情况,就是Development环境中的某台服务器上的某个数据库进入了Suspect状态.以前看书倒是知道说这个状态,不过实际工作当中从来没有遇到过.那么一些背景情况是这样的. 环 ...

  7. RAID对硬盘的要求及其相关

    Raid 0:至少需要两块硬盘,磁盘越多,读写速度越快,没有冗余. Raid 1:只能用两块硬盘,两块硬盘的数据互为镜像(写慢,读快),一块磁盘冗余. Raid 5:至少需要3块硬盘,一块磁盘冗余. ...

  8. usb.ids

    # # List of USB ID's # # Maintained by Vojtech Pavlik <vojtech@suse.cz> # If you have any new ...

  9. INDEX FAST FULL SCAN和INDEX FULL SCAN

    INDEX FULL SCAN 索引全扫描.单块读 .它扫描的结果是有序的,因为索引是有序的.它通常发生在 下面几种情况(注意:即使SQL满足以下情况 不一定会走索引全扫描) 1. SQL语句有ord ...

随机推荐

  1. javascript语言精粹-笔记

    walkDOM function walkTheDOM(node, func) { func(node); node = node.firstChild; while (node) { walkThe ...

  2. powerDesigner生成数据结构图以及对应sql导出方法

    1.下载powerDesigner 链接地址为http://soft.onlinedown.net/soft/577763.htm 2.打开软件,file -> new project,新建一个 ...

  3. NodePort,LoadBalancer还是Ingress?我该如何选择 - kubernetes

    原文:http://mp.weixin.qq.com/s/dHaiX3H421jBhnzgCCsktg 当我们使用k8s集群部署好应用的Service时,默认的Service类型是ClusterIP, ...

  4. Use Wait & Notify to Implement Two Threads Run Alternatively

    public class ThreadCommunication { public static void main(String[] args) { Business business = new ...

  5. IDEA设置热部署

    1.点击File找到Settings打开. 1.2:找到Compiler将 Build project automatically   勾选 2.使用快捷键 Ctrl+Shift+A    搜索 re ...

  6. AI - TensorFlow - 分类与回归(Classification vs Regression)

    分类与回归 分类(Classification)与回归(Regression)的区别在于输出变量的类型.通俗理解,定量输出称为回归,或者说是连续变量预测:定性输出称为分类,或者说是离散变量预测. 回归 ...

  7. [WP]BugkuCtf - pwn2

    1.首先运行一下该程序 2.我们权限不够于是去修改一下权限(改前,改后) 3.改后我们重新运行一下(123是输入的语句) 4.拖进IDA,查看字符串,此处应该就是得到flag的地方 5.之后我们查看m ...

  8. 我眼中的 Nginx(一):Nginx 和位运算

    作者张超:又拍云系统开发高级工程师,负责又拍云 CDN 平台相关组件的更新及维护.Github ID: tokers,活跃于 OpenResty 社区和 Nginx 邮件列表等开源社区,专注于服务端技 ...

  9. Shell从入门到精通进阶之四:流程控制

    流程控制是改变程序运行顺序的指令. 4.1 if语句 4.1.1 单分支 if 条件表达式; then 命令 fi 示例: #!/bin/bash N=10 if [ $N -gt 5 ]; then ...

  10. 一篇不一样的docker原理解析

    转自:https://zhuanlan.zhihu.com/p/22382728 https://zhuanlan.zhihu.com/p/22403015 在学习docker的过程中,我发现目前do ...