Skip to content

Hostname

snarshop.com

Last fetched

snarshop.com resolves to 8 IPv4 addresses operated by AS64073 in US. WHOIS lists iana:433 as the registrar.

Nutrition Label

WHISPER CANON · snarshop.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/snarshop.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.52.1130.0.0.0/0AS64073US
13.226.52.1160.0.0.0/0AS64073US
13.226.52.460.0.0.0/0AS64073US
13.226.52.840.0.0.0/0AS64073US
18.66.78.12718.66.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.78.218.66.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.78.2218.66.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.78.5818.66.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

Registrar
iana:433
Organization
nouredine abbo
Contact emails

Subdomains

6 observed subdomains of snarshop.com.

Threat posture

History

Related pages

Pivot deeper into the graph from snarshop.com.

Cypher and MCP

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

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