Hostname
mac.com
Last fetched
mac.com resolves to 1 IPv4 address operated by APPLE-ENGINEERING - Apple Inc. in US. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
mac.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 |
|---|---|---|---|---|
| 17.253.142.4 | 17.253.142.0/24 | AS714 | APPLE-ENGINEERING - Apple Inc. | US |
WHOIS identity
- Registrar
- iana:470
- Organization
- domain administrator
- Contact emails
Subdomains
477 observed subdomains of mac.com.
Showing 25 of 477. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mac.com in the public web crawl.
1,358 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for mac.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 106.39.212.64/29 |
| SPF_IP | 112.19.199.64/29 |
| SPF_IP | 112.19.242.64/29 |
| SPF_IP | 123.126.78.64/29 |
| SPF_IP | 144.178.36.0/24 |
| SPF_IP | 144.178.38.0/24 |
| SPF_IP | 157.255.1.64/29 |
| SPF_IP | 17.142.0.0/15 |
| SPF_IP | 17.41.0.0/16 |
| SPF_IP | 17.57.155.0/24 |
| SPF_IP | 17.57.156.0/24 |
| SPF_IP | 17.58.0.0/16 |
| SPF_IP | 183.240.219.64/29 |
| SPF_IP | 222.73.195.64/29 |
| SPF_IP | 2a01:b747:3000:200::/56 |
| SPF_IP | 2a01:b747:3001:200::/56 |
| SPF_IP | 2a01:b747:3002:200::/56 |
| SPF_IP | 2a01:b747:3003:200::/56 |
| SPF_IP | 2a01:b747:3004:200::/56 |
| SPF_IP | 2a01:b747:3005:200::/56 |
| SPF_IP | 2a01:b747:3006:200::/56 |
| SPF_IP | 39.156.163.64/29 |
| SPF_IP | 57.103.64.0/18 |
Related pages
Pivot deeper into the graph from mac.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mac.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.