Hostname
sxs.mv
Last fetched
sxs.mv resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
sxs.mv resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.147.104 | 3.5.147.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.147.54 | 3.5.147.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.149.118 | 3.5.149.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.149.129 | 3.5.149.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.149.149 | 3.5.149.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.149.171 | 3.5.149.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.149.93 | 3.5.149.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.151.102 | 3.5.151.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.151.73 | 3.5.151.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.5.151.99 | 3.5.151.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.219.125.107 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.219.128.117 | 52.219.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.219.128.245 | 52.219.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.219.164.203 | 52.219.200.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.219.37.37 | 52.219.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with sxs.mv in WhisperGraph.
Subdomains
3 observed subdomains of sxs.mv.
| Subdomain |
|---|
| erp.sxs.mv |
| fennaage.sxs.mv |
| www.sxs.mv |
Web-graph footprint
Distinct hostnames that link to or from sxs.mv in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for sxs.mv.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 202.21.177.54/32 |
Related pages
Pivot deeper into the graph from sxs.mv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sxs.mv"})-[: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.