Skip to content

Hostname

bigcommerce.com

Last fetched

bigcommerce.com resolves to 2 IPv4 addresses operated by TDMOF-AS-AP Treasury Department in US. WHOIS lists iana:447 as the registrar.

Nutrition Label

WHISPER CANON · bigcommerce.comRouting diversity2.4/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/bigcommerce.com

Resolution chain

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

IPPrefixASNOperatorCountry
192.200.160.253192.200.160.0/24AS399566TDMOF-AS-AP Treasury DepartmentUS
63.141.128.363.141.128.0/24AS399566TDMOF-AS-AP Treasury DepartmentUS

WHOIS identity

Registrar
iana:447
Organization
bigcommerce pty.
Contact emails

Subdomains

131 observed subdomains of bigcommerce.com.

Web-graph footprint

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

26,322 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for bigcommerce.com.

MechanismTarget
SPF_Azgateway.zuora.com
SPF_INCLUDE_spf.bigcommerce.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.mandrillapp.com
SPF_IP192.28.144.165

Related pages

Pivot deeper into the graph from bigcommerce.com.

Cypher and MCP

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

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