Hostname
avnet.com
Last fetched
avnet.com resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in HK. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
avnet.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.208.99.188 | 23.208.98.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | HK |
| 23.216.61.169 | 23.216.60.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | FR |
| 23.41.180.169 | 23.41.180.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- avnet inc. avnet,
- Contact emails
Subdomains
377 observed subdomains of avnet.com.
Showing 25 of 377. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from avnet.com in the public web crawl.
1,864 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for avnet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailhost.avnet.com |
| SPF_INCLUDE | _netblocks.eloqua.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 172.79.30.144 |
| SPF_IP | 193.34.102.163 |
| SPF_IP | 193.34.102.164 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 213.61.178.85 |
| SPF_IP | 52.0.134.224 |
| SPF_MX | avnet.com |
Related pages
Pivot deeper into the graph from avnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avnet.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.