Hostname
kohls.com
Last fetched
kohls.com resolves to 16 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
kohls.com resolves to 16 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.128 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.152 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 113.171.234.149 | 113.171.234.0/24 | AS45899 | VNPT-AS-VN VNPT Corp | VN |
| 113.171.234.150 | 113.171.234.0/24 | AS45899 | VNPT-AS-VN VNPT Corp | VN |
| 2.23.172.112 | 2.23.172.0/23 | AS20940 | AKAMAI-ASN1 | DK |
| 2.23.172.195 | 2.23.172.0/23 | AS20940 | AKAMAI-ASN1 | DK |
| 23.33.29.201 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.202 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.205 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.206 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.207 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.208 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.213 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.215 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 92.123.104.17 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.5 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from kohls.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for kohls.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kohls.com |
| SPF_INCLUDE | _spf2.kohls.com |
| SPF_INCLUDE | _spf3.kohls.com |
| SPF_MX | kohls.com |
Related pages
Pivot deeper into the graph from kohls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kohls.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.