{"id":19418136,"url":"https://github.com/viralmaniar/murmurhash","last_synced_at":"2025-10-04T10:39:35.271Z","repository":{"id":50699023,"uuid":"362088885","full_name":"Viralmaniar/MurMurHash","owner":"Viralmaniar","description":"This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.","archived":false,"fork":false,"pushed_at":"2023-08-30T18:23:31.000Z","size":17,"stargazers_count":117,"open_issues_count":1,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T06:11:13.089Z","etag":null,"topics":["blueteam","blueteaming","cybersecurity","infosec","murmurhash","murmurhash3","phishing","phishing-detection","proactive-security","purpleteam","redteam","redteaming","security-tools","threat-intelligence","threathunting","threatintel","threatintelligence"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Viralmaniar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-04-27T11:33:29.000Z","updated_at":"2025-02-13T04:53:49.000Z","dependencies_parsed_at":"2024-01-22T19:02:08.709Z","dependency_job_id":null,"html_url":"https://github.com/Viralmaniar/MurMurHash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viralmaniar%2FMurMurHash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viralmaniar%2FMurMurHash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viralmaniar%2FMurMurHash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viralmaniar%2FMurMurHash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Viralmaniar","download_url":"https://codeload.github.com/Viralmaniar/MurMurHash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250636580,"owners_count":21463104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blueteam","blueteaming","cybersecurity","infosec","murmurhash","murmurhash3","phishing","phishing-detection","proactive-security","purpleteam","redteam","redteaming","security-tools","threat-intelligence","threathunting","threatintel","threatintelligence"],"created_at":"2024-11-10T13:12:49.558Z","updated_at":"2025-10-04T10:39:35.167Z","avatar_url":"https://github.com/Viralmaniar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MurMurHash\nThis little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.\n\n![image](https://user-images.githubusercontent.com/3501170/116244718-89518780-a7ab-11eb-8072-f64ff34eb54f.png)\n\n# What is MurMurHash?\nMurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. The name comes from two basic operations, multiply (MU) and rotate (R), used in its inner loop. The current version is MurmurHash3 which yields a 32-bit or 128-bit hash value. When using 128-bits, the x86 and x64 versions do not produce the same values, as the algorithms are optimized for their respective platforms. MurmurHash3 was released alongside SMHasher—a hash function test suite. \n\nFurther reading on: https://en.wikipedia.org/wiki/MurmurHash\n\n# How to install?\n\u003cpre\u003e\ngit clone https://github.com/Viralmaniar/MurMurHash.git\ncd MurMurHash\npip install -r requirements.txt\npython MurMurHash.py\n\u003c/pre\u003e\n\n# Detailed Blog:\n\nhttps://isc.sans.edu/diary/Hunting+phishing+websites+with+favicon+hashes/27326\n\n# Hunting Phish Events for Paypal \u0026 Tesla:\n\nAfter reading about hunting of phishing websites using favicon hashes I thought to generalise it to accept Favicon URLs for quick analysis on the Shodan. \n\nLooking for a favicon icon file on the orginal website of Paypal:\n\n![image](https://user-images.githubusercontent.com/3501170/116244994-d59cc780-a7ab-11eb-8185-68e5d06b092a.png)\n\nUsing `MurMurHash.py` file generating hash of the icon:\n![image](https://user-images.githubusercontent.com/3501170/116783246-13ae2a00-aad1-11eb-8ef9-6264369ef68f.png)\n\nSearching on Shodan for Paypal phishing domains/IPs:\n- https://www.shodan.io/search?query=http.favicon.hash%3A309020573 \n![image](https://user-images.githubusercontent.com/3501170/116245172-04b33900-a7ac-11eb-9356-fac258a7b8ea.png)\n\nValidating Shodan results:\n\n![image](https://user-images.githubusercontent.com/3501170/116245681-8c00ac80-a7ac-11eb-8e21-e9c942a94041.png)\n\n![image](https://user-images.githubusercontent.com/3501170/116245886-c702e000-a7ac-11eb-98d4-d12c76377d37.png)\n\nNow, let's search for Tesla icon on the original site:\n\n![image](https://user-images.githubusercontent.com/3501170/116247177-ef3f0e80-a7ad-11eb-9edb-7428569a2035.png)\n\nSearching on Shodan for Tesla phishing domains/IPs:\n![image](https://user-images.githubusercontent.com/3501170/116783829-50c7eb80-aad4-11eb-85f1-48fef9e89a0a.png)\n\n - https://www.shodan.io/search?query=http.favicon.hash%3A476528568\n\n![image](https://user-images.githubusercontent.com/3501170/116245987-e39f1800-a7ac-11eb-948b-39b722861db6.png)\n\nValidating Shodan results:\n\n![image](https://user-images.githubusercontent.com/3501170/116247540-4e9d1e80-a7ae-11eb-9cfa-d4db76d1b3ec.png)\n\n# Questions?\n\nTwitter: [@ManiarViral](https://twitter.com/maniarviral) \u003cBR\u003e\nLinkedIn: https://au.linkedin.com/in/viralmaniar\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralmaniar%2Fmurmurhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviralmaniar%2Fmurmurhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralmaniar%2Fmurmurhash/lists"}