Skip to content

Hostname

microtelinn.com

Last fetched

microtelinn.com resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in KR. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.76.78.8104.76.64.0/19AS16625AKAMAI-AS - Akamai Technologies, Inc.KR
23.49.114.6623.49.112.0/20AS16625AKAMAI-AS - Akamai Technologies, Inc.TW

WHOIS identity

Registrar
iana:2
Organization
u.s. franchise systems,
Contact emails

Subdomains

14 observed subdomains of microtelinn.com.

Web-graph footprint

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

319 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from microtelinn.com.

Cypher and MCP

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

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