Skip to content

Hostname

jackrich.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.95.243104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.149.190172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:2
Organization
jack rich,
Contact emails

Subdomains

2 observed subdomains of jackrich.com.

Web-graph footprint

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

13 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for jackrich.com.

MechanismTarget
SPF_Ajackrich.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net
SPF_IP143.42.119.157
SPF_IP173.255.224.126
SPF_IP208.81.72.0/21
SPF_IP216.224.128.3/32
SPF_IP2600:3c03:0:0:f03c:94ff:fea1:80b9

Related pages

Pivot deeper into the graph from jackrich.com.

Cypher and MCP

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

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