Hostname
mailer.dog
Last fetched
mailer.dog resolves to 2 IPv4 addresses operated by CISCO-UMBRELLA - Cisco OpenDNS, LLC in US. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
mailer.dog resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 146.112.61.108 | 146.112.61.0/24 | AS36692 | CISCO-UMBRELLA - Cisco OpenDNS, LLC | US |
| 185.161.66.121 | 185.161.64.0/22 | AS50340 | — | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- identity protection service
- Contact emails
- —
Subdomains
10 observed subdomains of mailer.dog.
Web-graph footprint
Distinct hostnames that link to or from mailer.dog in the public web crawl.
6 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mailer.dog.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.119.59.165 |
| SPF_IP | 185.154.192.62 |
| SPF_IP | 185.154.192.89 |
| SPF_IP | 185.154.194.189 |
| SPF_IP | 185.233.186.180 |
| SPF_IP | 188.225.78.130 |
| SPF_IP | 212.22.70.161 |
| SPF_IP | 212.41.4.128/27 |
| SPF_IP | 217.25.89.167 |
| SPF_IP | 217.25.89.28 |
| SPF_IP | 92.53.115.169 |
| SPF_IP | 94.228.124.144 |
| SPF_IP | 95.213.155.48/28 |
Related pages
Pivot deeper into the graph from mailer.dog.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailer.dog"})-[: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.