Hostname
panex.ge
Last fetched
panex.ge resolves to 1 IPv4 address operated by AS57814 in GE.
Nutrition Label
Resolution chain
panex.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 |
|---|---|---|---|---|
| 188.93.95.31 | 188.93.95.0/24 | AS57814 | — | GE |
WHOIS identity
No WHOIS records are currently associated with panex.ge in WhisperGraph.
Subdomains
5 observed subdomains of panex.ge.
Web-graph footprint
Distinct hostnames that link to or from panex.ge in the public web crawl.
8 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for panex.ge.
| Mechanism | Target |
|---|---|
| SPF_A | panex.ge |
| SPF_IP | 116.203.207.40 |
| SPF_IP | 158.255.75.10 |
| SPF_IP | 158.255.75.34 |
| SPF_IP | 185.163.200.25 |
| SPF_IP | 79.132.139.46 |
| SPF_MX | panex.ge |
Related pages
Pivot deeper into the graph from panex.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "panex.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.