Hostname
github.com
Last fetched
github.com resolves to 4 IPv4 addresses operated by GITHUB - GitHub, Inc. in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
github.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.82.121.3 | 140.82.121.0/24 | AS36459 | GITHUB - GitHub, Inc. | DE |
| 140.82.121.4 | 140.82.121.0/24 | AS36459 | GITHUB - GitHub, Inc. | DE |
| 20.205.243.166 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 4.228.31.150 | 4.224.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | BR |
| 4.228.31.150 | 4.224.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | BR |
WHOIS identity
- Registrar
- iana:292
- Organization
- github hostmaster
- Contact emails
Subdomains
36,131 observed subdomains of github.com.
Showing 25 of 36,131. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from github.com in the public web crawl.
918,937 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for github.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 166.78.69.169 |
| SPF_IP | 166.78.69.170 |
| SPF_IP | 166.78.71.131 |
| SPF_IP | 167.89.101.192/28 |
| SPF_IP | 167.89.101.2 |
| SPF_IP | 192.254.112.60 |
| SPF_IP | 192.254.112.98/31 |
| SPF_IP | 192.254.113.10 |
| SPF_IP | 192.254.113.101 |
| SPF_IP | 192.254.114.176 |
| SPF_IP | 192.30.252.0/22 |
| SPF_IP | 62.253.227.114 |
Related pages
Pivot deeper into the graph from github.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.