-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[AV-Comparatives.org] Update and reactivate ruleset #10407
Conversation
Please rewrite this without the wildcard. Even if the certificate has a wildcard, individual domains may fail for other reasons. |
But wildcard DNS is literally the only case where we can cover all possible subdomains only through a wildcard ruleset. How do you propose we protect this domain otherwise? |
We can protect it by listing the specific domains like we normally do. #10307 (comment) is a current example of this. I personally think there is almost no good use case for wildcards in rulesets. This has been discussed before, unfortunately I can't find a link. I know others disagree. |
Okay I think I get what you are asking. What you do in this case is try to find URLs that are meaningfully different and then protect those specifically. You can do this by seeing which URLs show up in Google searches, and by running Sublist3r and visiting all of the URLs returned. "Junk" URLs like |
It get the idea behind what you are proposing but IMO, it would make sense only if the website didn't choose this configuration on purpose. I have always assumed they did that for analytical reasons. They would post If what I am describing is true, then we should use a wildcard because it is the only way we can protect subdomains that are created on the fly. |
I'm not sure what you mean by "analytical reasons". Are you talking about https://www.av-comparatives.org in particular or all wildcard certificate sites in general? |
I was talking about analytics. Now that you say it, I am not sure I am talking about wildcard DNS+certificate sites in general. |
I don't think we can assume a wildcard URL is for analytics. |
This is why I said wildcard DNS+certificate. EDIT: Maybe we don't mean the exact same thing when I talk about wildcard DNS. In this case, all subdomains redirect to www.av-comparatives.org (excepted a couple that are configured otherwise). |
Let's say I am the owner of It is also more powerful than traditional referers because if someone learns about www.av-comparatives.org on site1 and sends the link to their friends, I will still know the original source of the link. |
I get what you're saying now about DNS+certificate, thanks. That's an unusual way to handle analytics. Most sites are going to use stuff like tokens in the URL, the |
Also, https://feedbacksystem.av-comparatives.org times out while http://feedbacksystem.av-comparatives.org works. |
Please let me know when this is ready for a "formal" review. |
@jeremyn, should be ready now |
Thanks, merged. |
#9842