Skip to content

Hostname

dukeschowderhouse.com

Last fetched

dukeschowderhouse.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · dukeschowderhouse.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/dukeschowderhouse.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.22.140.220100.42.93.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.177.5516.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
16.147.109.8116.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
35.160.150.21935.184.16.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2
Organization
duke's chowder house
Contact emails

Subdomains

2 observed subdomains of dukeschowderhouse.com.

Web-graph footprint

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

72 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for dukeschowderhouse.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP54.187.3.68
SPF_IP54.71.20.226

Related pages

Pivot deeper into the graph from dukeschowderhouse.com.

Cypher and MCP

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

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