Skip to content

Hostname

git.nugget.fun

Last fetched

git.nugget.fun resolves to 1 IPv4 address operated by AS-COLOCROSSING - HostPapa in US.

Nutrition Label

WHISPER CANON · git.nugget.funRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/git.nugget.fun

Resolution chain

git.nugget.fun resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.3.253.138192.3.252.0/23AS36352AS-COLOCROSSING - HostPapaUS

WHOIS identity

No WHOIS records are currently associated with git.nugget.fun in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from git.nugget.fun in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from git.nugget.fun.

Cypher and MCP

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

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