Skip to content

Hostname

naturecode.ch

Last fetched

naturecode.ch resolves to 2 IPv4 addresses operated by AS39729 in IT.

Nutrition Label

WHISPER CANON · naturecode.chRouting diversity2.4/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/naturecode.ch

Resolution chain

naturecode.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
81.88.58.21681.29.48.0/20AS39729IT
98.49.23.14599.78.147.0/24AS7922COMCAST-7922 - Comcast Cable Communications, LLCUS

WHOIS identity

No WHOIS records are currently associated with naturecode.ch in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for naturecode.ch.

MechanismTarget
SPF_Anaturecode.ch
SPF_INCLUDEspf.webapps.net
SPF_MXnaturecode.ch

Related pages

Pivot deeper into the graph from naturecode.ch.

Cypher and MCP

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

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