Hostname
thirdeye.mu
Last fetched
thirdeye.mu resolves to 1 IPv4 address operated by AS49981 in NL. WHOIS lists iana:805005 as the registrar.
Nutrition Label
Resolution chain
thirdeye.mu 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 |
|---|---|---|---|---|
| 2.59.169.95 | 2.59.168.0/22 | AS49981 | — | NL |
WHOIS identity
- Registrar
- iana:805005
- Organization
- small potato
- Contact emails
- —
Subdomains
22 observed subdomains of thirdeye.mu.
Threat posture
History
Mail and authentication
MX records
- thirdeye.mu
SPF policy
6 SPF mechanisms authorising senders for thirdeye.mu.
| Mechanism | Target |
|---|---|
| SPF_A | thirdeye.mu |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | icyevolution.org |
| SPF_IP | 109.236.81.96 |
| SPF_IP | 2.59.169.95 |
| SPF_MX | thirdeye.mu |
Related pages
Pivot deeper into the graph from thirdeye.mu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thirdeye.mu"})-[: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.