Hostname
splrl.fr
Last fetched
splrl.fr resolves to 1 IPv4 address operated by AS3215 in FR.
Nutrition Label
Resolution chain
splrl.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 |
|---|---|---|---|---|
| 212.234.232.5 | 212.234.0.0/16 | AS3215 | — | FR |
WHOIS identity
No WHOIS records are currently associated with splrl.fr in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for splrl.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.25.189.9 |
| SPF_IP | 90.84.184.219/32 |
| SPF_IP | 90.84.184.231/32 |
| SPF_IP | 90.84.184.91/32 |
| SPF_IP | 90.84.185.154/32 |
| SPF_IP | 90.84.185.237/32 |
| SPF_IP | 90.84.186.186/32 |
| SPF_IP | 90.84.186.230/32 |
| SPF_IP | 90.84.186.6/32 |
| SPF_IP | 90.84.187.222/32 |
| SPF_IP | 90.84.189.128/32 |
| SPF_IP | 90.84.189.96/32 |
| SPF_IP | 90.84.190.175/32 |
| SPF_IP | 90.84.191.134/32 |
| SPF_IP | 90.84.193.28/32 |
| SPF_MX | splrl.fr |
Related pages
Pivot deeper into the graph from splrl.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "splrl.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.