Hostname
marazul.com.ec
Last fetched
marazul.com.ec resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.
Nutrition Label
Resolution chain
marazul.com.ec 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 |
|---|---|---|---|---|
| 147.182.234.123 | 147.182.224.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
No WHOIS records are currently associated with marazul.com.ec in WhisperGraph.
Subdomains
10 observed subdomains of marazul.com.ec.
Web-graph footprint
Distinct hostnames that link to or from marazul.com.ec in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for marazul.com.ec.
| Mechanism | Target |
|---|---|
| SPF_A | marazul.com.ec |
| SPF_IP | 136.243.85.161 |
| SPF_IP | 148.251.122.87 |
| SPF_IP | 167.235.102.250 |
| SPF_IP | 46.4.253.178 |
| SPF_IP | 95.216.36.183 |
| SPF_MX | marazul.com.ec |
Related pages
Pivot deeper into the graph from marazul.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marazul.com.ec"})-[: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.