Hostname
citebd.org
Last fetched
citebd.org resolves to 1 IPv4 address operated by AS50954 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
citebd.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.236.56.30 | 185.236.56.0/22 | AS50954 | — | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- epcc cibdi
- Contact emails
Subdomains
37 observed subdomains of citebd.org.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from citebd.org in the public web crawl.
745 sites link to this hostname.
334 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for citebd.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0000000.citebd.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.8.253.134 |
| SPF_IP | 185.8.253.135 |
| SPF_IP | 185.8.253.136 |
| SPF_IP | 213.246.42.31 |
| SPF_IP | 213.246.61.97 |
| SPF_IP | 37.97.66.1/25 |
| SPF_IP | 46.21.196.13 |
| SPF_IP | 46.21.196.166 |
| SPF_IP | 46.21.196.36 |
| SPF_IP | 62.210.107.56 |
| SPF_IP | 80.74.64.0/24 |
| SPF_IP | 82.165.129.84 |
| SPF_IP | 82.165.149.58 |
| SPF_IP | 82.165.149.59 |
| SPF_IP | 82.165.44.20 |
| SPF_IP | 87.106.52.183 |
| SPF_IP | 91.121.154.64 |
| SPF_IP | 91.121.182.87 |
| SPF_IP | 91.121.223.51 |
| SPF_IP | 94.23.213.115 |
| SPF_IP | 94.23.221.88 |
| SPF_IP | 94.247.24.92 |
Related pages
Pivot deeper into the graph from citebd.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "citebd.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.