Skip to content

Hostname

shezon.com

Last fetched

shezon.com resolves to 2 IPv4 addresses operated by SAUDINETSTC-AS in SA. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · shezon.comRouting diversity2.4/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/shezon.com

Resolution chain

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

IPPrefixASNOperatorCountry
2.88.117.1452.88.112.0/20AS25019SAUDINETSTC-ASSA
2.88.92.1552.88.80.0/20AS25019SAUDINETSTC-ASSA

WHOIS identity

Registrar
iana:1861
Organization
on behalf of shezon.com owner
Contact emails

Subdomains

1 observed subdomain of shezon.com.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for shezon.com.

MechanismTarget
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from shezon.com.

Cypher and MCP

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

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