Categories: Kali Linux

Orbit – Draws Relationships Between Crypto Wallets Using Recursive Crawling

Orbit draws relationships between crypto wallets using recursive crawling. Give it a blockchain based crypto wallet address and it will crawl 3 levels deep in transaction data to plot a graph out of the information.

Orbit Usage

Run orbit.py with python3 as follows

python3 orbit.py

Enter the wallet address

  __         
 |  |  _ |  ' _|_
 |__| |  |) |  |  
 
Enter a wallet address: xxxxxxxxxxxxxxx

Now orbit will scrape wallets through blockchain API and once its done, a json file will be generated. Next thing is to plot a graph for which we will be using quark framework .

Clone Quark and navigate to the Quark directory and feed the json file to quark.py as follows:

python quark.py /path/to/file.json

And that’s it! Your job is done here, open quark.html to see your graph.

Also Read Hindsight – Tool For Analyzing Web Artifacts Chrome Browser & Chromium-Based Applications

Warning

The size of nodes (dots) and edges (lines) depends on the transactions made by that address to other members of the scope.
So the size of nodes can be ridiculously big but don’t get scared, just click on stabilize option in the sidebar and leave the rest to quark.
Also, if the node lables are getting on the way, click on the Node Lables option to turn that off.
The last thing is that there are going to be a lot of nodes that aren’t interesting like a wallet that has made only one transaction. Such nodes will just make your graph ugly. To fix this, click on the clean option which will delete such insignificant nodes. More information about how to interact with the graph can be found on Quark’s readme.

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago