Skip to content

Hostname

grantwatch.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
172.66.132.137172.66.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.137.242172.66.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
50.28.38.15650.28.0.0/18AS32244LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

96 observed subdomains of grantwatch.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for grantwatch.com.

MechanismTarget
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEu1801101.wl.sendgrid.net
SPF_IP198.2.183.241
SPF_IP50.28.38.156
SPF_IP72.52.151.13

Related pages

Pivot deeper into the graph from grantwatch.com.

Cypher and MCP

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

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