Hostname
dgtmedia.com
Last fetched
dgtmedia.com resolves to 1 IPv4 address operated by AS15830 in IT. WHOIS lists iana:320 as the registrar.
Nutrition Label
Resolution chain
dgtmedia.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 |
|---|---|---|---|---|
| 81.29.209.137 | 81.29.208.0/20 | AS15830 | — | IT |
WHOIS identity
- Registrar
- iana:320
- Organization
- dgt media
- Contact emails
Subdomains
79 observed subdomains of dgtmedia.com.
Showing 16 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dgtmedia.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for dgtmedia.com.
| Mechanism | Target |
|---|---|
| SPF_A | dgtmedia.com |
| SPF_INCLUDE | _spf.impresasemplice.it |
| SPF_INCLUDE | spf.nohup.it |
| SPF_IP | 156.54.133.0/24 |
| SPF_IP | 156.54.89.244 |
| SPF_IP | 217.169.111.0/24 |
| SPF_IP | 62.77.33.17 |
| SPF_IP | 62.77.34.113 |
| SPF_IP | 62.77.35.113 |
| SPF_IP | 77.238.27.187 |
| SPF_MX | dgtmedia.com |
Related pages
Pivot deeper into the graph from dgtmedia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dgtmedia.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.