Skip to content

Hostname

iamroot.tech

Last fetched

iamroot.tech resolves to 3 IPv4 addresses operated by CONTABO in DE.

Nutrition Label

WHISPER CANON · iamroot.techRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/iamroot.tech

Resolution chain

iamroot.tech resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
207.180.198.118207.180.198.0/23AS51167CONTABODE
209.126.83.17209.126.80.0/21AS40021CONTABO-40021 - Contabo Inc.US
217.15.165.139217.15.160.0/21AS141995CAPL-AS-AP Contabo Asia Private LimitedSG

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from iamroot.tech in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for iamroot.tech.

MechanismTarget
SPF_MXiamroot.tech

Related pages

Pivot deeper into the graph from iamroot.tech.

Cypher and MCP

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

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