Skip to main content
Question

Ogre Routing - Hunting for Nodes of Ogre Nodes

  • 9 September 2024
  • 1 reply
  • 35 views

Hello!

 

We are trying to map IPs in our address space to OGRE router nodes and TOR nodes. Do you know of any way to investigate this through Censys or do you know of any sources of information related to this?

Here are some links on the subject of Ogre Routing, with some similarities to TOR Routing:

-https://github.com/NthMetal/ogre-router/blob/master/README.md

-https://github.com/NthMetal/ogre-router-server

 

Thanks!

Hey MrTiTi, you can use the following queries for Tor nodes:

services.tls.certificate.parsed.subject.common_name: "*.onion"
services.tls.certificate.parsed.extensions.subject_alt_name.dns_names: "*.onion"

 

I wasn’t able to immediately find anything for Ogre nodes, but I’ll keep poking around. Hope these help in the meantime.


Reply