Hostname
euvat.com
Last fetched
euvat.com resolves to 1 IPv4 address operated by AS11845 in ZA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
euvat.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 |
|---|---|---|---|---|
| 196.41.3.151 | 196.41.0.0/20 | AS11845 | — | ZA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of euvat.com owner
- Contact emails
- domainadmin@vatit.net
- 0f3392af-87b2-47ad-9b64-6402bcc293e6@identity-protect.org
- 32e1cfac-7234-4946-af04-8b433c47190f@identity-protect.org
- 4875182b-36f7-43bb-afd5-1d3ee1ad0c18@identity-protect.org
- 605573f6-5875-4f6d-8054-c2389919ab95@identity-protect.org
- f6ae8fd2-1c14-4dc8-844d-10cd46345669@identity-protect.org
- fc26dfc7-e875-4f13-b6be-03d55deed3c4@identity-protect.org
- dns-admin@datapro.co.za
Subdomains
2 observed subdomains of euvat.com.
| Subdomain |
|---|
| mail.euvat.com |
| www.euvat.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for euvat.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _sjac8gr64.sdmarc.net |
Related pages
Pivot deeper into the graph from euvat.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "euvat.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.