Hostname
idhc.org
Last fetched
idhc.org resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
idhc.org 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.79.245 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.19.10.44 | 162.19.0.0/17 | AS16276 | — | FR |
| 172.67.150.81 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:140
- Organization
- institut de drets humans de catalunya
- Contact emails
Subdomains
10 observed subdomains of idhc.org.
Web-graph footprint
Distinct hostnames that link to or from idhc.org in the public web crawl.
254 sites link to this hostname.
481 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for idhc.org.
| Mechanism | Target |
|---|---|
| SPF_A | idhc.org |
| SPF_IP | 162.19.10.44 |
| SPF_IP | 2001:41d0:1008:ce6:0:0:0:0 |
| SPF_IP | 208.43.76.146 |
| SPF_IP | 208.43.76.147/32 |
| SPF_IP | 5.153.47.203 |
| SPF_IP | 51.255.64.230 |
| SPF_IP | 51.255.67.34 |
| SPF_IP | 80.94.1.29 |
| SPF_IP | 82.223.76.22 |
| SPF_MX | idhc.org |
| SPF_MX | mail.idhc.org |
Related pages
Pivot deeper into the graph from idhc.org.
- IP · 104.21.79.245
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:140
- Country · CA
- Email · institut@idhc.net
- TLD · .org
- Browse hostnames · id…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idhc.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.