Skip to content

Hostname

mgm72999.com

Last fetched

mgm72999.com resolves to 3 IPv4 addresses operated by AS137951 in ZA. WHOIS lists iana:3942 as the registrar.

Nutrition Label

WHISPER CANON · mgm72999.comRouting diversity2.4/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint6.3/10canon.whisper.security/host/mgm72999.com

Resolution chain

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

IPPrefixASNOperatorCountry
168.76.229.184168.76.224.0/20AS137951ZA
172.80.100.131172.80.0.0/17AS22552ESITED - eSited SolutionsUS
172.80.91.169172.80.0.0/17AS22552ESITED - eSited SolutionsUS

WHOIS identity

Registrar
iana:3942
Organization
chao xu
Contact emails

Subdomains

2 observed subdomains of mgm72999.com.

Threat posture

History

Related pages

Pivot deeper into the graph from mgm72999.com.

Cypher and MCP

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

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