Hostname
greenidea.cz
Last fetched
greenidea.cz resolves to 2 IPv4 addresses operated by SHOPTET - Shoptet, a.s. in CZ. WHOIS lists registrar:reg-gransy as the registrar.
Nutrition Label
Resolution chain
greenidea.cz 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 |
|---|---|---|---|---|
| 185.184.254.10 | 185.184.254.0/24 | AS198627 | SHOPTET - Shoptet, a.s. | CZ |
| 185.184.254.11 | 185.184.254.0/24 | AS198627 | SHOPTET - Shoptet, a.s. | CZ |
WHOIS identity
- Registrar
- registrar:reg-gransy
- Organization
- green idea s.r.o.
- Contact emails
- —
Subdomains
11 observed subdomains of greenidea.cz.
Web-graph footprint
Distinct hostnames that link to or from greenidea.cz in the public web crawl.
174 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for greenidea.cz.
| Mechanism | Target |
|---|---|
| SPF_A | greenidea.cz |
| SPF_INCLUDE | _spf.myshoptet.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.boldem.cz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.16.81.25 |
| SPF_IP | 46.28.110.78 |
| SPF_MX | greenidea.cz |
Related pages
Pivot deeper into the graph from greenidea.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greenidea.cz"})-[: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.