Hostname
ipress.ge
Last fetched
ipress.ge resolves to 1 IPv4 address operated by AS47810 in GE.
Nutrition Label
Resolution chain
ipress.ge 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 |
|---|---|---|---|---|
| 195.54.178.36 | 195.54.178.0/23 | AS47810 | — | GE |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
5 observed subdomains of ipress.ge.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ipress.ge in the public web crawl.
127 sites link to this hostname.
233 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 ipress.ge.
| Mechanism | Target |
|---|---|
| SPF_A | ipress.ge |
| SPF_IP | 188.93.90.24 |
| SPF_IP | 188.93.90.38 |
| SPF_MX | ipress.ge |
Related pages
Pivot deeper into the graph from ipress.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipress.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.