Hostname
ipo.is
Last fetched
ipo.is resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
ipo.is 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 |
|---|---|---|---|---|
| 3.248.138.5 | 3.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.249.224.86 | 35.1.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.17.111.252 | 52.29.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.213.153.145 | 52.216.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.49.132.17 | 52.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.155.53.124 | 54.160.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with ipo.is in WhisperGraph.
Subdomains
3 observed subdomains of ipo.is.
| Subdomain |
|---|
| isb.ipo.is |
| kvika.ipo.is |
| www.ipo.is |
Web-graph footprint
Distinct hostnames that link to or from ipo.is in the public web crawl.
5 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ipo.is.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_IP | 2a02:3c8::15/128 |
| SPF_IP | 2a02:3c8::16/128 |
| SPF_IP | 2a02:3c8::17/128 |
| SPF_IP | 2a02:3c8::39/128 |
| SPF_IP | 79.171.96.0/26 |
Related pages
Pivot deeper into the graph from ipo.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipo.is"})-[: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.