Hostname
ecumod.com
Last fetched
ecumod.com resolves to 1 IPv4 address operated by AS47568 in IT. WHOIS lists iana:1460 as the registrar.
Nutrition Label
Resolution chain
ecumod.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 |
|---|---|---|---|---|
| 94.100.32.74 | 94.100.32.0/23 | AS47568 | — | IT |
WHOIS identity
- Registrar
- iana:1460
- Organization
- enesi srl
- Contact emails
Subdomains
13 observed subdomains of ecumod.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ecumod.com.
| Mechanism | Target |
|---|---|
| SPF_A | ecumod.com |
| SPF_IP | 185.81.2.119/32 |
| SPF_IP | 185.81.2.129/32 |
| SPF_IP | 46.254.34.12/24 |
| SPF_IP | 46.254.34.230 |
| SPF_IP | 46.254.36.15 |
| SPF_MX | ecumod.com |
Related pages
Pivot deeper into the graph from ecumod.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecumod.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.