Hostname
btsupdate.millburn.org
Last fetched
btsupdate.millburn.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
btsupdate.millburn.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.38.80 | 104.18.38.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.149.176 | 172.64.149.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with btsupdate.millburn.org in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for btsupdate.millburn.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.214.181.81 |
| SPF_IP | 208.58.38.138 |
| SPF_IP | 209.92.44.236 |
| SPF_IP | 66.187.138.192/26 |
| SPF_IP | 69.55.12.205/30 |
| SPF_IP | 69.55.12.206 |
| SPF_IP | 74.84.144.38 |
| SPF_MX | btsupdate.millburn.org |
Related pages
Pivot deeper into the graph from btsupdate.millburn.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btsupdate.millburn.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.