hagezi / dns-blocklists

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

https://browser.lol/ #2471

Closed Nzzyme closed 5 months ago

Nzzyme commented 5 months ago

Which AdBlocker/DNS cloud service do you use?

AdGuard DNS, Other

Other

HaGeZi's Threat Intelligence Feeds DNS Blocklist

NextDNS users only

With which block list(s) does the problem occur?

Threat Intelligence Feeds

Which domain(s) should be unblocked?

https://browser.lol/

Why should the domain(s) be unblocked?

I don't see a reason why it should be blocked.

hagezi commented 5 months ago

Via Phishing Army.

Flagged: https://www.virustotal.com/gui/domain/browser.lol/detection https://www.urlvoid.com/scan/browser.lol/

Secure DNS:
 - 360Secure       OK
 - AliDNS          OK
 - CFIEC           OK
 - CleanBrowsing   BLOCKED
 - Cloudflare      BLOCKED
 - ComodoSecure    OK
 - CONTROLD.TIF    BLOCKED
 - DNS0.eu         BLOCKED
 - DNS0.eu.ZERO    BLOCKED
 - DNSWatchGO      OK
 - HaGeZi.TIF      BLOCKED
 - Neustar         BLOCKED
 - NextDNS.TIF_AI  OK
 - NortonCS        OK
 - NRD.DGA.IDN     OK
 - Quad9           OK
 - SafeDNS         OK
 - UltraDNS        BLOCKED
 - Umbrella        OK
 - YandexSafe      OK
github-actions[bot] commented 5 months ago

Thanks for your support, domain(s) has been added to the allowlist and will be removed in the next update. The update takes place every 24 hours. Updated list versions are usually available at 04:00 UTC.

Nzzyme commented 5 months ago

Via Phishing Army.

Flagged: https://www.virustotal.com/gui/domain/browser.lol/detection https://www.urlvoid.com/scan/browser.lol/

Secure DNS:
 - 360Secure       OK
 - AliDNS          OK
 - CFIEC           OK
 - CleanBrowsing   BLOCKED
 - Cloudflare      BLOCKED
 - ComodoSecure    OK
 - CONTROLD.TIF    BLOCKED
 - DNS0.eu         BLOCKED
 - DNS0.eu.ZERO    BLOCKED
 - DNSWatchGO      OK
 - HaGeZi.TIF      BLOCKED
 - Neustar         BLOCKED
 - NextDNS.TIF_AI  OK
 - NortonCS        OK
 - NRD.DGA.IDN     OK
 - Quad9           OK
 - SafeDNS         OK
 - UltraDNS        BLOCKED
 - Umbrella        OK
 - YandexSafe      OK

Thanks! May I know which service have you used to generate the tabular status of 'Secure DNS' above? I mean, how do I scan a URL via multiple DNS service providers at once? Thanks!

hagezi commented 5 months ago

This is my own shell script from my build system. Simplifies a dig of the domain against different IPs of the Secure DNS.

https://github.com/PeterDaveHello/chkdomain does something similar

Nzzyme commented 4 months ago

This is my own shell script from my build system. Simplifies a dig of the domain against different IPs of the Secure DNS.

https://github.com/PeterDaveHello/chkdomain does something similar

Thanks!