事件起因

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

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

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

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

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

邮件内容

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

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. 文本输入框input text输入字母自动转大写

    现在需要把一个input输入框内的字母自动转变为大写. 查了下资料,目前收集到的方法有两种: 使用JavaScript,在input标签添加onkeyup方法,将字符转为大写. <input n ...

  2. ArcGIS API For Javascript_4.8-渲染器SimpleRenderer

    SimpleRenderer require(["esri/renderers/SimpleRenderer"], function(SimpleRenderer) { /* co ...

  3. vue组件-构成组件-父子组件相互传递数据

    组件对于vue来说非常重要,学习学习了基础vue后,再回过头来把组件弄透! 一.概念 组件意味着协同工作,通常父子组件会是这样的关系:组件 A 在它的模版中使用了组件 B . 它们之间必然需要相互通信 ...

  4. Android 开发者必知必会的权限管理知识

    本文来自于腾讯Bugly公众号(weixinBugly),未经作者同意,请勿转载,原文地址:https://mp.weixin.qq.com/s/OQRHEufCUXBA3d3DMZXMKQ 导语 本 ...

  5. invokedynamic字节码指令

    1. 方法引用和invokedynamic invokedynamic是jvm指令集里面最复杂的一条.本文将从高观点的角度下分析invokedynamic指令是如何实现方法引用(Method refe ...

  6. PHP全栈学习笔记16

    <?php $fileName = "php大师.test.php"; //补充程序,显示文件名(不包括扩展名) $start = strrpos($fileName, &q ...

  7. PHP全栈学习笔记4

    php和JavaScript,掌握JavaScript基础,自定义函数,流程控制语句,事件,调用JavaScript脚本,在PHP中使用JavaScript. JavaScript是网景公司开发的,是 ...

  8. java maven项目update project默认编译器1.5问题解决

    解决办法一:在项目中的pom.xml指定jdk版本,如下 <build> <plugins> <plugin> <groupId>org.apache. ...

  9. 【Spark篇】---SparkStreaming中算子中OutPutOperator类算子

    一.前述 SparkStreaming中的算子分为两类,一类是Transformation类算子,一类是OutPutOperator类算子. Transformation类算子updateStateB ...

  10. LVS(二)NAT模型配置

    NAT配置模式 环境说明 LVS服务器(在eth0:0上设置VIP为:192.168.159.200/24) Eth0:192.168.159.133/24   GW:192.168.159.2 Et ...