Hostname
www.comunic.ro
Last fetched
www.comunic.ro resolves to 1 IPv4 address operated by TTI-NET in RO.
Nutrition Label
Resolution chain
www.comunic.ro resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.238.213.214 | 89.238.192.0/18 | AS6663 | TTI-NET | RO |
WHOIS identity
No WHOIS records are currently associated with www.comunic.ro in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for www.comunic.ro.
| Mechanism | Target |
|---|---|
| SPF_A | www.comunic.ro |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mb.euroweb.ro |
| SPF_IP | 193.226.61.14/32 |
| SPF_IP | 89.238.246.94/32 |
| SPF_MX | www.comunic.ro |
Related pages
Pivot deeper into the graph from www.comunic.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.comunic.ro"})-[: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.