Hostname
aural.fr
Last fetched
aural.fr resolves to 1 IPv4 address operated by DEVCLIC-AS in FR. WHOIS lists registrar:orange as the registrar.
Nutrition Label
Resolution chain
aural.fr 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 |
|---|---|---|---|---|
| 185.13.65.19 | 185.13.64.0/22 | AS44141 | DEVCLIC-AS | FR |
WHOIS identity
- Registrar
- registrar:orange
- Organization
- aural
- Contact emails
Subdomains
5 observed subdomains of aural.fr.
Web-graph footprint
Distinct hostnames that link to or from aural.fr in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aural.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mta-mut.asys.fr |
| SPF_INCLUDE | spf.devclic.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 81.252.133.178 |
| SPF_IP | 91.198.44.54 |
Related pages
Pivot deeper into the graph from aural.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aural.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.