Hostname
greencoshop.fi
Last fetched
greencoshop.fi resolves to 3 IPv4 addresses operated by AS42708 in FI.
Nutrition Label
Resolution chain
greencoshop.fi resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 83.143.220.147 | 83.143.216.0/21 | AS42708 | — | FI |
| 83.143.220.148 | 83.143.216.0/21 | AS42708 | — | FI |
| 83.143.220.151 | 83.143.216.0/21 | AS42708 | — | FI |
WHOIS identity
No WHOIS records are currently associated with greencoshop.fi in WhisperGraph.
Subdomains
1 observed subdomain of greencoshop.fi.
| Subdomain |
|---|
| www.greencoshop.fi |
Web-graph footprint
Distinct hostnames that link to or from greencoshop.fi in the public web crawl.
8 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for greencoshop.fi.
| Mechanism | Target |
|---|---|
| SPF_A | greencoshop.fi |
| SPF_INCLUDE | greencoshop.fi.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_MX | greencoshop.fi |
Related pages
Pivot deeper into the graph from greencoshop.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greencoshop.fi"})-[: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.