Skip to content

Hostname

datanugget.io

Last fetched

datanugget.io resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · datanugget.ioRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/datanugget.io

Resolution chain

datanugget.io resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.124.163.25313.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.125.100.6013.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.125.59.17413.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.164.80.11715.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.179.11815.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.54.23115.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.85.17115.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.105.1513.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.248.1283.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.29.1433.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.254.2103.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.128.1573.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.134.2143.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.83.293.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.118.22943.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.192.15543.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
54.116.107.7954.116.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.137.4943.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.239.2443.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.188.4743.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:81
Organization
주식회사 위어드섹터
Contact emails

Subdomains

13 observed subdomains of datanugget.io.

Web-graph footprint

Distinct hostnames that link to or from datanugget.io in the public web crawl.

3 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from datanugget.io.

Cypher and MCP

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

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