Hostname
digikey.com
Last fetched
digikey.com resolves to 1 IPv4 address operated by DIGIKEY - Digi-Key Corporation in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
digikey.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 |
|---|---|---|---|---|
| 204.221.76.76 | 204.221.76.0/24 | AS14738 | DIGIKEY - Digi-Key Corporation | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- digi-key corporation
- Contact emails
Subdomains
214 observed subdomains of digikey.com.
Showing 25 of 214. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from digikey.com in the public web crawl.
6,320 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for digikey.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.digikey.com |
| SPF_A | mail2.digikey.com |
| SPF_A | mail3.digikey.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 204.221.76.215/32 |
| SPF_MX | digikey.com |
Related pages
Pivot deeper into the graph from digikey.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digikey.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.