Skip to content

Hostname

id.apple.com

Last fetched

id.apple.com resolves to 2 IPv4 addresses operated by APPLE-ENGINEERING - Apple Inc. in US.

Nutrition Label

WHISPER CANON · id.apple.comRouting diversity1.5/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.3/10canon.whisper.security/host/id.apple.com

Resolution chain

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

IPPrefixASNOperatorCountry
17.32.194.1117.32.128.0/17AS714APPLE-ENGINEERING - Apple Inc.US
17.32.194.4217.32.128.0/17AS714APPLE-ENGINEERING - Apple Inc.US

WHOIS identity

No WHOIS records are currently associated with id.apple.com in WhisperGraph.

Web-graph footprint

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

8 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for id.apple.com.

MechanismTarget
SPF_INCLUDE_spf-mkt.apple.com
SPF_INCLUDE_spf-txn.apple.com
SPF_INCLUDE_spf.apple.com
SPF_INCLUDEicloud.com

Related pages

Pivot deeper into the graph from id.apple.com.

Cypher and MCP

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

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