DEV Community

Cover image for Detecting fraudulent website traffic using IP geolocation and proxy database
Fischerbach
Fischerbach

Posted on • Originally published at medium.datadriveninvestor.com

Detecting fraudulent website traffic using IP geolocation and proxy database

When our website or web application suddenly receives visits from locations outside the average customer base, or registered users provide data that has a pattern, it may mean that we have been targeted by fraudulent traffic. Detecting this kind of activities is important for many reasons. In the online advertising industry, fraudulent traffic causes additional costs for every market participants. Publishers have to pay for infrastructure used to service. Advertisers pay for traffic that has no value. Other examples are payments processors, all sorts of contests, betting and online casinos.

Because of this, there is a need for sophisticated fraud detection systems. Detecting and preventing traffic fraud to maximize profits and minimizing operational costs is very challenging for publishers.

In this article, I show you how to detect suspicious visits to your website. We will check if IP geolocation and other IP-related characteristics could differentiate good and bad traffic. In the end, we will build rules that help automate the process of fraud detection.

Read More:
https://medium.datadriveninvestor.com/detecting-fraudulent-website-traffic-using-ip-geolocation-and-proxy-database-d79fd8a719d5

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay