Skip to content

Hostname

natmed.id

Last fetched

natmed.id resolves to 6 IPv4 addresses operated by AS-HOSTINGER - Hostinger International Limited in NL.

Nutrition Label

WHISPER CANON · natmed.idRouting diversity3.9/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/natmed.id

Resolution chain

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

IPPrefixASNOperatorCountry
77.37.53.1977.37.52.0/23AS47583AS-HOSTINGER - Hostinger International LimitedNL
77.37.76.6677.37.76.0/24AS47583AS-HOSTINGER - Hostinger International LimitedUS
91.108.98.22791.108.98.0/24AS47583AS-HOSTINGER - Hostinger International LimitedNL
92.112.198.21192.112.196.0/22AS47583AS-HOSTINGER - Hostinger International LimitedUS
92.113.16.24792.113.16.0/21AS47583AS-HOSTINGER - Hostinger International LimitedDE
92.113.23.19292.113.16.0/21AS47583AS-HOSTINGER - Hostinger International LimitedDE

WHOIS identity

No WHOIS records are currently associated with natmed.id in WhisperGraph.

Subdomains

1 observed subdomain of natmed.id.

Subdomain
www.natmed.id

Web-graph footprint

Distinct hostnames that link to or from natmed.id in the public web crawl.

8 sites link to this hostname.

16 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from natmed.id.

Cypher and MCP

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

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