Hostname
ambex.net
Last fetched
ambex.net resolves to 9 IPv4 addresses operated by AS133618 in US. WHOIS lists iana:418 as the registrar.
Nutrition Label
Resolution chain
ambex.net resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.224.182.241 | 103.224.182.0/23 | AS133618 | — | US |
| 18.154.230.130 | 18.154.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.230.154 | 18.154.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.230.203 | 18.154.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.230.29 | 18.154.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.145.202 | 18.173.145.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.145.207 | 18.173.145.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.145.216 | 18.173.145.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.145.87 | 18.173.145.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:418
- Organization
- erol basar
- Contact emails
Subdomains
2 observed subdomains of ambex.net.
| Subdomain |
|---|
| ww25.ambex.net |
| www.ambex.net |
Web-graph footprint
Distinct hostnames that link to or from ambex.net in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ambex.net.
| Mechanism | Target |
|---|---|
| SPF_IP | fdcf:abda:4154::/48 |
Related pages
Pivot deeper into the graph from ambex.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ambex.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.