Hostname
auto.net.bw
Last fetched
auto.net.bw resolves to 1 IPv4 address operated by AS328170 in ZA.
Nutrition Label
Resolution chain
auto.net.bw 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 |
|---|---|---|---|---|
| 102.211.29.90 | 102.211.29.0/24 | AS328170 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with auto.net.bw in WhisperGraph.
Subdomains
1 observed subdomain of auto.net.bw.
| Subdomain |
|---|
| www.auto.net.bw |
Threat posture
History
Mail and authentication
MX records
- auto.net.bw
SPF policy
12 SPF mechanisms authorising senders for auto.net.bw.
| Mechanism | Target |
|---|---|
| SPF_A | auto.net.bw |
| SPF_IP | 102.211.29.103 |
| SPF_IP | 102.211.29.90 |
| SPF_IP | 149.72.191.103/32 |
| SPF_IP | 149.72.218.80/32 |
| SPF_IP | 167.89.43.28/32 |
| SPF_IP | 168.245.116.77/32 |
| SPF_IP | 196.35.71.152/32 |
| SPF_IP | 197.96.210.136/32 |
| SPF_IP | 197.97.85.99/32 |
| SPF_IP | 208.117.54.96/32 |
| SPF_MX | auto.net.bw |
Related pages
Pivot deeper into the graph from auto.net.bw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auto.net.bw"})-[: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.