Hostname
comcast.com
Last fetched
comcast.com resolves to 1 IPv4 address operated by COMCAST-7922 - Comcast Cable Communications, LLC in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
comcast.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.99.227.0 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- comcast corporation
- Contact emails
Subdomains
1,249 observed subdomains of comcast.com.
Showing 25 of 1,249. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comcast.com in the public web crawl.
2,431 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for comcast.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.comcast.com |
| SPF_INCLUDE | _spf.mdp.comcast.net |
| SPF_INCLUDE | spf-00143705.pphosted.com |
| SPF_INCLUDE | spfext.zapproved.com |
| SPF_IP | 148.163.141.77 |
| SPF_IP | 148.163.145.77 |
| SPF_IP | 162.150.44.71 |
| SPF_IP | 192.28.144.202 |
| SPF_IP | 67.231.149.53 |
| SPF_IP | 67.231.157.49 |
| SPF_IP | 68.87.31.167 |
| SPF_IP | 68.87.96.15 |
| SPF_IP | 96.114.158.212 |
| SPF_IP | 96.114.28.75 |
| SPF_IP | 96.114.28.76 |
Related pages
Pivot deeper into the graph from comcast.com.
- IP · 96.99.227.0
- ASN · AS7922COMCAST-7922 - Comcast Cable Communications, LLC
- Registrar · iana:299
- Country · US
- Email · e28eefcc1cdd5b95c3b663@reg.csccorporatedomains.com
- TLD · .com
- Browse hostnames · co…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comcast.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.