Skip to content

Hostname

containerhq.com

Last fetched

containerhq.com resolves to 2 IPv4 addresses operated by WPX in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
198.60.193.6198.60.193.0/24AS210250WPXUS
67.202.92.11667.202.64.0/18AS29802HVC-AS - HIVELOCITY, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

4 observed subdomains of containerhq.com.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for containerhq.com.

MechanismTarget
SPF_INCLUDEdc-aa8e722993._spfm.containerhq.com
SPF_IP198.60.193.6

Related pages

Pivot deeper into the graph from containerhq.com.

Cypher and MCP

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

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