Skip to content

Hostname

nc.random.idv.tw

Last fetched

nc.random.idv.tw resolves to 2 IPv4 addresses operated by HINET Data Communication Business Group in TW.

Nutrition Label

WHISPER CANON · nc.random.idv.twRouting diversity2.4/10Peering density7.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/nc.random.idv.tw

Resolution chain

nc.random.idv.tw resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
220.134.105.252220.134.0.0/16AS3462HINET Data Communication Business GroupTW
49.158.60.649.158.56.0/21AS24164UBBNET-AS-TW UNION BROADBAND NETWORKTW

WHOIS identity

No WHOIS records are currently associated with nc.random.idv.tw in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for nc.random.idv.tw.

MechanismTarget
SPF_Anc.random.idv.tw
SPF_MXnc.random.idv.tw

Related pages

Pivot deeper into the graph from nc.random.idv.tw.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nc.random.idv.tw"})-[: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.