Hostname
ic.org
Last fetched
ic.org resolves to 3 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
ic.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 |
|---|---|---|---|---|
| 148.251.128.74 | 148.251.0.0/16 | AS24940 | HETZNER-AS | DE |
| 148.251.232.158 | 148.251.0.0/16 | AS24940 | HETZNER-AS | DE |
| 162.210.199.153 | 162.210.192.0/21 | AS30633 | LEASEWEB-USA-WDC - Leaseweb USA, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ic.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for ic.org.
| Mechanism | Target |
|---|---|
| SPF_A | ficwww.ic.org |
| SPF_A | ic.org |
| SPF_A | oldmail.ic.org |
| SPF_A | store.ic.org |
| SPF_A | www.ic.org |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 69.55.229.124 |
| SPF_IP | 72.14.189.163 |
| SPF_IP | 72.249.186.246 |
| SPF_IP | 72.249.39.4 |
| SPF_IP | 74.50.52.128 |
| SPF_IP | 74.50.52.56 |
| SPF_MX | ic.org |
| SPF_MX | mail.ic.org |
| SPF_MX | oldmail.ic.org |
Related pages
Pivot deeper into the graph from ic.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ic.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.