Skip to content

Hostname

staging.playneverwinter.com

Last fetched

staging.playneverwinter.com resolves to 3 IPv4 addresses operated by KARMAK-NET - Karmak, Inc. in US.

Nutrition Label

WHISPER CANON · staging.playneverwinter.comRouting diversity3.0/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/staging.playneverwinter.com

Resolution chain

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

IPPrefixASNOperatorCountry
208.95.184.202208.95.184.0/23AS46461KARMAK-NET - Karmak, Inc.US
66.131.130.6566.131.128.0/18AS5769VIDEOTRON - Videotron LteeCA
66.151.133.6566.151.128.0/20AS12182INTERNAP-2BLK - Unitas GlobalUS

WHOIS identity

No WHOIS records are currently associated with staging.playneverwinter.com in WhisperGraph.

Subdomains

1 observed subdomain of staging.playneverwinter.com.

Threat posture

History

Related pages

Pivot deeper into the graph from staging.playneverwinter.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "staging.playneverwinter.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.