Skip to content

Hostname

qa.mfg.com

Last fetched

qa.mfg.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
184.169.215.69184.169.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
50.18.21.4650.18.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
54.151.42.18654.151.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.215.60.6654.215.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with qa.mfg.com in WhisperGraph.

Subdomains

1 observed subdomain of qa.mfg.com.

Threat posture

History

Related pages

Pivot deeper into the graph from qa.mfg.com.

Cypher and MCP

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

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