Hostname
ownwell.com
Last fetched
ownwell.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ownwell.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of ownwell.com owner
- Contact emails
- cowan@comcast.net
- 328339a4-fc89-4378-8276-0a4978df3922@identity-protect.org
- 38f8b59d-e0ff-4b1e-9e65-7ea55be3efee@identity-protect.org
- 5d9cac7e-c34a-4c19-810f-2a610942ef13@identity-protect.org
- 7839fc4c-05a2-4227-b904-3a56f2eae20a@identity-protect.org
- fe55d0f4-689f-4059-ba1c-5aa85fff720b@identity-protect.org
- ff7e06e1-7ded-4a44-9bd6-67ac1ff6e1b3@identity-protect.org
Subdomains
8 observed subdomains of ownwell.com.
Web-graph footprint
Distinct hostnames that link to or from ownwell.com in the public web crawl.
435 sites link to this hostname.
440 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ownwell.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from ownwell.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ownwell.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.