Hostname
avenard.com
Last fetched
avenard.com resolves to 1 IPv4 address operated by AS134697 in AU. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
avenard.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 |
|---|---|---|---|---|
| 87.121.93.15 | 87.121.93.0/24 | AS134697 | — | AU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- jean-yves avenard
- Contact emails
Subdomains
3 observed subdomains of avenard.com.
Web-graph footprint
Distinct hostnames that link to or from avenard.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for avenard.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.surrey1.avenard.org |
| SPF_INCLUDE | _spf.free.fr |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from avenard.com.
- IP · 87.121.93.15
- ASN · AS134697
- Registrar · iana:1068
- Country · AU
- Email · 77578ce0678f4ea9b2ba4ef5230a9f49.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · av…
- 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: "avenard.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.