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 ToCenter 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
VirtualBox is a free, open-source, cross-platform virtualization application maintained by Oracle. It lets you run multiple…
PostgreSQL (also called Postgres) is a free, open-source, object-relational database management system with a strong reputation…
VMware Workstation Player is a mature, stable virtualization platform that lets you run multiple isolated operating…
A properly configured firewall is one of the most important layers of security for any internet-facing server. UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables rules that ships pre-installed on Ubuntu. Its defaults are sensible: block all incoming connections, allow all outgoing connections. No outside traffic reaches your server unless you explicitly open a port. This guide covers how to configure a UFW firewall on Ubuntu 18.04, from setting default policies and application profiles to writing allow and deny rules for specific ports, IPs, and subnets. <strong>Prerequisite:</strong> You need sudo access. Configure UFW Firewall on Ubuntu: Defaults, SSH, and Application Profiles If UFW is not installed, add it with: bashsudo…
UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables rules on Ubuntu. It ships pre-installed…
Apache Cassandra is a free, open-source NoSQL database designed for high availability and linear scalability with…