Hostname
short.io
Last fetched
short.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
short.io 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 |
|---|---|---|---|---|
| 108.156.144.108 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.2 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.67 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.99 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.153.32 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.40 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.78 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.9 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.46.108 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.33 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.58 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.63 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:81
- Organization
- shortcm
- Contact emails
- —
Subdomains
29 observed subdomains of short.io.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from short.io in the public web crawl.
4,576 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for short.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.messagingengine.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 54.240.35.128 |
Related pages
Pivot deeper into the graph from short.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "short.io"})-[: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.