由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - technical question: click fraud detection? (转载)
相关主题
DMCA RIAA help...security groups
请问哪里有比较好的spider代码下载?[转载] How to detect overflow in C?
有关游戏的记录 (转载)Re: 关于网叶连接的路径问题,急救!!
紧急求教,电子邮箱感染病毒该怎么处理?How to detect if a number is a fibonacci number?
Latex problem请推荐几个network security方面的主要journal或者conference
能不能找到这样的例子写paper引用wiki的东西可以吗?
I/O costhelp with Programming!!!
memorial page for Prof. Hongjun LuAn unexpected error has been detected by HotSpot Virtual Machine:
相关话题的讨论汇总
话题: bots话题: fake话题: click话题: detection话题: fraud
进入CS版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: creation (努力自由泳50m/45sec !), 信区: SanFrancisco
标 题: technical question: click fraud detection?
发信站: BBS 未名空间站 (Tue May 28 01:16:46 2013, 美东)
we are working on some ppc click fraud detection project.
a very hard problem is how to find those clicks which come from "get paid to
click on ads" users, or simply from bots on compromised machines.
for bots, the bots program can decorate their http requests any way they
like, they can write fake cookies, fake referrer, fake landing urls. a lot
of the research on this subject focuses on the frequency per cookie, or try
to look at referrers (reverse spidering), or look at the user's browsing
history (landing url) . but if the bot can fake all these, the analysis on
these features also become useless, right?
the only thing that can not be faked by the bots is the ip. so we have the
very basic, very common frequency per ip analysis. but this is not
effective at all if the fake requests are widely distributed on a
compromised botnet of machines.
anybody working in this field could give some pointers? thanks
1 (共1页)
进入CS版参与讨论
相关主题
An unexpected error has been detected by HotSpot Virtual Machine:Latex problem
google没法用,大虾谁帮我看一下? (转载)能不能找到这样的例子
请教:如何用Java get URL content是.swe并且是utf-16 encoding (转载)I/O cost
再弱问java:这是java version不同造成的吗? (转载)memorial page for Prof. Hongjun Lu
DMCA RIAA help...security groups
请问哪里有比较好的spider代码下载?[转载] How to detect overflow in C?
有关游戏的记录 (转载)Re: 关于网叶连接的路径问题,急救!!
紧急求教,电子邮箱感染病毒该怎么处理?How to detect if a number is a fibonacci number?
相关话题的讨论汇总
话题: bots话题: fake话题: click话题: detection话题: fraud