Hostname
flexify.io
Last fetched
flexify.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
flexify.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.246.128 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.14 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.35 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.38 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.173.219.121 | 128.0.35.0/24 | AS64073 | — | US |
| 18.173.219.18 | 128.0.35.0/24 | AS64073 | — | US |
| 18.173.219.25 | 128.0.35.0/24 | AS64073 | — | US |
| 18.173.219.45 | 128.0.35.0/24 | AS64073 | — | US |
WHOIS identity
- Registrar
- iana:1910
- Organization
- flexify
- Contact emails
- —
Subdomains
44 observed subdomains of flexify.io.
Web-graph footprint
Distinct hostnames that link to or from flexify.io in the public web crawl.
26 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for flexify.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from flexify.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flexify.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.