Skip to content

Hostname

intranda.com

Last fetched

intranda.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:269 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
88.99.184.12388.99.0.0/16AS24940HETZNER-ASDE
94.130.90.16994.130.0.0/16AS24940HETZNER-ASDE

WHOIS identity

Registrar
iana:269
Organization
intranda
Contact emails

Subdomains

143 observed subdomains of intranda.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for intranda.com.

MechanismTarget
SPF_IP188.40.71.142/32
SPF_MXintranda.com

Related pages

Pivot deeper into the graph from intranda.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "intranda.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.