Detect breaches with Canary credit cards
blog.thinkst.com
Detect breaches with Canary credit cards
1–10 of 158 posts
Re: Detect breaches with Canary credit cards
#2I can definitely see that adding a couple of these to ones password manager would be hugely valuable!
Re: Detect breaches with Canary credit cards
#3Re: Detect breaches with Canary credit cards
#4Re: Detect breaches with Canary credit cards
#5Re: Detect breaches with Canary credit cards
#6Looks neat and thanks for sharing idea. Aren't professionnal going to just discard all numbers associated with this "bank", then ?
> It’s a compelling argument: “Would you like attackers to first remove your bank’s cards from dumps they steal?”
Re: Detect breaches with Canary credit cards
#7Looks neat and thanks for sharing idea. Aren't professionnal going to just discard all numbers associated with this "bank", then ?
Re: Detect breaches with Canary credit cards
#8Those are free? Wouldn't those cost them something to create or operate?
Re: Detect breaches with Canary credit cards
#9Those are free? Wouldn't those cost them something to create or operate?
It was quite interesting, AFAIK we had a range of CC numbers that we could use, and we had to "answer" to an API call (a "lower-level webhook", it wasn't HTTP) that provided all the user data for verification, and we had to authorize in a maximum amount of time (hard real-time). The verification happened entirely on our side, so it was even possible to reuse numbers by changing the CVV or expiration date, for example. At least that was how it was explained to me, someone could chime in and correct some mistakes here! :)
This feature later enabled some banks to allow the customer to change their "credit limit" as much as they wanted, or to block/unblock the card using a toggle in the app. But "real time confirmation" wasn't possible because of the hard-real-time constraint we had. I remember we had to reply very fast at the time, and could get punished if we had too many timeouts.
This might not be the reality on every country or region, but by giving everyone a dummy credit card in those conditions, the costs would be only of servers + personnel.
Of course, a partnership with zero dollars worth of transactions would make zero sense to the partnering bank, so they would obviously complain. But this here seems to be a special case where there's a previous agreement.
Re: Detect breaches with Canary credit cards
#10Looks neat and thanks for sharing idea. Aren't professionnal going to just discard all numbers associated with this "bank", then ?
> Savvy attackers may start looking for patterns in the bank identification numbers (BINs) that we issue, and proactively deleting or excluding them from their dumps. For this reason we are in discussions with a number of banks to onboard their BINs to the system too, further mixing in legitimate cards with tokens. > It’s a compelling argument: “Would you like attackers to first remove your bank’s cards from dumps th…