Hostname
root.localhost.etaportal.com
Last fetched
root.localhost.etaportal.com resolves to 1 IPv4 address operated by LEASEWEB-DE-FRA-10 - Leaseweb Deutschland GmbH in DE.
Nutrition Label
Resolution chain
root.localhost.etaportal.com 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 |
|---|---|---|---|---|
| 78.159.100.36 | 78.159.96.0/19 | AS28753 | LEASEWEB-DE-FRA-10 - Leaseweb Deutschland GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with root.localhost.etaportal.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for root.localhost.etaportal.com.
| Mechanism | Target |
|---|---|
| SPF_A | root.localhost.etaportal.com |
| SPF_IP | 78.159.100.213 |
| SPF_IP | 78.159.100.36 |
| SPF_IP | 78.159.100.38 |
| SPF_IP | 78.159.100.51 |
| SPF_MX | dekatech.com |
| SPF_MX | orkestra.com.tr |
| SPF_MX | root.localhost.etaportal.com |
| SPF_MX | semere.net |
Related pages
Pivot deeper into the graph from root.localhost.etaportal.com.
- IP · 78.159.100.36
- ASN · AS28753LEASEWEB-DE-FRA-10 - Leaseweb Deutschland GmbH
- Country · DE
- Apex domain · etaportal.com
- Parent domain · localhost.etaportal.com
- TLD · .com
- Browse hostnames · ro…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "root.localhost.etaportal.com"})-[: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.