The original post: /r/piracy by /u/stan_frbd on 2025-01-06 15:34:22.
Hello fellow pirates,
first of all, happy new year!
I am a junior cybersecurity engineer who used to download a lot of bad stuff (and that's why I work in cybersecurity I guess).
I built an open source tool to easily check reputation of URL / domains / IP or file hashes.
I first shared it with my team mates at work and they told me to open source it, then I shared it on Reddit and it has now more that 70 stars on GitHub (I didn't expect it, and I'm really happy).
Use cases :
* Check IP reputation from various CTI sources (15+ engines, API)
* Check if your IP from your VPN provider is "well known" or on BlockLists
* Check whois records of domains, abuse contacts, reputation
* Check URL reputation (mostly API but also Google result scraping)
* Check hashes on VirusTotal directly (API)
This project is inspired from IntelOwl (CTI checker) but it is much lighter in terms of resources requirements.
I decided to create a public demo here: https://demo.cyberbro.net/
The original project: https://github.com/stanfrbd/cyberbro/
Feel free to share any feedback. This project is all free and open source, I don't get any money from it and I don't intend to.