Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocking crypto currency algorithms #362

Open
adamdecaf opened this issue Jul 14, 2021 · 9 comments
Open

blocking crypto currency algorithms #362

adamdecaf opened this issue Jul 14, 2021 · 9 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed

Comments

@adamdecaf
Copy link
Member

adamdecaf commented Jul 14, 2021

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:

@adamdecaf adamdecaf added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 14, 2021
@mauriceLC92
Copy link

mauriceLC92 commented Jul 15, 2021

@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
Copy link
Member Author

@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
Copy link

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
Copy link

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

@adamdecaf
Copy link
Member Author

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

@michaelneale
Copy link

@adamdecaf
Copy link
Member Author

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

@adamdecaf
Copy link
Member Author

adamdecaf commented Jan 29, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@michaelneale @adamdecaf @mauriceLC92 and others