About A Scam
事件起因
本篇记录一个我遇到一个诈骗故事。
这两年我陆续有收到邮件,内容为有一大笔遗产我可以继承,让我提供银行卡号,身份证号相关信息。
后面邮件的内容就变为,有一笔公益款项,可以用我名义去管理,让我提供联系方式和护照或身份证相关信息。
在我第一次收到这种邮件时,我内心就知道这是骗子邮件,因为不可能这么好的事情从天而降。前年收到邮件一直没怎么放心上,但后面陆续会收到类似的邮件。
本文我整理一下邮件内容,如果读者也收到类似的邮件,希望你能保持理智,不要上当受骗。
邮件内容
这里列几封邮件的内容,其它内容是类似的
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
- "dear friend":
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的更多相关文章
- 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 ...
- 中国计算机学会CCF推荐国际学术会议
中国计算机学会推荐国际学术会议 (计算机系统与高性能计算) 一.A类 序号 会议简称 会议全称 出版社 网址 1 ASPLOS Architectural Support for Programmin ...
- mysql字符乱码
解决mysql字符乱码思路: mysql服务器字符集 mysql客户端字符集 系统字符集 生产环境改字符集: 1.导出表结构到 scam.sql文件中 2.更改scam.sql文件中的字符集为想要的字 ...
- Linux常用命令(四)
1.xargs 作用是将参数列表转换成小块分段传递给其他命令,以避免参数列表过长的问题 语法格式: # xargs [-ni] 常用参数: 参数 参数说明 -n 分组输出,n个分为一组 -i 与大括号 ...
- CCF推荐国际学术会议
类别如下计算机系统与高性能计算,计算机网络,网络与信息安全,软件工程,系统软件与程序设计语言,数据库.数据挖掘与内容检索,计算机科学理论,计算机图形学与多媒体,人工智能与模式识别,人机交互与普适计算, ...
- Database Corruption ->> Fix Database In Suspect State
昨天在工作中遇到一个情况,就是Development环境中的某台服务器上的某个数据库进入了Suspect状态.以前看书倒是知道说这个状态,不过实际工作当中从来没有遇到过.那么一些背景情况是这样的. 环 ...
- RAID对硬盘的要求及其相关
Raid 0:至少需要两块硬盘,磁盘越多,读写速度越快,没有冗余. Raid 1:只能用两块硬盘,两块硬盘的数据互为镜像(写慢,读快),一块磁盘冗余. Raid 5:至少需要3块硬盘,一块磁盘冗余. ...
- usb.ids
# # List of USB ID's # # Maintained by Vojtech Pavlik <vojtech@suse.cz> # If you have any new ...
- INDEX FAST FULL SCAN和INDEX FULL SCAN
INDEX FULL SCAN 索引全扫描.单块读 .它扫描的结果是有序的,因为索引是有序的.它通常发生在 下面几种情况(注意:即使SQL满足以下情况 不一定会走索引全扫描) 1. SQL语句有ord ...
随机推荐
- Iconfont 在HTML中的使用
一.准备阶段: a.进入阿里巴巴矢量图标库www.iconfont.cn挑选所需的图标,加入购物车 b.点击网页中的购物车下载代码 二.3种方法实现 Iconfont 的HTML显示 Unicode ...
- java多线程 生产者和消费者 lock
package com.atguigu.thread.lock; import java.util.concurrent.locks.Condition; import java.util.concu ...
- git冲突时解决方法
在多人协作中,使用git时有冲突是必然的,当git pull 下来代码的时候会出现 <<<<<<< HEAD这些东西,我也没有详细了解过这些,只是知道删除一 ...
- Apache Flink 介绍
原文地址:https://mp.weixin.qq.com/s?__biz=MzU2Njg5Nzk0NQ==&mid=2247483660&idx=1&sn=ecf01cfc8 ...
- CASE 表达式
通过本篇文章我们来学习一下CASE表达式的基本使用方法. CASE表达式有简单 CASE表达式(simple case expression)和搜索 CASE表达式(searched caseexpr ...
- Spring Aop源码分析
最近看了SpringAop的源码实现 大概记录一下aop的源码流程 创建一个最简单的一个测试类 package com.zcg.learn.Test; import org.aopalliance. ...
- 第七周LINUX学习笔记
HTTP的基本操作 3月17资源子网和通信子网套接字:两类 socket:IP port IP:port Ip.port unix sock:基于文 ...
- [LeetCode] 26. 删除排序数组中的重复项
题目链接:https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/ 题目描述: 给定一个排序数组,你需要在原地删除重复 ...
- 使用BeanUtils类实现DTO之间的同名属性复制
开发中经常碰到这样的场景,从数据库查询出来全部的字段,但是有些字段是不想给 客户端看到,这时就需要将属性从DAO复制到传给客户端的DTO对象,如果采用get/set, 那显得很麻烦.可使用反射实现. ...
- Hadoop系列002-从Hadoop框架讨论大数据生态
本人微信公众号,欢迎扫码关注! 从Hadoop框架讨论大数据生态 1.Hadoop是什么 1)Hadoop是一个由Apache基金会所开发的分布式系统基础架构 2)主要解决,海量数据的存储和海量数据的 ...