Hostname
elora.bio
Last fetched
elora.bio resolves to 1 IPv4 address operated by AS20766 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
elora.bio 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 |
|---|---|---|---|---|
| 80.67.172.145 | 80.67.160.0/19 | AS20766 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- scop epice
- Contact emails
Subdomains
1 observed subdomain of elora.bio.
| Subdomain |
|---|
| www.elora.bio |
Web-graph footprint
Distinct hostnames that link to or from elora.bio in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for elora.bio.
| Mechanism | Target |
|---|---|
| SPF_A | elora.bio |
| SPF_INCLUDE | spf.marsnet.org |
| SPF_MX | elora.bio |
Related pages
Pivot deeper into the graph from elora.bio.
- IP · 80.67.172.145
- ASN · AS20766
- Registrar · iana:81
- Country · FR
- Email · f54ad5ab992a9b56cfe88a596f7d4fc0-19388173@contact.gandi.net
- TLD · .bio
- Browse hostnames · el…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elora.bio"})-[: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.