Skip to content

Hostname

nracg.cc

Last fetched

nracg.cc resolves to 4 IPv4 addresses operated by AS216211 in JP.

Nutrition Label

WHISPER CANON · nracg.ccRouting diversity3.5/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/nracg.cc

Resolution chain

nracg.cc resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.135.212.85212.135.212.0/24AS216211JP
216.234.141.84216.234.141.0/24AS906DMIT - DMIT Cloud ServicesUS
3.112.212.1793.112.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
77.90.21.11277.90.21.0/24AS197411HK

WHOIS identity

No WHOIS records are currently associated with nracg.cc in WhisperGraph.

Subdomains

1 observed subdomain of nracg.cc.

Subdomain
www.nracg.cc

Web-graph footprint

Distinct hostnames that link to or from nracg.cc in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from nracg.cc.

Cypher and MCP

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

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