Hostname
greendot.com.cy
Last fetched
greendot.com.cy resolves to 2 IPv4 addresses operated by AS60781 in NL.
Nutrition Label
Resolution chain
greendot.com.cy 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 |
|---|---|---|---|---|
| 178.162.150.82 | 178.162.128.0/18 | AS60781 | — | NL |
| 38.19.200.77 | 38.19.200.0/22 | AS9186 | — | PT |
WHOIS identity
No WHOIS records are currently associated with greendot.com.cy in WhisperGraph.
Subdomains
1 observed subdomain of greendot.com.cy.
| Subdomain |
|---|
| www.greendot.com.cy |
Web-graph footprint
Distinct hostnames that link to or from greendot.com.cy in the public web crawl.
58 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for greendot.com.cy.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.50.96.174 |
Related pages
Pivot deeper into the graph from greendot.com.cy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greendot.com.cy"})-[: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.