Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legitimate sites in blacklist #21

Closed
chiara-paci opened this issue May 14, 2024 · 2 comments
Closed

Legitimate sites in blacklist #21

chiara-paci opened this issue May 14, 2024 · 2 comments

Comments

@chiara-paci
Copy link

Hi.

I'm trying to implement blackweb in the proxy of one of my clients, but there is something I can't understand.

I activate it in a test environment, and it's blocking almost everything, including:

  • well known sites like apache.org, docker.com, pypi.org, etc.;
  • banks like unicredit.it;
  • almost every italian provider (tiscali.it, virgilio.it, libero.it, etc.);
  • governative institutions (sogei.it, rai.it, provincia.tn.it, etc.).

Why are they included? How can Sogei, owned by a ministry, be in a blacklist?

@maravento
Copy link
Owner

maravento commented May 14, 2024

Thank you for your interest in Blackweb

BlackWeb is a project that collects and unifies public blocklists of domains. Therefore, if there are false positives, it is from one of the BlackWeb sources, described in SOURCES

The sites you just mentioned:

.apache.org
.docker.com
.libero.it
.provincia.tn.it
.pypi.org
.rai.it
.sogei.it
.tiscali.it
.unicredit.it
.virgilio.it

They have been reviewed and will be removed in the next BlackWeb update. But in the meantime, you can exclude them manually in the allowurls.txt ACL:

# Allow Rules for Domains
acl allowdomains dstdomain "/path_to/allowdomains.txt"
http_access allow allowdomains

# Block Rule for Blackweb
acl blackweb dstdomain "/path_to/blackweb.txt"
http_access deny blackweb

Important:

If you or another user have other domains that you consider false positives, you can publish them in this Issue, it doesn't matter if it is closed or send list to [email protected]

@maravento
Copy link
Owner

maravento commented Jun 16, 2024

fix it 4d00724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants