moov-io / watchman

AML/CTF/KYC/OFAC Search of global watchlist and sanctions
https://moov-io.github.io/watchman/
Apache License 2.0
338 stars 89 forks source link

blocking crypto currency algorithms #362

Open adamdecaf opened 3 years ago

adamdecaf commented 3 years ago

Often crytpocurrencies have addresses which should be blocked. This can be for various reasons (deny transactions against Satoshi's addresses, block terrorists, randomware, etc).

Could watchman offer such lists?

Examples:

mauriceLC92 commented 3 years ago

@adamdecaf I would like to help out with this. Could you assign it to me? I won't be able to jump on it immediately but am keen to help build out the lists

adamdecaf commented 3 years ago

@mauriceLC92 Sure! Can you design the endpoint(s) or brainstorm a design? I've got a rough idea in my head, but curious what you're thinking.

mauriceLC92 commented 3 years ago

Hey @adamdecaf I reached out to you via your email that I found on your site (gmail). Can we pick up comms there about logistics before discussing design?

michaelneale commented 11 months ago

BTW - https://github.com/0xB10C/ofac-sanctioned-digital-currency-addresses/ is an example script that can scrape them from OFAC

adamdecaf commented 10 months ago

@michaelneale Do you know of other sanction lists with crypto currency addresses included?

michaelneale commented 10 months ago

@adamdecaf not off hand, only in the advanced xml of sanctions OFAC: https://github.com/0xB10C/ofac-sanctioned-digital-currency-addresses/?tab=readme-ov-file#ofac-sanctioned-digital-currency-addresses

adamdecaf commented 10 months ago

I see it in sdn_comments.csv which is where we're pulling from currently.

adamdecaf commented 10 months ago

v0.28.0 of Watchman adds a /crypto endpoint with addresses from the OFAC list.

Are there other lists that people would like crypto addresses pulled from and made available in search?

Edit: Found one on OpenSanctions - https://www.opensanctions.org/search/?datasets=ransomwhere&schema=CryptoWallet&scope=default

michaelneale commented 10 months ago

I wasn't able to find any on a quick search. Lots of mentions of sanctioned wallets etc - but seems either OFAC or case by case for now.