Create a query to find hosts which returns the same favicon as https://en.wikipedia.org/favicon.ico
.
- Shodan uses MuarmurHash3 as a hashing function.
- You can use
http.html_hash
filter.- http.favicon.hash: MuarmurHash3 hash value
- e.g.
http.favicon.hash:708578229
(https://www.google.com/favicon.ico)
- Shodan processes the favicon in the following way.
- Favicon => Base64 => MurmurHash3.
- MuarmurHash3 libraries: