Hostname
root.eedomus.com
Last fetched
root.eedomus.com resolves to 1 IPv4 address operated by Online SAS in FR.
Nutrition Label
Resolution chain
root.eedomus.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 |
|---|---|---|---|---|
| 51.159.76.248 | 51.158.0.0/15 | AS12876 | Online SAS | FR |
WHOIS identity
No WHOIS records are currently associated with root.eedomus.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
67 SPF mechanisms authorising senders for root.eedomus.com.
| Mechanism | Target |
|---|---|
| SPF_A | root.eedomus.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 163.172.229.103 |
| SPF_IP | 195.154.51.22 |
| SPF_IP | 212.129.16.207 |
| SPF_IP | 212.129.7.72 |
| SPF_IP | 212.83.134.137 |
| SPF_IP | 212.83.167.182 |
| SPF_IP | 212.83.189.213 |
| SPF_IP | 51.159.106.12 |
| SPF_IP | 51.159.76.166 |
| SPF_IP | 51.159.76.206 |
| SPF_IP | 51.159.76.238 |
| SPF_IP | 51.159.76.239 |
| SPF_IP | 51.159.76.240 |
| SPF_IP | 51.159.76.241 |
| SPF_IP | 51.159.76.243 |
| SPF_IP | 51.159.76.244 |
| SPF_IP | 51.159.76.246 |
| SPF_IP | 51.159.76.247 |
| SPF_IP | 51.159.76.248 |
| SPF_IP | 51.159.76.250 |
| SPF_IP | 51.159.76.251 |
| SPF_IP | 51.159.76.252 |
| SPF_IP | 51.159.76.28 |
| SPF_IP | 51.159.76.45 |
| SPF_IP | 51.159.76.72 |
| SPF_IP | 51.159.76.81 |
| SPF_IP | 51.159.76.82 |
| SPF_IP | 51.159.76.83 |
| SPF_IP | 51.159.76.93 |
| SPF_IP | 51.159.77.104 |
| SPF_IP | 51.159.77.127 |
| SPF_IP | 51.159.77.134 |
| SPF_IP | 51.159.77.157 |
| SPF_IP | 51.159.77.180 |
| SPF_IP | 51.159.77.216 |
| SPF_IP | 51.159.77.230 |
| SPF_IP | 51.159.77.5 |
| SPF_IP | 51.159.77.90 |
| SPF_IP | 51.159.77.91 |
| SPF_IP | 51.159.78.100 |
| SPF_IP | 51.159.78.133 |
| SPF_IP | 51.159.78.184 |
| SPF_IP | 51.159.78.190 |
| SPF_IP | 51.159.78.195 |
| SPF_IP | 51.159.78.198 |
| SPF_IP | 51.159.78.200 |
| SPF_IP | 51.159.78.201 |
| SPF_IP | 51.159.78.206 |
| SPF_IP | 51.159.78.207 |
| SPF_IP | 51.159.78.226 |
| SPF_IP | 51.159.78.25 |
| SPF_IP | 51.159.78.75 |
| SPF_IP | 51.159.78.88 |
| SPF_IP | 51.159.79.118 |
| SPF_IP | 51.159.79.188 |
| SPF_IP | 51.159.79.192 |
| SPF_IP | 51.159.79.235 |
| SPF_IP | 51.159.79.252 |
| SPF_IP | 51.159.79.254 |
| SPF_IP | 51.159.79.82 |
| SPF_IP | 62.210.100.17 |
| SPF_IP | 62.210.100.18 |
| SPF_IP | 62.210.101.175 |
| SPF_IP | 62.210.101.176 |
| SPF_MX | root.eedomus.com |
Related pages
Pivot deeper into the graph from root.eedomus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "root.eedomus.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.