Hostname
uoc.cw
Last fetched
uoc.cw is a registered hostname under the .cw top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with uoc.cw in WhisperGraph.
Subdomains
22 observed subdomains of uoc.cw.
Web-graph footprint
Distinct hostnames that link to or from uoc.cw in the public web crawl.
113 sites link to this hostname.
38 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for uoc.cw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.afas.online |
| SPF_IP | 162.241.0.0/16 |
| SPF_IP | 173.254.0.0/16 |
| SPF_IP | 192.185.0.0/16 |
| SPF_IP | 50.87.0.0/16 |
| SPF_IP | 66.147.240.0/20 |
| SPF_IP | 67.20.0.0/19 |
| SPF_IP | 69.195.124.0/22 |
| SPF_IP | 74.220.192.0/19 |
Related pages
Pivot deeper into the graph from uoc.cw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uoc.cw"})-[: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.