Hostname
034.eu.com
Last fetched
034.eu.com resolves to 1 IPv4 address operated by PAGM-AS in EE. WHOIS lists iana:2374 as the registrar.
Nutrition Label
Resolution chain
034.eu.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 |
|---|---|---|---|---|
| 159.253.20.233 | 159.253.20.0/24 | AS198068 | PAGM-AS | EE |
WHOIS identity
- Registrar
- iana:2374
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of 034.eu.com.
| Subdomain |
|---|
| mail.034.eu.com |
| www.034.eu.com |
Web-graph footprint
Distinct hostnames that link to or from 034.eu.com in the public web crawl.
64 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 034.eu.com.
| Mechanism | Target |
|---|---|
| SPF_A | 034.eu.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 159.253.20.233 |
| SPF_MX | 034.eu.com |
Related pages
Pivot deeper into the graph from 034.eu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "034.eu.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.