Hostname
server002.gestixi.com
Last fetched
server002.gestixi.com resolves to 1 IPv4 address operated by OVH in FR.
Nutrition Label
Resolution chain
server002.gestixi.com 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 |
|---|---|---|---|---|
| 176.31.85.82 | 176.31.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
No WHOIS records are currently associated with server002.gestixi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for server002.gestixi.com.
| Mechanism | Target |
|---|---|
| SPF_A | srv-mailauto1.gestixi.com |
| SPF_A | srv-mailauto2.gestixi.com |
| SPF_A | srv-mailauto3.gestixi.com |
| SPF_A | srv-mailauto4.gestixi.com |
| SPF_A | srv-mailbox1.gestixi.com |
| SPF_A | srv-mailnews1.gestixi.com |
| SPF_A | srv-mailnews2.gestixi.com |
| SPF_A | srv-mailnews3.gestixi.com |
| SPF_A | srv-mailnews4.gestixi.com |
| SPF_A | srv-mailnews5.gestixi.com |
| SPF_A | srv-mailnews6.gestixi.com |
| SPF_IP | 149.202.162.22 |
| SPF_IP | 193.70.27.32/27 |
| SPF_IP | 46.105.49.16 |
| SPF_IP | 5.135.60.56/30 |
| SPF_IP | 5.196.207.44/30 |
| SPF_IP | 51.210.234.128/25 |
| SPF_IP | 51.68.236.225 |
| SPF_IP | 54.36.205.134 |
| SPF_IP | 87.98.156.162 |
| SPF_IP | 87.98.156.79 |
| SPF_IP | 87.98.164.15 |
| SPF_IP | 91.121.52.132 |
Related pages
Pivot deeper into the graph from server002.gestixi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "server002.gestixi.com"})-[: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.