Hostname
amavis.org
Last fetched
amavis.org resolves to 1 IPv4 address operated by ARNES-NET Academic and Research Network of Slovenia in SI. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
amavis.org 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 |
|---|---|---|---|---|
| 193.2.4.17 | 193.2.0.0/16 | AS2107 | ARNES-NET Academic and Research Network of Slovenia | SI |
WHOIS identity
- Registrar
- iana:113
- Organization
- christian bricart
- Contact emails
Subdomains
3 observed subdomains of amavis.org.
Web-graph footprint
Distinct hostnames that link to or from amavis.org in the public web crawl.
140 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for amavis.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.list.sys4.de |
| SPF_IP | 141.42.206.35/32 |
Related pages
Pivot deeper into the graph from amavis.org.
- IP · 193.2.4.17
- ASN · AS2107ARNES-NET Academic and Research Network of Slovenia
- Registrar · iana:113
- Country · SI
- Email · hostmaster@aixtra.net
- TLD · .org
- 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: "amavis.org"})-[: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.