Skip to content

Hostname

hotims.com

Last fetched

hotims.com resolves to 1 IPv4 address operated by 3ZCANADA-01 - 3Z Canada in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
205.189.47.90205.189.47.0/24AS194463ZCANADA-01 - 3Z CanadaCA

WHOIS identity

Registrar
iana:146
Organization
domain services
Contact emails

Subdomains

206 observed subdomains of hotims.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for hotims.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP205.189.47.0/24
SPF_IP8.7.218.0/24

Related pages

Pivot deeper into the graph from hotims.com.

Cypher and MCP

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

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