Hostname
donyamedia.com
Last fetched
donyamedia.com resolves to 2 IPv4 addresses operated by AS63949 in SE. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
donyamedia.com 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 |
|---|---|---|---|---|
| 172.232.141.237 | 172.232.128.0/19 | AS63949 | — | SE |
| 185.76.64.23 | 185.76.64.0/22 | AS200719 | — | SE |
WHOIS identity
- Registrar
- iana:839
- Organization
- dotweb solutions
- Contact emails
Subdomains
4 observed subdomains of donyamedia.com.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- donyamedia.com
- mail.donyamedia.com
SPF policy
6 SPF mechanisms authorising senders for donyamedia.com.
| Mechanism | Target |
|---|---|
| SPF_A | donyamedia.com |
| SPF_INCLUDE | _spf.reliablemail.org |
| SPF_INCLUDE | filters.reliablemail.org |
| SPF_INCLUDE | reliablemail.org |
| SPF_IP | 185.76.64.23 |
| SPF_MX | donyamedia.com |
Related pages
Pivot deeper into the graph from donyamedia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "donyamedia.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.