hagezi / dns-blocklists

DNS-Blocklists: For a better internet - keep the internet clean!
GNU General Public License v3.0
6.31k stars 215 forks source link

d3vk40ihlliju7.cloudfront.net #884

Closed jarelllama closed 1 year ago

jarelllama commented 1 year ago

Which domain(s) should be blocked?

d3vk40ihlliju7.cloudfront.net

Why should the domain(s) be blocked?

Subdomain requested when using mxtoolbox.com. Blocking the subdomain seems to have no affect on the site functionality.

hagezi commented 1 year ago

Random Cloudflare, we should first find out what that CNAME is for.

hagezi commented 1 year ago

Seems related to Qualaroo: User Research & Customer Feedback Software will block it in the aggressive lists. Used for tracking I think.

jarelllama commented 1 year ago

Could I ask how you managed to find that information so I can do better analysis on my own?

hagezi commented 1 year ago

Found this Code: https://github.com/ferrava/companysearchengine/blob/244e3b88f9a78619eba728457cc57aec5003aef9/apache-nutch-1.16/htmlFiles/0f2d046ba348c96b3b817ed62f737c71_.html#L491

<!-- Qualaroo for local.ch -->
<script type="text/javascript">
  var _kiq = _kiq || [];
  (function() {
    setTimeout(function() {
      var d = document,
          f = d.getElementsByTagName('script')[0],
          s = d.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = '//d3vk40ihlliju7.cloudfront.net/49252/acC.js';
      f.parentNode.insertBefore(s, f);
    }, 1);
  })();