Hostname
nw-click.com
Last fetched
nw-click.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
nw-click.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:470
- Organization
- on behalf of nw-click.com owner
- Contact emails
- nw-click.com-registrant@anonymised.email
- 30489889-afc9-4d6a-9a19-94e39be962ee@identity-protect.org
- 483d73a9-7db3-41e6-9386-f378a3e79cb0@identity-protect.org
- 7ce76732-1d1b-43a2-bc60-7c4ce3f86dfe@identity-protect.org
- d57f3ab1-72eb-4929-940a-b8a92216abaa@identity-protect.org
- fede3877-2194-4add-aa34-284457099a51@identity-protect.org
Subdomains
5 observed subdomains of nw-click.com.
Threat posture
History
Related pages
Pivot deeper into the graph from nw-click.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nw-click.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.