Hostname
flitto.com
Last fetched
flitto.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG.
Nutrition Label
Resolution chain
flitto.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 |
|---|---|---|---|---|
| 108.159.102.29 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.51 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.62 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.7 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 18.66.122.101 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.4 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.45 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.46 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.132.125 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.41 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.5 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.96 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from flitto.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for flitto.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.stibee.com |
| SPF_IP | 13.124.111.122/32 |
Related pages
Pivot deeper into the graph from flitto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flitto.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.