Skip to content

Hostname

mgasys.com

Last fetched

mgasys.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · mgasys.comRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/mgasys.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.41.176.14013.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
13.41.219.21913.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
13.42.121.8213.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
18.132.32.018.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:146
Organization
1&1 internet inc. - www.1and1.com
Contact emails

Subdomains

2 observed subdomains of mgasys.com.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for mgasys.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from mgasys.com.

Cypher and MCP

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

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