Skip to content

Hostname

seenamon.ai

Last fetched

seenamon.ai resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists registrar:centralnic canada inc. as the registrar.

Nutrition Label

WHISPER CANON · seenamon.aiRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/seenamon.ai

Resolution chain

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

IPPrefixASNOperatorCountry
13.124.54.22113.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.254.10415.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.89.10215.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.18.1923.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.211.893.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.79.15452.79.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
registrar:centralnic canada inc.
Organization
domains by proxy,
Contact emails

Web-graph footprint

Distinct hostnames that link to or from seenamon.ai in the public web crawl.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from seenamon.ai.

Cypher and MCP

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

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