https://github.com/netoeuler/darkbitcoingraph
Find Bitcoin addresses with abuse reports that made transaction with a specific Bitcoin address and generate a graph
https://github.com/netoeuler/darkbitcoingraph
Last synced: 5 months ago
JSON representation
Find Bitcoin addresses with abuse reports that made transaction with a specific Bitcoin address and generate a graph
- Host: GitHub
- URL: https://github.com/netoeuler/darkbitcoingraph
- Owner: netoeuler
- License: gpl-3.0
- Created: 2021-04-29T14:34:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T23:47:03.000Z (over 3 years ago)
- Last Synced: 2024-08-03T22:04:49.499Z (8 months ago)
- Language: Python
- Size: 107 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- On-Chain-Investigations-Tools-List - DarkBTCGraph
README
# darkbitcoingraph
Find Bitcoin addresses with abuse reports that made transaction with a specific Bitcoin address to be used to generate a graph in http://osintcombine.tools/
After execute darkbitcoingraph.py, you need to run generate_output.py passing the pivot Bitcoin address as parameter. It will generate a file with the name of the address with a _tograph at the end, this file have to be submitted to OsintCombineTools to generate the graph with the informations collected with this tool.Output example:
- Address:
- Wallet:
Simple generated graph:

To use this tool you need to have access to the [BitcoinAbuseDatabase](https://www.bitcoinabuse.com/) API. After that you need to put the token in API_ABUSE_TOKEN variable or create the '.config' file with this format:
API_ABUSE_TOKEN = _token_
Where _token_ is your token to use the BitcoinAbuse API.