Hostname
ausolan.com
Last fetched
ausolan.com resolves to 2 IPv4 addresses operated by OVH in ES. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
ausolan.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.80.176.11 | 151.80.0.0/16 | AS16276 | OVH | ES |
| 5.196.99.125 | 5.196.0.0/16 | AS16276 | OVH | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- auzo lagun s.coop
- Contact emails
Subdomains
54 observed subdomains of ausolan.com.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ausolan.com in the public web crawl.
168 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ausolan.com.
| Mechanism | Target |
|---|---|
| SPF_A | ausolan.com |
| SPF_A | mantis.ausolan.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.acumbamail.com |
| SPF_IP | 151.80.176.11 |
| SPF_IP | 151.80.176.16 |
| SPF_IP | 151.80.187.197 |
| SPF_IP | 185.198.64.120 |
| SPF_IP | 46.105.180.197 |
| SPF_MX | ausolan.com |
Related pages
Pivot deeper into the graph from ausolan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ausolan.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.