Hostname
train.ninepatch.qssystems.net
Last fetched
train.ninepatch.qssystems.net resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
train.ninepatch.qssystems.net resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.58.51.105 | 16.66.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.219.35.15 | 18.238.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.137.49.39 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.141.203.211 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.150.75.180 | 3.160.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.19.254.75 | 3.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with train.ninepatch.qssystems.net in WhisperGraph.
Subdomains
2 observed subdomains of train.ninepatch.qssystems.net.
Threat posture
History
Related pages
Pivot deeper into the graph from train.ninepatch.qssystems.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "train.ninepatch.qssystems.net"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.