Hostname
avtsim.com
Last fetched
avtsim.com resolves to 1 IPv4 address operated by ZIM_INTEGRATED_SHIPING_SERVICES_COMPANY in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
avtsim.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 |
|---|---|---|---|---|
| 35.212.98.50 | 35.212.0.0/17 | AS43515 | ZIM_INTEGRATED_SHIPING_SERVICES_COMPANY | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- avt simulation
- Contact emails
Subdomains
11 observed subdomains of avtsim.com.
Web-graph footprint
Distinct hostnames that link to or from avtsim.com in the public web crawl.
41 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for avtsim.com.
| Mechanism | Target |
|---|---|
| SPF_A | avtsim.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.office365.us |
| SPF_INCLUDE | trainingcenter.avtsim.com.spf.auto.dnssmarthost.net |
| SPF_IP | 107.161.178.68 |
| SPF_IP | 107.161.178.74 |
| SPF_IP | 107.161.178.77 |
| SPF_IP | 138.128.161.226 |
| SPF_IP | 167.89.11.197/32 |
| SPF_IP | 167.89.118.48/32 |
| SPF_IP | 172.56.78.206 |
| SPF_IP | 50.88.2.82 |
| SPF_IP | 52.22.192.55 |
| SPF_IP | 52.22.192.79 |
| SPF_IP | 52.89.175.21 |
| SPF_IP | 52.89.177.232 |
| SPF_IP | 97.68.81.18 |
| SPF_MX | avtsim.com |
Related pages
Pivot deeper into the graph from avtsim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avtsim.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.