Skip to content

Hostname

maa-ai.com

Last fetched

maa-ai.com resolves to 13 IPv4 addresses operated by AS197540 in DE. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · maa-ai.comRouting diversity4.5/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/maa-ai.com

Resolution chain

maa-ai.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
152.53.84.240152.53.84.0/22AS197540DE
152.53.87.169152.53.84.0/22AS197540DE
154.44.10.102154.44.10.0/24AS979NETLAB-SDN - NetLab GlobalUS
155.117.85.132155.117.85.0/24AS32167LSHIY-USER-CONTENT - LSHIY LLCHK
155.117.85.135155.117.85.0/24AS32167LSHIY-USER-CONTENT - LSHIY LLCHK
155.117.85.136155.117.85.0/24AS32167LSHIY-USER-CONTENT - LSHIY LLCHK
155.117.85.137155.117.85.0/24AS32167LSHIY-USER-CONTENT - LSHIY LLCHK
155.117.85.138155.117.85.0/24AS32167LSHIY-USER-CONTENT - LSHIY LLCHK
199.7.140.216199.7.140.0/24AS979NETLAB-SDN - NetLab GlobalUS
199.7.140.93199.7.140.0/24AS979NETLAB-SDN - NetLab GlobalUS
23.145.248.2223.145.248.0/24AS209242US
91.192.107.2991.192.107.0/24AS211392GB
98.142.241.14898.142.241.0/24AS979NETLAB-SDN - NetLab GlobalCN

WHOIS identity

Registrar
iana:1599
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from maa-ai.com.

Cypher and MCP

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

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