Skip to content

Hostname

slowgrams.com

Last fetched

slowgrams.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:468 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
108.139.229.120108.139.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.229.34108.139.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.229.44108.139.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.229.7108.139.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.162.185.1273.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.163.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.543.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.753.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.66.213.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.253.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.393.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.793.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN

WHOIS identity

Registrar
iana:468
Organization
bernd christian
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from slowgrams.com.

Cypher and MCP

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

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