Hostname
ast35.fr
Last fetched
ast35.fr has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:namebay as the registrar.
Nutrition Label
Resolution chain
ast35.fr has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:namebay
- Organization
- aimt
- Contact emails
Subdomains
2 observed subdomains of ast35.fr.
| Subdomain |
|---|
| mail.ast35.fr |
| www.ast35.fr |
Web-graph footprint
Distinct hostnames that link to or from ast35.fr in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ast35.fr.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.a2com.fr |
| SPF_A | vigimail.leclouda2com.fr |
| SPF_INCLUDE | _.aspmx.l.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | hygie.2iweb.net |
| SPF_INCLUDE | spf.axess-online.com |
| SPF_INCLUDE | spf.cloud.vadesecure.com |
| SPF_IP | 212.83.140.181 |
| SPF_IP | 82.138.95.210/32 |
| SPF_IP | 95.128.150.20 |
| SPF_MX | ast35.fr |
Related pages
Pivot deeper into the graph from ast35.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ast35.fr"})-[: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.