Hackers Make $5M a Day by Faking 300M Video Views
61–70 of 136 posts
Re: Hackers Make $5M a Day by Faking 300M Video Views
#62I've long wondered if the best ad blocker would be a client that simply randomly clicks ads instead of blocking them. If you send fake clicks and spoof looking like real activity, that will pressure both advertisers and the websites that display ads. If millions of people do this...
Re: Hackers Make $5M a Day by Faking 300M Video Views
#63Normally a "real browser" can't run 100s of ad players at once, but "methbrowser" is a node.js application with a C module that speaks Flash's plugin protocol directly. It simulates a dom, runs JavaScript in a node VM, but doesn't have to do any of the messy rendering that things like PhantomJS have to. It was discovered years ago because: * Their IP stack was acting like Linux[1] * Their flash player said "I'm Linux…
Given the complexity and quirks of modern browser engines it seems like it should be pretty easy to detect this type of custom "browser".
All the other techniques require JavaScript and/or AS3 and are thus subject to modification by these kinds of sophisticated attackers. The only real way to do JavaScript in these cases is to change it often enough and run enough parallel versions that the attacker cannot keep up.
Re: Hackers Make $5M a Day by Faking 300M Video Views
#64Earlier quoted context omitted.
Can we have a spamhaus for ad fraud? * list of botnet infected IPs participating in ad fraud * list of offending/incompetent SSP blindly accepting forged requests
> Can we have a spamhaus for ad fraud? There are a lot of vendors in this space now, offering various kinds of "spamhaus"-type solutions. They're all crap because they operate blacklists of various kinds to keep their customers dependent. The ideal scenario is for ad networks/SSPs to implement the anti-fraud technology themselves, however getting there from here is difficult: The first ad network to go clean will be…
Re: Hackers Make $5M a Day by Faking 300M Video Views
#65I know some legitimate businesses depend on ads for revenue, but it really has become ridiculous. As a 'normal' internet user, being bombarded and having websites complaining about my ad blocker is starting to piss off quite a bit of people. When I need something, I buy it online most of the time (if possible). I'm kinda happy someone is gaming that whole system against them, maybe it will help transform the ad ecosy…
Maybe those companies who lost money go back and try to sue the ad exchanges because they didn't adequately detect the click fraud, so then it's the ad companies who take the hit.
In the end, what actual change do you think would be enacted by companies who wish to advertise their products being the victim of fraud?
Re: Hackers Make $5M a Day by Faking 300M Video Views
#66Can anyone explain why it's the ad buyers that lose out in this case, not the ad network? Surely it makes way more sense for the ad networks to bare the financial responsibility of preventing ad fraud and not the ad buyer? (The ad equivalent of a money-back-guarantee) How is an ad buyer ever supposed to make an informed decision about how susceptible their chosen ad vendor is to fraud?
At this point, advertisers just assume some level of fraud is part of the deal with any platform. As long as you're hitting your target ROI than advertising on still makes sense.
The goal of DR is drive an immediate action, for ex. a purchase or news letter signup. Branding/Awareness is more about keeping the brand/product top of mind for the eventual time when the purchasing is actually done.
Usually small and mid-sized advertisers focus on DR. That's why you see a lot of re-targeting type ads for buying products you abandoned in your shopping cart (exception: large ecommerce).
Then you have large advertisers like the Fortune 500 and beyond. They know that you're not making the purchase right there. Hardly any toothpaste, car, $25k server ads or retirement account ads lead to a conversion instantaneously. This is Branding/Product advertising. The hope is to keep their product top-of-mind so you'll consider it when you're driving by the dealership or in the toothpaste isle at Target. This is like your traditional newspaper advertising. Traditional KPIs like CPA used in DR ads don't make sense here. And, due to fraud CPC and CTR are not that useful.
A lot of brand/product advertisements don't have a good instantaneous KPI and measuring long term ROI for a year long $25k server campaign is nebulous art at best.
So to wrap up this story. The guys running this fraud operation were spoofing "premium" video sites with $13.00+ average CPMs (this is high); they were going for the most expensive inventory. The people buying ads on "premium" video sites are not DR advertisers. The goal was to capture Branding/Product advertisers dollars.
It's a bit of a misconception that all online advertising is ROI focused. This was true maybe 4 years ago. With younger audiences (40 and under) consuming more video content online versus linear television there's been in a influx of branding dollars coming "premium" online video.
(Disclosure: My company Adfin provided data for financial estimate for this anti-fraud operation done by WhiteOps)
Re: Hackers Make $5M a Day by Faking 300M Video Views
#67I've long wondered if the best ad blocker would be a client that simply randomly clicks ads instead of blocking them. If you send fake clicks and spoof looking like real activity, that will pressure both advertisers and the websites that display ads. If millions of people do this...
I get a cheap thrill out of clicking ads to make people pay. Trump ad ... click Comcast ... click Ambulance chasing lawyer ... click click click So that would be better than random - a plugin that clicks the ads for things you don't like or aren't interested in.
Re: Hackers Make $5M a Day by Faking 300M Video Views
#68Re: Hackers Make $5M a Day by Faking 300M Video Views
#69Earlier quoted context omitted.
> Can we have a spamhaus for ad fraud? There are a lot of vendors in this space now, offering various kinds of "spamhaus"-type solutions. They're all crap because they operate blacklists of various kinds to keep their customers dependent. The ideal scenario is for ad networks/SSPs to implement the anti-fraud technology themselves, however getting there from here is difficult: The first ad network to go clean will be…
Do you have any more information about the as3 mixer controls?
var st:SoundTransform = new SoundTransform(1.0);
st.leftToLeft = st.leftToRight = 0.0;
st.rightToLeft = st.rightToRight = 0.0;
SoundMixer.soundTransform = st;
Mutes the audio, but if a VPAID component naively checks: SoundMixer.soundTransform.volume
they will get 1.0. Most don't even bother checking though.Re: Hackers Make $5M a Day by Faking 300M Video Views
#70> bots "watched" as many as 300 million video ads a day, with an average of $13.04 per faked view How were they getting $13.04 per view ?
"The article has since been updated, now it mentions $13.04 per 1000 views:" (niklaslogren) [1]