Skip to content

Hostname

render.github.com

Last fetched

render.github.com resolves to 2 IPv4 addresses operated by GITHUB - GitHub, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
140.82.114.3140.82.114.0/24AS36459GITHUB - GitHub, Inc.US
140.82.121.3140.82.121.0/24AS36459GITHUB - GitHub, Inc.DE

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

20 SPF mechanisms authorising senders for render.github.com.

MechanismTarget
SPF_INCLUDE_netblocks.google.com
SPF_INCLUDE_netblocks2.google.com
SPF_INCLUDE_netblocks3.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEmktomail.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP166.78.69.169
SPF_IP166.78.69.170
SPF_IP166.78.71.131
SPF_IP167.89.101.192/28
SPF_IP167.89.101.2
SPF_IP192.254.112.60
SPF_IP192.254.112.98/31
SPF_IP192.254.113.10
SPF_IP192.254.113.101
SPF_IP192.254.114.176
SPF_IP192.30.252.0/22
SPF_IP62.253.227.114

Related pages

Pivot deeper into the graph from render.github.com.

Cypher and MCP

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

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