Hostname
hr.mcmsph.com
Last fetched
hr.mcmsph.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
hr.mcmsph.com 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 |
|---|---|---|---|---|
| 122.248.229.126 | 122.252.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.251.65.112 | 14.0.21.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.131.72.128 | 47.140.244.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.221.62.214 | 52.222.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.76.246.152 | 52.82.135.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.179.59.131 | 54.192.0.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with hr.mcmsph.com in WhisperGraph.
Subdomains
1 observed subdomain of hr.mcmsph.com.
| Subdomain |
|---|
| test.hr.mcmsph.com |
Threat posture
History
Related pages
Pivot deeper into the graph from hr.mcmsph.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hr.mcmsph.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.