用 iptables 将入埠的 TCP Reset 丢弃,多少会削弱一些干扰所带来的困扰。
iptables -I INPUT -p tcp --tcp-flags RST RST -j DROP iptables -I FORWARD -p tcp --tcp-flags RST RST -j DROP
用 iptables 将入埠的 TCP Reset 丢弃,多少会削弱一些干扰所带来的困扰。
iptables -I INPUT -p tcp --tcp-flags RST RST -j DROP iptables -I FORWARD -p tcp --tcp-flags RST RST -j DROP
前面有抓到个新的一号店 yhd.com 的 ISP 劫持,还是老一套,劫持到 IFRAME + 跳转页面。无聊不无聊,高点技术含量的都玩不来么?
劫持页面是:
<html> <head></head> <body style="margin:0px;overflow-x:hidden;overflow-y:hidden;"> <iframe id="i" width="100%" height="100%" frameborder="no" style="position:fixed;" onload="" scrolling="auto" src="http://stat.51lama.com/stat/2014-11-24/2014-11-24-3.html"> #document (IFRAME 中的内容见下文) </iframe> </body> </html>
嵌套的 IFRAME 里面的内容是: Continue reading 又抓到个新的一号店 ISP 劫持(更新京东的 ISP 劫持)
不知道是不是要搂钱过年的关系,最近电信的 DNS 劫持超猛的,首当其冲是京东,最多一回10分钟里5,6次被劫,然后还有一号店、百度等。就算更换 DNS 服务器也没用,这种劫持技术已经炉火纯青了。貌似唯一有用的是 DNSCrypt Proxy, 不过被干扰的常常超时。
基本就是输入 jd.com 然后回车,会被先劫持到广告联盟的网站,然后跳转到京东,相关人等可以按点击次数收钱。而且,更恶心的是会留下 cookie 哦,有了这块小饼干,你在京东上买东西他们也许可以获得返利。就算钱是小事,万一个人信息泄漏了,那就……
目前抓到有4种 jd.com 和1种 yhd.com 的劫持方法。也许还有更多,只是暂时没遇到。
http://click.linktech.cn/?m=360buy&a=A100210094&l=99999&l_cd1=0&l_cd2=1&tu=http%3A%2F%2Fwww.jd.com
http://count.chanet.com.cn/click.cgi?a=524640&d=22338&u=&e=&url=http%3A%2F%2Fwww.jd.com
http://hao.xfect.cn/js/jd2.html
http://5tm.com/joey/jd.html http://5tm.com/joey/yhd.html
距离上次写Blog已经好几年了,原本是在Live spaces写点东西,后来微软关闭Live spaces后就没怎么写了。自从去年末开始被电信抽风折腾到没话,讲于是买了VPS来科学上网,干脆再用wp建个blog来写点东西
,记录生活点滴。
It has been a long time since I wrote my last blog. I have a blog on Live space once, until MS shut down Live space.
Since late last year, my China Telecom broadband became very unstable and unacceptable slow when browsing abroad websites, so I bought my self a VPS running VPN on it as a workaround to solve this problem. So I think why not set up a website and start blogging again?