Hostname
avant2go.com
Last fetched
avant2go.com resolves to 2 IPv4 addresses operated by AS51790 in SI. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
avant2go.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 |
|---|---|---|---|---|
| 185.97.52.236 | 185.97.140.0/22 | AS51790 | — | SI |
| 185.97.52.238 | 185.97.140.0/22 | AS51790 | — | SI |
WHOIS identity
- Registrar
- iana:113
- Organization
- avant car d.o.o.
- Contact emails
Subdomains
38 observed subdomains of avant2go.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from avant2go.com in the public web crawl.
37 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for avant2go.com.
| Mechanism | Target |
|---|---|
| SPF_A | avant2go.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | smtp.groovehq.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.19.12.18 |
| SPF_IP | 46.19.9.76 |
| SPF_MX | avant2go.com |
Related pages
Pivot deeper into the graph from avant2go.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avant2go.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.