Hostname
autostantech.com
Last fetched
autostantech.com resolves to 2 IPv4 addresses operated by AS51167 in DE. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
autostantech.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 |
|---|---|---|---|---|
| 173.212.202.196 | 173.212.192.0/19 | AS51167 | — | DE |
| 62.171.136.9 | 62.171.136.0/23 | AS51167 | — | DE |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of autostantech.com.
Threat posture
History
Mail and authentication
MX records
- autostantech.com
SPF policy
4 SPF mechanisms authorising senders for autostantech.com.
| Mechanism | Target |
|---|---|
| SPF_A | autostantech.com |
| SPF_IP | 173.212.202.196 |
| SPF_IP | 62.171.136.9 |
| SPF_MX | autostantech.com |
Related pages
Pivot deeper into the graph from autostantech.com.
- IP · 173.212.202.196
- ASN · AS51167
- Registrar · iana:1479
- Country · DE
- Email · pw-e15032c3f8b914d3001f35eba7bd2c1e@privacyguardian.org
- TLD · .com
- Browse hostnames · au…
- 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: "autostantech.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.