←back to thread

742 points janpio | 2 comments | | HN request time: 0s | source
1. jakub_g ◴[] No.45676776[source]
Regarding how Google safe browsing actually works under the hood, here is a good writeup from Chromium team:

https://blog.chromium.org/2021/07/m92-faster-and-more-effici...

Not sure if this is exactly the scenario from the discussed article but it's interesting to understand it nonetheless.

TL;DR the browser regularly downloads a dump of color profile fingerprints of known bad websites. Then when you load whatever website, it calculates the color profile fingerprint of it as well, and looks for matches.

(This could be outdated and there are probably many other signals.)

replies(1): >>45677856 #
2. bmandale ◴[] No.45677856[source]
I can't imagine that lasted more than 30 seconds after they made a public blog post about how they were doing it.