Hostname
afb.org
Last fetched
afb.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
afb.org 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 |
|---|---|---|---|---|
| 18.65.39.106 | 18.65.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.65.39.124 | 18.65.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.65.39.6 | 18.65.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.65.39.86 | 18.65.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.112.47 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.61 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.9 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.94 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.132.20 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.68 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.78 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.92 | 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 afb.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for afb.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.pantheon.io |
Related pages
Pivot deeper into the graph from afb.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afb.org"})-[: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.