Skip to content

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

WHISPER CANON · doomrock.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/doomrock.com

Resolution chain

doomrock.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
85.236.48.6185.236.32.0/19AS15456INTERNETX-ASDE

WHOIS identity

Registrar
iana:1390
Organization
guerillamedia_org
Contact emails

Subdomains

5 observed subdomains of doomrock.com.

Web-graph footprint

Distinct hostnames that link to or from doomrock.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for doomrock.com.

MechanismTarget
SPF_Adoomrock.com
SPF_INCLUDEispgateway.de
SPF_MXdoomrock.com

Related pages

Pivot deeper into the graph from doomrock.com.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.