Hostname
doomrock.com
Last fetched
doomrock.com resolves to 1 IPv4 address operated by INTERNETX-AS in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
doomrock.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 |
|---|---|---|---|---|
| 85.236.48.61 | 85.236.32.0/19 | AS15456 | INTERNETX-AS | DE |
WHOIS identity
- Registrar
- iana:1390
- Organization
- guerillamedia_org
- Contact emails
Subdomains
5 observed subdomains of doomrock.com.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from doomrock.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for doomrock.com.
| Mechanism | Target |
|---|---|
| SPF_A | doomrock.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_MX | doomrock.com |
Related pages
Pivot deeper into the graph from doomrock.com.
- IP · 85.236.48.61
- ASN · AS15456INTERNETX-AS
- Registrar · iana:1390
- Country · DE
- Email · h3351620@domains.namespace4you.com
- TLD · .com
- Browse hostnames · do…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doomrock.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.