Skip to content

Hostname

email.simple.life

Last fetched

email.simple.life resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH.

Nutrition Label

WHISPER CANON · email.simple.lifeRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/email.simple.life

Resolution chain

email.simple.life resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.55.33143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.45143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.9143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.93143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
18.67.175.10718.67.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.ID
18.67.175.418.67.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.ID
18.67.175.7818.67.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.ID
18.67.175.8118.67.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.ID

WHOIS identity

No WHOIS records are currently associated with email.simple.life in WhisperGraph.

Subdomains

1 observed subdomain of email.simple.life.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for email.simple.life.

MechanismTarget
SPF_EXISTS%{i}._spf.sparkpostmail.com

Related pages

Pivot deeper into the graph from email.simple.life.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "email.simple.life"})-[: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.