Skip to content

Hostname

m.gridium.com

Last fetched

m.gridium.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · m.gridium.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/m.gridium.com

Resolution chain

m.gridium.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.160.46.11218.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.2618.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.3218.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.7418.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.11118.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.1518.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.518.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.8818.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.232.1183.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.703.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.893.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.943.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL

WHOIS identity

No WHOIS records are currently associated with m.gridium.com in WhisperGraph.

Subdomains

2 observed subdomains of m.gridium.com.

Threat posture

History

Related pages

Pivot deeper into the graph from m.gridium.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "m.gridium.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.