Skip to content

Hostname

igroshop.com

Last fetched

igroshop.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:123 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.26.2.193104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.3.193104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.72.28172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:123
Organization
domain admin
Contact emails

Subdomains

6 observed subdomains of igroshop.com.

Web-graph footprint

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

56 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for igroshop.com.

MechanismTarget
SPF_Aigroshop.com
SPF_INCLUDEspf.theeml.com
SPF_INCLUDEspf.unisender.com
SPF_IP162.55.235.0/24
SPF_IP169.48.97.150
SPF_IP169.62.134.17
SPF_IP169.62.134.30
SPF_IP169.62.170.48
SPF_IP23.88.5.0/24
SPF_IP50.22.5.102
SPF_IP50.22.5.103
SPF_IP50.22.5.104
SPF_IP50.22.5.99
SPF_IP52.117.206.196
SPF_MXigroshop.com

Related pages

Pivot deeper into the graph from igroshop.com.

Cypher and MCP

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

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