DOGE : Darknet Osint Graph Explorer

DOGE is a darknet Osint Graph Explorer, which is still in the development stage and you should use this in addtion to Darknet OSINT Transform.

Query prototype: SELECT DISTINCT custom_column_name AS input, another_custom_name AS output FROM some_table, obviously you can add other options as WHERE, ORDER BY, etc.

Also Read – Metaforge : An OSINT Metadata Analysing Tool that Filters Through Tags & Creates Reports

How-To

  • Database file: the filename of the database (sqlite3), ex: db.sqlite3
  • Graph file: useless (now as now)
  • Icon From: the type of the “from” entity (email -> domain, email is “from”, domain is “to”), so the same as Icon To
  • Center to node: put node id here, then click on Center Graph to center the graph to that specific node id
  • Query: write here the query that you’ll use to retrieve data from the database, follow the prototype above
  • Load Data: add data but don’t draw, you could use this to import stuff from various databases and when everyting is imported, draw
  • Draw Graph: draws nodes with edges
  • Import Graph: useless (now as now)
  • Export Graph: useless (now as now)
  • Prerender: does not display the graph until the “pre-rendering” process is done, this should be used when you have to graph 100s of nodes, feel free to change parameters:
    • 1st argument, precomputeGraph(), in pages/graph_1.html;
    • in the same file, lines 246 and 247.

Custom icons

Every icon comes from Font Awesome, I just changed colors.

Screenshot

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…

1 week 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…

2 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