Hostname
halfords.com
Last fetched
halfords.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
halfords.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.168 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.184 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.198.214.81 | 23.198.214.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.198.214.86 | 23.198.214.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.202.89.106 | 23.202.89.0/24 | AS18403 | — | VN |
| 23.202.89.89 | 23.202.89.0/24 | AS18403 | — | VN |
| 23.36.162.200 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- halfords
- Contact emails
Subdomains
45 observed subdomains of halfords.com.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from halfords.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for halfords.com.
| Mechanism | Target |
|---|---|
| SPF_A | halfords.com |
| SPF_A | infrastructure.pod264.demandware.net |
| SPF_A | production.eu01.halfords.demandware.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | halfords.com |
Related pages
Pivot deeper into the graph from halfords.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "halfords.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.