Hostname
keds.com
Last fetched
keds.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
keds.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.119.248.191 | 135.119.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 130.213.176.223 | 130.213.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- designer brands
- Contact emails
Subdomains
17 observed subdomains of keds.com.
Web-graph footprint
Distinct hostnames that link to or from keds.com in the public web crawl.
853 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for keds.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.dsw.com._spf.smart.ondmarc.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.166.95.11/32 |
| SPF_IP | 66.205.187.163 |
| SPF_IP | 74.118.97.122 |
| SPF_IP | 74.118.97.52/28 |
| SPF_IP | 74.118.97.73 |
| SPF_IP | 74.118.97.74 |
| SPF_IP | 74.118.97.82 |
| SPF_IP | 74.118.97.83 |
Related pages
Pivot deeper into the graph from keds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "keds.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.