TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Spammers start using short .gov URLs to trick their victims

69 点作者 derpenxyne超过 12 年前

10 条评论

rabidsnail超过 12 年前
"never click on links" is impossible advice to follow. Security people often forget that there is a tradeoff between security and functionality. You need to do cost/benefit analysis to decide whether to use a particular feature.
评论 #4675383 未加载
degenerate超过 12 年前
Bitly just posted in the blog comments that they stopped this exploit. That was fast -- yay. Link to comment: <a href="http://thenextweb.com/insider/2012/10/19/spammers-start-using-short-gov-urls-to-trick-their-victims/#comment-687435173" rel="nofollow">http://thenextweb.com/insider/2012/10/19/spammers-start-usin...</a>
评论 #4675916 未加载
bdcravens超过 12 年前
This is a problem with the .gov sites. Forget the shortening issue; that any site would happily redirect anything is nuts. I get they're doing it for tracking purposes, in which case, would it be that hard to whitelist the redirect URLs?
评论 #4675728 未加载
评论 #4675912 未加载
jaggederest超过 12 年前
I should think the issue is the insecure redirects, not the link-shortening.
评论 #4675823 未加载
Father超过 12 年前
This was also a much used trick: <a href="http://news.ycombinator.com@1249739877" rel="nofollow">http://news.ycombinator.com@1249739877</a> Although most browsers have implemented a warning of some sort it can still hoax spam-filters that use a regexp pattern which doesn't account for this type of behaviour.
评论 #4676264 未加载
nthitz超过 12 年前
Could bit.ly just see if a Location header is sent and if it there is one that is not to a .gov domain to not use the 1.usa.gov shortener?
评论 #4675639 未加载
评论 #4675408 未加载
zipdog超过 12 年前
Trustworthy and Automatic (for the link shortening) do not combine well.<p>At least the bit.ly service means that the traffic can be gathered and analysed (and presumably those links disabled) to get data about spam clicks.
Ramonaxvh超过 12 年前
The great thing about these URL shorteners is the companies seem to be very proactive when dealing with spam and malware. They don't want to be associated with this crap so naturally they block it when they find it.
TopTrix超过 12 年前
The simple and better way is to use WOT (web of trust) extension for firefox and chrome. It really help users from clicking on fraudulent links.
Evbn超过 12 年前
I don't see the threat. This is an only an issue for web users who trust the government more than an arbitrary stranger.