Hostname
aspim.fr
Last fetched
aspim.fr resolves to 2 IPv4 addresses operated by Online SAS in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
aspim.fr 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 |
|---|---|---|---|---|
| 212.83.135.234 | 212.83.128.0/19 | AS12876 | Online SAS | FR |
| 91.194.100.31 | 91.194.100.0/24 | AS43142 | ADELINOVIUS | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- association des societes civiles de placement immobilier a.s.p.i.m.
- Contact emails
Subdomains
17 observed subdomains of aspim.fr.
Web-graph footprint
Distinct hostnames that link to or from aspim.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aspim.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.tipimail.com |
| SPF_IP | 92.173.85.233 |
| SPF_MX | aspim.fr |
Related pages
Pivot deeper into the graph from aspim.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aspim.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.