Skip to content

Hostname

modesens.nl

Last fetched

modesens.nl resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:godaddy.com as the registrar.

Nutrition Label

WHISPER CANON · modesens.nlRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/modesens.nl

Resolution chain

modesens.nl resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
50.18.52.23850.18.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.52.152.13552.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.52.18.18752.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.52.225.4652.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.183.108.11854.183.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.183.42.254.183.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.219.122.9354.219.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:godaddy.com
Organization
Contact emails

Subdomains

1 observed subdomain of modesens.nl.

Threat posture

History

Related pages

Pivot deeper into the graph from modesens.nl.

Cypher and MCP

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

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