Skip to content

Hostname

namespace.ge

Last fetched

namespace.ge resolves to 1 IPv4 address operated by AS20545 in GE.

Nutrition Label

WHISPER CANON · namespace.geRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/namespace.ge

Resolution chain

namespace.ge resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
217.147.225.26217.147.225.0/24AS20545GE

WHOIS identity

No WHOIS records are currently associated with namespace.ge in WhisperGraph.

Subdomains

55 observed subdomains of namespace.ge.

Web-graph footprint

Distinct hostnames that link to or from namespace.ge in the public web crawl.

205 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for namespace.ge.

MechanismTarget
SPF_Amail.goodweb.ge
SPF_Amail.skillers.ge
SPF_Anamespace.ge
SPF_IP178.63.160.208
SPF_MXnamespace.ge

Related pages

Pivot deeper into the graph from namespace.ge.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "namespace.ge"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.