Hostname
api.fb-frontdoor.com
Last fetched
api.fb-frontdoor.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.fb-frontdoor.com 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 |
|---|---|---|---|---|
| 35.82.171.143 | 35.96.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.13.146.162 | 52.15.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.25.221.89 | 52.30.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.149.116.211 | 54.150.160.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.185.219.234 | 54.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.212.18.220 | 54.214.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.fb-frontdoor.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.fb-frontdoor.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from api.fb-frontdoor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.fb-frontdoor.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.