Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
haveibeensquatted.com
Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
1–10 of 11 posts
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#2Happy to get any valuable feedback, stories or questions. You're also all welcome to our Discord[3] if you want to talk about your use-cases or what you found using our tool!
If you're curious about building your own version, you can try out our open-source permutation library, `twistrs`[4].
[1]: https://news.ycombinator.com/item?id=32985139
[2]: https://lobste.rs/s/k719vs/have_i_been_sqautted_free_dns#c_f...
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#3It's a bit slow but understandable, so you'd permutate the input domain and then query DNS? Feels resource heavy, any caching mechanism in place? IMHO it'd be good to add some intro/info on the homepage.
Feedback, Make signing more visbile, currently you'd have to click login -> click on sign up
Feedback, I am expecting a paid premium after login but non, WIP?
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#4This is cool and very useful! It's a bit slow but understandable, so you'd permutate the input domain and then query DNS? Feels resource heavy, any caching mechanism in place? IMHO it'd be good to add some intro/info on the homepage. Feedback, Make signing more visbile, currently you'd have to click login -> click on sign up Feedback, I am expecting a paid premium after login but non, WIP?
> so you'd permutate the input domain and then query DNS?
Correct, we're running on resource-constrained lambdas right now and hoping to have some breathing room to expand on this soon. We want this to be the most accurate, point-in-time analysis of your domain so we want to push for this to run and scale rather than trying to tap into [expensive] data feeds.
> any caching mechanism in place? IMHO it'd be good to add some intro/info on the homepage.
Definitely, we had this prior with Cloudfront. As we're running on HTTP/2 stream, we simply cached the response and replayed it at the edge. We recently added signup/signin which complicated this so we've disabled it for the time. We're going to re-include it using Lambda@Edge shortly.
> Feedback, Make signing more visbile, currently you'd have to click login -> click on sign up
Noted!
> Feedback, I am expecting a paid premium after login but non, WIP?
Right now we're just giving access to more results after signin. We'll include CSV exports, some detailed results for free to help analysts. We're exploring premium features where you pay for recurring alerts about your domain with report history. Happy to hear what you feel are features you'd be happy to have included (and perhaps pay for?).
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#5Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#6This is cool and very useful! It's a bit slow but understandable, so you'd permutate the input domain and then query DNS? Feels resource heavy, any caching mechanism in place? IMHO it'd be good to add some intro/info on the homepage. Feedback, Make signing more visbile, currently you'd have to click login -> click on sign up Feedback, I am expecting a paid premium after login but non, WIP?
Thank you! > so you'd permutate the input domain and then query DNS? Correct, we're running on resource-constrained lambdas right now and hoping to have some breathing room to expand on this soon. We want this to be the most accurate, point-in-time analysis of your domain so we want to push for this to run and scale rather than trying to tap into [expensive] data feeds. > any caching mechanism in place? IMHO it'd be…
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#7Is the logo someone farting?
Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#8Re: Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
#9A different solution that runs locally is opensquat. https://github.com/atenreiro/opensquat