Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Viralmaniar/MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
https://github.com/Viralmaniar/MurMurHash
blueteam blueteaming cybersecurity infosec murmurhash murmurhash3 phishing phishing-detection proactive-security purpleteam redteam redteaming security-tools threat-intelligence threathunting threatintel threatintelligence
Last synced: 3 months ago
JSON representation
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
- Host: GitHub
- URL: https://github.com/Viralmaniar/MurMurHash
- Owner: Viralmaniar
- License: mit
- Created: 2021-04-27T11:33:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T18:23:31.000Z (about 1 year ago)
- Last Synced: 2024-04-11T03:55:18.692Z (7 months ago)
- Topics: blueteam, blueteaming, cybersecurity, infosec, murmurhash, murmurhash3, phishing, phishing-detection, proactive-security, purpleteam, redteam, redteaming, security-tools, threat-intelligence, threathunting, threatintel, threatintelligence
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 109
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Viralmaniar/MurMurHash - This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform. (Python)
README
# MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.![image](https://user-images.githubusercontent.com/3501170/116244718-89518780-a7ab-11eb-8072-f64ff34eb54f.png)
# What is MurMurHash?
MurmurHash 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.Further reading on: https://en.wikipedia.org/wiki/MurmurHash
# How to install?
git clone https://github.com/Viralmaniar/MurMurHash.git
cd MurMurHash
pip install -r requirements.txt
python MurMurHash.py# Detailed Blog:
https://isc.sans.edu/diary/Hunting+phishing+websites+with+favicon+hashes/27326
# Hunting Phish Events for Paypal & Tesla:
After reading about hunting of phishing websites using favicon hashes I thought to generalise it to accept Favicon URLs for quick analysis on the Shodan.
Looking for a favicon icon file on the orginal website of Paypal:
![image](https://user-images.githubusercontent.com/3501170/116244994-d59cc780-a7ab-11eb-8185-68e5d06b092a.png)
Using `MurMurHash.py` file generating hash of the icon:
![image](https://user-images.githubusercontent.com/3501170/116783246-13ae2a00-aad1-11eb-8ef9-6264369ef68f.png)Searching on Shodan for Paypal phishing domains/IPs:
- https://www.shodan.io/search?query=http.favicon.hash%3A309020573
![image](https://user-images.githubusercontent.com/3501170/116245172-04b33900-a7ac-11eb-9356-fac258a7b8ea.png)Validating Shodan results:
![image](https://user-images.githubusercontent.com/3501170/116245681-8c00ac80-a7ac-11eb-8e21-e9c942a94041.png)
![image](https://user-images.githubusercontent.com/3501170/116245886-c702e000-a7ac-11eb-98d4-d12c76377d37.png)
Now, let's search for Tesla icon on the original site:
![image](https://user-images.githubusercontent.com/3501170/116247177-ef3f0e80-a7ad-11eb-9edb-7428569a2035.png)
Searching on Shodan for Tesla phishing domains/IPs:
![image](https://user-images.githubusercontent.com/3501170/116783829-50c7eb80-aad4-11eb-85f1-48fef9e89a0a.png)- https://www.shodan.io/search?query=http.favicon.hash%3A476528568
![image](https://user-images.githubusercontent.com/3501170/116245987-e39f1800-a7ac-11eb-948b-39b722861db6.png)
Validating Shodan results:
![image](https://user-images.githubusercontent.com/3501170/116247540-4e9d1e80-a7ae-11eb-9cfa-d4db76d1b3ec.png)
# Questions?
Twitter: [@ManiarViral](https://twitter.com/maniarviral)
LinkedIn: https://au.linkedin.com/in/viralmaniar