Hostname
owc.com
Last fetched
owc.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
owc.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 |
|---|---|---|---|---|
| 23.36.162.198 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.213 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.222 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.46.228.164 | 23.46.228.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.46.228.166 | 23.46.228.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.110 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.115 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- domain adminstrator
- Contact emails
Subdomains
14 observed subdomains of owc.com.
Web-graph footprint
Distinct hostnames that link to or from owc.com in the public web crawl.
502 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for owc.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | owc.com.hosted.spf-report.com |
Related pages
Pivot deeper into the graph from owc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "owc.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.