Filter fake traffic on site
Bots that mimic clicks on links come to the site. Browse the page and the like.
Their IP address is different, the User-Agent is no different from ordinary users, the countries are also different.
The only thing that gives them out is the zero activity on the site and the entry interval of all bots within an hour, in the amount of about 15 bots.
These bots can handle JC scripts, because Google Analytics accepts them as regular users. I tried to include spam bots filtering, there was no result.
Ban by IP address, by country, by browser header is not an option. How else can you track fake traffic on the site from bots and prevent them from going to the site?
php apache bots spam spam-prevention
add a comment |
Bots that mimic clicks on links come to the site. Browse the page and the like.
Their IP address is different, the User-Agent is no different from ordinary users, the countries are also different.
The only thing that gives them out is the zero activity on the site and the entry interval of all bots within an hour, in the amount of about 15 bots.
These bots can handle JC scripts, because Google Analytics accepts them as regular users. I tried to include spam bots filtering, there was no result.
Ban by IP address, by country, by browser header is not an option. How else can you track fake traffic on the site from bots and prevent them from going to the site?
php apache bots spam spam-prevention
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49
add a comment |
Bots that mimic clicks on links come to the site. Browse the page and the like.
Their IP address is different, the User-Agent is no different from ordinary users, the countries are also different.
The only thing that gives them out is the zero activity on the site and the entry interval of all bots within an hour, in the amount of about 15 bots.
These bots can handle JC scripts, because Google Analytics accepts them as regular users. I tried to include spam bots filtering, there was no result.
Ban by IP address, by country, by browser header is not an option. How else can you track fake traffic on the site from bots and prevent them from going to the site?
php apache bots spam spam-prevention
Bots that mimic clicks on links come to the site. Browse the page and the like.
Their IP address is different, the User-Agent is no different from ordinary users, the countries are also different.
The only thing that gives them out is the zero activity on the site and the entry interval of all bots within an hour, in the amount of about 15 bots.
These bots can handle JC scripts, because Google Analytics accepts them as regular users. I tried to include spam bots filtering, there was no result.
Ban by IP address, by country, by browser header is not an option. How else can you track fake traffic on the site from bots and prevent them from going to the site?
php apache bots spam spam-prevention
php apache bots spam spam-prevention
asked Nov 20 '18 at 13:34
CuBeR116CuBeR116
1
1
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49
add a comment |
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49
add a comment |
1 Answer
1
active
oldest
votes
I would suggest using a CDN service such as Cloudflare.
Cloudflare (and other similar services) act as a proxy for your site, providing services like caching, and filtering of suspicious traffic.
Because they serve a lot of traffic for a lot of sites, they have a very strong understanding, in real time, of what traffic is coming from bots or hackers, and they can filter out a lot of it before it even gets anywhere near your site.
They offer a number of other benefits as well, but even if you ignore everything else, I think this kind of service is probably the only way you're going to filter out these kinds of highly sophisticated bots.
For smaller sites, you can get Cloudflare's basic service for free. Larger sites will need to pay a subscription for the service though.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53394205%2ffilter-fake-traffic-on-site%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would suggest using a CDN service such as Cloudflare.
Cloudflare (and other similar services) act as a proxy for your site, providing services like caching, and filtering of suspicious traffic.
Because they serve a lot of traffic for a lot of sites, they have a very strong understanding, in real time, of what traffic is coming from bots or hackers, and they can filter out a lot of it before it even gets anywhere near your site.
They offer a number of other benefits as well, but even if you ignore everything else, I think this kind of service is probably the only way you're going to filter out these kinds of highly sophisticated bots.
For smaller sites, you can get Cloudflare's basic service for free. Larger sites will need to pay a subscription for the service though.
add a comment |
I would suggest using a CDN service such as Cloudflare.
Cloudflare (and other similar services) act as a proxy for your site, providing services like caching, and filtering of suspicious traffic.
Because they serve a lot of traffic for a lot of sites, they have a very strong understanding, in real time, of what traffic is coming from bots or hackers, and they can filter out a lot of it before it even gets anywhere near your site.
They offer a number of other benefits as well, but even if you ignore everything else, I think this kind of service is probably the only way you're going to filter out these kinds of highly sophisticated bots.
For smaller sites, you can get Cloudflare's basic service for free. Larger sites will need to pay a subscription for the service though.
add a comment |
I would suggest using a CDN service such as Cloudflare.
Cloudflare (and other similar services) act as a proxy for your site, providing services like caching, and filtering of suspicious traffic.
Because they serve a lot of traffic for a lot of sites, they have a very strong understanding, in real time, of what traffic is coming from bots or hackers, and they can filter out a lot of it before it even gets anywhere near your site.
They offer a number of other benefits as well, but even if you ignore everything else, I think this kind of service is probably the only way you're going to filter out these kinds of highly sophisticated bots.
For smaller sites, you can get Cloudflare's basic service for free. Larger sites will need to pay a subscription for the service though.
I would suggest using a CDN service such as Cloudflare.
Cloudflare (and other similar services) act as a proxy for your site, providing services like caching, and filtering of suspicious traffic.
Because they serve a lot of traffic for a lot of sites, they have a very strong understanding, in real time, of what traffic is coming from bots or hackers, and they can filter out a lot of it before it even gets anywhere near your site.
They offer a number of other benefits as well, but even if you ignore everything else, I think this kind of service is probably the only way you're going to filter out these kinds of highly sophisticated bots.
For smaller sites, you can get Cloudflare's basic service for free. Larger sites will need to pay a subscription for the service though.
answered Nov 20 '18 at 13:45
SpudleySpudley
140k33196276
140k33196276
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53394205%2ffilter-fake-traffic-on-site%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
When you run your Google Analytics reports can you filter out the "zero activity" visitors?
– MonkeyZeus
Nov 20 '18 at 13:58
I need them to not be able to get to the site completely
– CuBeR116
Nov 20 '18 at 14:14
Do you know what these bots are doing? Are they submitting forms or just scraping content?
– MonkeyZeus
Nov 20 '18 at 14:44
Take a look at stackoverflow.com/a/34828465/2191572 because it is really a superb summation of your issue.
– MonkeyZeus
Nov 20 '18 at 14:49