Skip to content

Hostname

prints-format.com

Last fetched

prints-format.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · prints-format.comRouting diversity4.8/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/prints-format.com

Resolution chain

prints-format.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.59.80.7513.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
18.116.5.7618.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.190.13.2118.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.190.180.18418.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.220.181.518.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.131.129.2013.131.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.14.200.2513.14.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.121.1543.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.8.313.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.20.7.1853.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.23.76.443.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:299
Organization
c/o whoistrustee.com
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from prints-format.com.

Cypher and MCP

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

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