Hostname
explorama.app
Last fetched
explorama.app resolves to 1 IPv4 address operated by Online SAS in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
explorama.app 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.83.132.45 | 212.83.128.0/19 | AS12876 | Online SAS | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- eneo m2s
- Contact emails
- —
Subdomains
7 observed subdomains of explorama.app.
Web-graph footprint
Distinct hostnames that link to or from explorama.app in the public web crawl.
42 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for explorama.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 159.135.136.4 |
| SPF_IP | 159.135.137.167 |
| SPF_IP | 159.135.137.168 |
| SPF_IP | 159.135.137.175 |
| SPF_IP | 159.135.138.235/32 |
| SPF_IP | 159.135.138.236 |
| SPF_IP | 159.135.138.237 |
| SPF_IP | 159.135.138.238 |
| SPF_IP | 159.135.138.239 |
| SPF_IP | 159.135.141.254 |
| SPF_IP | 159.135.141.255 |
| SPF_IP | 212.83.132.45 |
Related pages
Pivot deeper into the graph from explorama.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "explorama.app"})-[: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.