Skip to content

Hostname

qnet.dev

Last fetched

qnet.dev resolves to 1 IPv4 address operated by AS44034 in SE. WHOIS lists iana:1001 as the registrar.

Nutrition Label

WHISPER CANON · qnet.devRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/qnet.dev

Resolution chain

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

IPPrefixASNOperatorCountry
79.138.161.2079.138.128.0/17AS44034SE

WHOIS identity

Registrar
iana:1001
Organization
Contact emails

Subdomains

8 observed subdomains of qnet.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from qnet.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "qnet.dev"})-[: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.