Hostname
topogis.com
Last fetched
topogis.com resolves to 2 IPv4 addresses operated by LDCOMNET --- I3Dnet --- in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
topogis.com 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 |
|---|---|---|---|---|
| 46.218.249.192 | 46.218.0.0/16 | AS15557 | LDCOMNET --- I3Dnet --- | FR |
| 46.218.249.193 | 46.218.0.0/16 | AS15557 | LDCOMNET --- I3Dnet --- | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- thierry keller
- Contact emails
Subdomains
8 observed subdomains of topogis.com.
Web-graph footprint
Distinct hostnames that link to or from topogis.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for topogis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 46.218.107.48/29 |
| SPF_IP | 46.218.238.20/32 |
| SPF_IP | 46.218.249.184/29 |
| SPF_IP | 46.218.249.192/28 |
| SPF_MX | topogis.com |
Related pages
Pivot deeper into the graph from topogis.com.
- IP · 46.218.249.192
- ASN · AS15557LDCOMNET --- I3Dnet ---
- Registrar · iana:81
- Country · FR
- Email · 3fc4d53a9ded39669e9ba83a13b96e28-1483048@contact.gandi.net
- TLD · .com
- Browse hostnames · to…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "topogis.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.