Hah, that enterprise pricing is insane.
Show HN: URL Canary – Get an alert when someone finds your secrets
51–60 of 122 posts
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#52Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#53You might think about embedding bounties in crypto blockchains. For example, create BTC wallets that can be unlocked using a secret sitting next to (or steganographically embedded in) the secret you're trying to protect. This gives the person uncovering the secret an incentive to activate the canary. {RI,MP}AA are apparently doing this with their music and movies, so they know when they are showing up on pirate sites…
As skeptical as I am about crypto currencies, this is a really interesting application. Basically exploiting human greed. Thank you for sharing it.
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#54Is following a URL common practice for someone who accesses documents? I mean if I come across a repository, my first inclination isn't to find all of the hidden URL's and chase them.
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#55Earlier quoted context omitted.
Not true. I know bitly and googl have those info pages, so I'll check them out when I am curious but am not sure whether I want to alert whereever it leads. I know I'll get more info at best, and don't lose anything at worst. For random URLs, I guess I could try whois lookups, but I'd be much more likely to just check it out than with a short URL which is easily checked out.
I think you missed my point. If seeing that the bit.ly URL redirects to a known-urlcanary domain would put you off visiting the URL, then seeing the raw known-urlcanary domain (not behind bit.ly) would also be enough to put you off visiting it.
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#56Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#57Earlier quoted context omitted.
Not true. I know bitly and googl have those info pages, so I'll check them out when I am curious but am not sure whether I want to alert whereever it leads. I know I'll get more info at best, and don't lose anything at worst. For random URLs, I guess I could try whois lookups, but I'd be much more likely to just check it out than with a short URL which is easily checked out.
I think you missed my point. If seeing that the bit.ly URL redirects to a known-urlcanary domain would put you off visiting the URL, then seeing the raw known-urlcanary domain (not behind bit.ly) would also be enough to put you off visiting it.
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#58Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#59So what happens when the three offered domains become widely known to be fake? Can this service be federated and use custom domains or is it just another game of whack-a-mole?
Re: Show HN: URL Canary – Get an alert when someone finds your secrets
#60Hah, that enterprise pricing is insane.
while echo -en "HTTP/1.1 200 OK\r\n..." | nc -l $IP $PORT; do
cat $MESSAGE | sendmail -i -t
done
More complex configurations could still be worked out in <50 lines of Python.