Skip to content

Hostname

shop.mccormick.com

Last fetched

shop.mccormick.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · shop.mccormick.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/shop.mccormick.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.58.70.6916.58.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
18.117.54.9318.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.190.5.20018.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.135.159.1233.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.141.75.653.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.204.1383.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with shop.mccormick.com in WhisperGraph.

Subdomains

1 observed subdomain of shop.mccormick.com.

Web-graph footprint

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

101 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for shop.mccormick.com.

MechanismTarget
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from shop.mccormick.com.

Cypher and MCP

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

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