Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

QA on blacklist sources #1

Open
ethack opened this issue Jul 1, 2017 · 3 comments
Open

QA on blacklist sources #1

ethack opened this issue Jul 1, 2017 · 3 comments

Comments

@ethack
Copy link
Contributor

ethack commented Jul 1, 2017

I'm looking for ideas on how to prevent known non-malicious IPs, etc from ending up being flagged by RITA in the blacklisted module. For instance, 8.8.8.8 (one of Google's public DNS servers) made it into a blacklist that we use for a source. However, this IP is not malicious and RITA reporting it is a false positive.

I'm almost tempted to say this is an issue for the blacklist curators and that we are simply reporting them as they are. However, I don't want to have to manually go remove these values when we generate reports. And I don't want to have to explain why Google's DNS is reported as malicious.

I suggest keeping a text file in the repo of known good IPs, etc that people happen to find from time to time in the blacklists. Then rita-bl could use this list as a sort of global whitelist to prevent anything in it from appearing in the blacklists. We provide sensible defaults but if people would like to change them, they can edit the file. I'm worried that this is too closely related to whitelisting within RITA which we have decided to avoid thus far.

Thoughts? Would something like this be technically feasible?

@Zalgo2462
Copy link
Contributor

Technically feasible? Yes. However, this would require another layer of abstraction on rita-bl. An easier (and quicker) solution would be to just use better blacklists.

@ethack
Copy link
Contributor Author

ethack commented Jul 3, 2017

How do you suggest judging relative quality of blacklists?

@Zalgo2462
Copy link
Contributor

I don't claim to have the answer, but myip.ms allows user submissions without verification. Additionally, I haven't found a spot to request a blacklist takedown from them. Verification and the ability to remove entries from the blacklist would be important aspects to me.

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

No branches or pull requests

2 participants