Set of Maltego transforms written in Go for Bitcoin addresses/wallets investigation. Based on walletexplorer.com API.
Requirements:
- Maltego 4.0 or higher
- Redis (used for cache)
- Go 1.7+
Clone repository locally and run: make && make install
(tested under macOS Sierra only for now).
Edit config.json and re-run installation commands. List of config options:
logfile
– path to logfileredis_url
– Redis connection string (host:port)link_default
– color of arrows from wallets and addresseslink_service
– color of arrows from large serviceswallet_max_size
– max count of transactions to distinguish personal wallets and large services (default 2000)cache_addresses
– max number of addresses to cachecache_wallets
– max number of wallets to cacheicon_address
– url to address entity iconicon_wallet
– url to wallet entity iconicon_service
– url to service entity icon }
Enjoy responsibly!