Hostname
www.unifyd.cloud
Last fetched
www.unifyd.cloud resolves to 2 IPv4 addresses operated by Webdev CC T/A Cybertek - Webdev CC T/A Cybertek in ZA.
Nutrition Label
Resolution chain
www.unifyd.cloud 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 |
|---|---|---|---|---|
| 102.176.233.169 | 102.176.233.0/24 | AS32437 | Webdev CC T/A Cybertek - Webdev CC T/A Cybertek | ZA |
| 197.221.14.25 | 197.221.0.0/18 | AS37153 | Xneelo (Pty) Ltd - Xneelo (Pty) Ltd | ZA |
WHOIS identity
No WHOIS records are currently associated with www.unifyd.cloud in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for www.unifyd.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | mailcow.unifyd.cloud |
| SPF_INCLUDE | spf.host-h.net |
| SPF_IP | 102.176.233.171/32 |
Related pages
Pivot deeper into the graph from www.unifyd.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.unifyd.cloud"})-[: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.