Hostname
broodle.one
Last fetched
broodle.one resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
broodle.one resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.14.126 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 122.176.149.109 | 122.176.149.0/24 | AS24560 | — | IN |
| 172.67.203.91 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
45 observed subdomains of broodle.one.
Showing 20 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from broodle.one in the public web crawl.
53 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.c41197ab0691.broodle.one
- broodle.one
SPF policy
11 SPF mechanisms authorising senders for broodle.one.
| Mechanism | Target |
|---|---|
| SPF_A | broodle.one |
| SPF_INCLUDE | ds.broodlepro.com |
| SPF_INCLUDE | mu1.broodlepro.com |
| SPF_IP | 122.176.149.109 |
| SPF_IP | 139.84.175.15 |
| SPF_IP | 199.247.2.68 |
| SPF_IP | 3.108.118.217 |
| SPF_IP | 80.240.16.195 |
| SPF_IP | 9.1.1.30 |
| SPF_IP | 95.111.246.183 |
| SPF_MX | broodle.one |
Related pages
Pivot deeper into the graph from broodle.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "broodle.one"})-[: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.