Skip to content

Hostname

nut.sh

Last fetched

nut.sh resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · nut.shRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/nut.sh

Resolution chain

nut.sh resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.31.26.227100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.190.133.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.108.3135.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.72.182.23652.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.103.652.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.225.20298.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1387
Organization
andy fowler
Contact emails

Subdomains

1 observed subdomain of nut.sh.

Subdomain
www.nut.sh

Web-graph footprint

Distinct hostnames that link to or from nut.sh in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from nut.sh.

Cypher and MCP

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

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