Hostname
cancervortex.com
Last fetched
cancervortex.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:4255 as the registrar.
Nutrition Label
Resolution chain
cancervortex.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:4255
- Organization
- dick roemer
- Contact emails
- dickonthego@hotmail.com
- 17d6d76011f52530d53f9784279f42ed5ae86439dbac7018e8334e230e55dba8@cancervortex.com.whoisproxy.org
- 1859f78748623f847bd54b0ccd16dbf7ee24ee5fa0c8886e0a22f2ec55a560b9@cancervortex.com.whoisproxy.org
- 1cbca78f3a94245e47858df96a2551ee166555bf0320b83e1f05686d7c1c47a7@cancervortex.com.whoisproxy.org
- 7e874f980e978beafc531eb363bfa5d5495c7e1f9dbe09a82a514c3e20f1bc86@cancervortex.com.whoisproxy.org
- d36e4f50b15d72569f25058e9b50d81039bd8bbcbeb00872cd18d09d3b9f351f@cancervortex.com.whoisproxy.org
Subdomains
3 observed subdomains of cancervortex.com.
Web-graph footprint
Distinct hostnames that link to or from cancervortex.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cancervortex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cancervortex.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.