Skip to content

Hostname

cns.omxgroup.com

Last fetched

cns.omxgroup.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · cns.omxgroup.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cns.omxgroup.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.48.210.5213.48.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.51.224.18113.51.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
13.61.251.9413.60.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
16.16.50.8016.16.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
16.171.202.416.170.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
51.21.68.20251.21.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with cns.omxgroup.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cns.omxgroup.com in the public web crawl.

116 sites link to this hostname.

2 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cns.omxgroup.com.

Cypher and MCP

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

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