Skip to content

Hostname

jaz.link

Last fetched

jaz.link resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · jaz.linkRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/jaz.link

Resolution chain

jaz.link resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.58.31.19516.58.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
18.189.35.12218.189.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.136.23118.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.12.10.833.12.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.12.134.33.12.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.23.174.1653.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
cody smith
Contact emails

Subdomains

2 observed subdomains of jaz.link.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for jaz.link.

MechanismTarget
SPF_INCLUDEspf.privateemail.com

Related pages

Pivot deeper into the graph from jaz.link.

Cypher and MCP

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

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