Hostname
bbtlap.peatix.com
Last fetched
bbtlap.peatix.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH.
Nutrition Label
Resolution chain
bbtlap.peatix.com 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.35.182.106 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 13.35.182.6 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 13.35.182.77 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 13.35.182.93 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.160.150.15 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.18 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.34 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.48 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with bbtlap.peatix.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bbtlap.peatix.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | sender.zohobooks.com |
| SPF_IP | 124.109.181.7/32 |
| SPF_IP | 149.72.34.16/32 |
Related pages
Pivot deeper into the graph from bbtlap.peatix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbtlap.peatix.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.