Skip to content

Hostname

sha3ar.com

Last fetched

sha3ar.com resolves to 1 IPv4 address operated by ULTAHOST-AS in DE. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · sha3ar.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/sha3ar.com

Resolution chain

sha3ar.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
79.133.51.18479.133.51.0/24AS214036ULTAHOST-ASDE

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

11 observed subdomains of sha3ar.com.

Web-graph footprint

Distinct hostnames that link to or from sha3ar.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for sha3ar.com.

MechanismTarget
SPF_Asha3ar.com
SPF_IP79.133.51.184
SPF_MXsha3ar.com

Related pages

Pivot deeper into the graph from sha3ar.com.

Cypher and MCP

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

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