Hostname
gap.co.uk
Last fetched
gap.co.uk resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists registrar:godaddy corporate domains llc as the registrar.
Nutrition Label
Resolution chain
gap.co.uk resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.50.131.139 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.156 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.60.96.40 | 23.60.96.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.60.96.49 | 23.60.96.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 95.101.133.73 | 95.101.133.0/24 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | SE |
| 95.101.133.91 | 95.101.133.0/24 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | SE |
WHOIS identity
- Registrar
- registrar:godaddy corporate domains llc
- Organization
- gap itm inc. non-uk corporation
- Contact emails
Subdomains
25 observed subdomains of gap.co.uk.
Web-graph footprint
Distinct hostnames that link to or from gap.co.uk in the public web crawl.
467 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for gap.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.next.co.uk |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from gap.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gap.co.uk"})-[: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.