Hostname
greenway.ge
Last fetched
greenway.ge resolves to 2 IPv4 addresses operated by AS201141 in GE.
Nutrition Label
Resolution chain
greenway.ge 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 |
|---|---|---|---|---|
| 91.201.96.51 | 91.201.96.0/24 | AS201141 | — | GE |
| 91.201.99.231 | 91.201.99.0/24 | AS201141 | — | GE |
WHOIS identity
No WHOIS records are currently associated with greenway.ge in WhisperGraph.
Subdomains
3 observed subdomains of greenway.ge.
Web-graph footprint
Distinct hostnames that link to or from greenway.ge in the public web crawl.
5 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for greenway.ge.
| Mechanism | Target |
|---|---|
| SPF_A | greenway.ge |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.134.80.70 |
| SPF_MX | greenway.ge |
Related pages
Pivot deeper into the graph from greenway.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greenway.ge"})-[: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.