Skip to content

Hostname

gade.com

Last fetched

gade.com resolves to 1 IPv4 address operated by TEAM-BLUE-DENMARK in DK. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · gade.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/gade.com

Resolution chain

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

IPPrefixASNOperatorCountry
94.231.106.22394.231.96.0/20AS48854TEAM-BLUE-DENMARKDK

WHOIS identity

Registrar
iana:269
Organization
attn gade.com
Contact emails

Subdomains

3 observed subdomains of gade.com.

Web-graph footprint

Distinct hostnames that link to or from gade.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for gade.com.

MechanismTarget
SPF_INCLUDE_spf.semaphor.dk
SPF_INCLUDEspf.spamfilter.io
SPF_IP217.74.215.114

Related pages

Pivot deeper into the graph from gade.com.

Cypher and MCP

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

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