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.sqlite3Graph 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 idQuery
: write here the query that you’ll use to retrieve data from the database, follow the prototype aboveLoad Data
: add data but don’t draw, you could use this to import stuff from various databases and when everyting is imported, drawDraw Graph
: draws nodes with edgesImport 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:precomputeGraph()
, in pages/graph_1.html
;Custom icons
Every icon comes from Font Awesome, I just changed colors.
Screenshot
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…