Hostname
maintenance.fe-dev.sedexconnect.com
Last fetched
maintenance.fe-dev.sedexconnect.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PH.
Nutrition Label
Resolution chain
maintenance.fe-dev.sedexconnect.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.130.115 | 13.35.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.16 | 13.35.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.64 | 13.35.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.88 | 13.35.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.160.170.118 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.44 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.9 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.92 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.31.22 | 52.88.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.50 | 52.88.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.54 | 52.88.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.90 | 52.88.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with maintenance.fe-dev.sedexconnect.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from maintenance.fe-dev.sedexconnect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maintenance.fe-dev.sedexconnect.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.