Skip to content

Hostname

b.squidoo.com

Last fetched

b.squidoo.com resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · b.squidoo.comRouting diversity3.0/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/b.squidoo.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.214.128.743.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.222.47.743.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.214.63.21244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.160.79.7854.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with b.squidoo.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for b.squidoo.com.

MechanismTarget
SPF_Ab.squidoo.com
SPF_MXalt1.aspmx.l.google.com
SPF_MXaspmx2.googlemail.com
SPF_MXb.squidoo.com
SPF_MXsquidoo.com

Related pages

Pivot deeper into the graph from b.squidoo.com.

Cypher and MCP

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

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