Skip to content

Hostname

gate.ngo

Last fetched

gate.ngo resolves to 2 IPv4 addresses operated by AS12722 in RU. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · gate.ngoRouting diversity2.4/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/gate.ngo

Resolution chain

gate.ngo resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:1647
Organization
gate - global action for trans equality
Contact emails

Subdomains

3 observed subdomains of gate.ngo.

Web-graph footprint

Distinct hostnames that link to or from gate.ngo in the public web crawl.

176 sites link to this hostname.

399 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for gate.ngo.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spfprod.ngpvan.com
SPF_INCLUDEsendgrid.net

Related pages

Pivot deeper into the graph from gate.ngo.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gate.ngo"})-[: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.