Skip to content

Hostname

qwtimg.0ncbb3.com

Last fetched

qwtimg.0ncbb3.com resolves to 3 IPv4 addresses operated by JP3DP-NET - JAPAN 3D PRINTER in DE.

Nutrition Label

WHISPER CANON · qwtimg.0ncbb3.comRouting diversity3.0/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/qwtimg.0ncbb3.com

Resolution chain

qwtimg.0ncbb3.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
163.53.19.13163.53.19.0/24AS151373JP3DP-NET - JAPAN 3D PRINTERDE
169.150.230.102169.150.230.0/24AS60068CDN77 - Datacamp LimitedUS
89.222.119.8189.222.118.0/23AS60068CDN77 - Datacamp LimitedDE

WHOIS identity

No WHOIS records are currently associated with qwtimg.0ncbb3.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from qwtimg.0ncbb3.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "qwtimg.0ncbb3.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.