Hostname
gap.co.jp
Last fetched
gap.co.jp resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
gap.co.jp 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.209.208.103 | 23.209.208.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.62.10.59 | 23.62.10.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 92.122.88.42 | 92.122.88.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CO |
| 92.122.88.42 | 92.122.88.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CO |
WHOIS identity
- Registrar
- —
- Organization
- gap japan k. k.
- Contact emails
- —
Subdomains
71 observed subdomains of gap.co.jp.
Showing 25 of 71. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gap.co.jp in the public web crawl.
759 sites link to this hostname.
52 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for gap.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail1.gap.co.jp |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.e-gift.co |
| SPF_IP | 122.209.66.130 |
| SPF_IP | 202.213.206.0/27 |
| SPF_IP | 210.155.146.64/26 |
| SPF_IP | 210.166.234.0/26 |
Related pages
Pivot deeper into the graph from gap.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gap.co.jp"})-[: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.