Hostname
amg-vodka.com
Last fetched
amg-vodka.com resolves to 1 IPv4 address operated by AS51395 in CH. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
amg-vodka.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 |
|---|---|---|---|---|
| 176.10.97.79 | 176.10.96.0/19 | AS51395 | — | CH |
WHOIS identity
- Registrar
- iana:81
- Organization
- neo drinks
- Contact emails
Subdomains
2 observed subdomains of amg-vodka.com.
| Subdomain |
|---|
| mail.amg-vodka.com |
| www.amg-vodka.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for amg-vodka.com.
| Mechanism | Target |
|---|---|
| SPF_A | amg-vodka.com |
| SPF_IP | 176.10.97.79 |
| SPF_MX | amg-vodka.com |
Related pages
Pivot deeper into the graph from amg-vodka.com.
- IP · 176.10.97.79
- ASN · AS51395
- Registrar · iana:81
- Country · CH
- Email · f9d7b9626b051cda27cb6bae1f0dbd37-40703665@contact.gandi.net
- TLD · .com
- Browse hostnames · am…
- 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: "amg-vodka.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.