Hostname
dmgaudio.com
Last fetched
dmgaudio.com resolves to 2 IPv4 addresses operated by RACKSPACE-LON in GB.
Nutrition Label
Resolution chain
dmgaudio.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 |
|---|---|---|---|---|
| 162.13.161.52 | 162.13.0.0/16 | AS15395 | RACKSPACE-LON | GB |
| 172.237.125.230 | 172.237.96.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from dmgaudio.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- dmgaudio.com
- mail.dmgaudio.com
SPF policy
5 SPF mechanisms authorising senders for dmgaudio.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fogbugz.com |
| SPF_INCLUDE | fogcreek.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-basic.fogbugz.com |
| SPF_MX | dmgaudio.com |
Related pages
Pivot deeper into the graph from dmgaudio.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dmgaudio.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.