Hostname
pro.altigator.com
Last fetched
pro.altigator.com resolves to 1 IPv4 address operated by OVH in FR.
Nutrition Label
Resolution chain
pro.altigator.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 |
|---|---|---|---|---|
| 51.210.156.160 | 51.210.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
No WHOIS records are currently associated with pro.altigator.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for pro.altigator.com.
| Mechanism | Target |
|---|---|
| SPF_A | alg2.telaxion.net |
| SPF_A | alg3.telaxion.net |
| SPF_A | mxas2.mobistar.be |
| SPF_A | relay-b02.edpnet.be |
| SPF_A | relay-b03.edpnet.be |
| SPF_A | relay.edpnet.be |
| SPF_A | smtp.voo.be |
| SPF_IP | 163.172.75.43 |
| SPF_IP | 185.170.213.69 |
| SPF_IP | 195.154.227.67 |
| SPF_IP | 38.242.154.2 |
| SPF_IP | 45.92.11.47 |
| SPF_IP | 51.210.156.160 |
| SPF_IP | 54.36.122.173 |
| SPF_IP | 54.37.11.217 |
| SPF_IP | 88.173.171.68 |
Related pages
Pivot deeper into the graph from pro.altigator.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pro.altigator.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.