Hostname
24fd.com
Last fetched
24fd.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1495 as the registrar.
Nutrition Label
Resolution chain
24fd.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.139.29.101 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.113 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.35 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.40 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.99.114 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.16 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.19 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.87 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.121 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.53 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.64 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.93 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1495
- Organization
- 24 frames digital
- Contact emails
Subdomains
6 observed subdomains of 24fd.com.
Web-graph footprint
Distinct hostnames that link to or from 24fd.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from 24fd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "24fd.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.