Hostname
icalendar.org
Last fetched
icalendar.org resolves to 3 IPv4 addresses operated by AS63949 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
icalendar.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 |
|---|---|---|---|---|
| 45.79.165.34 | 45.79.224.0/21 | AS63949 | — | US |
| 50.116.51.26 | 50.116.92.0/22 | AS63949 | — | US |
| 45.79.185.219 | 45.79.237.0/24 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- dan cogliano
- Contact emails
Subdomains
4 observed subdomains of icalendar.org.
Web-graph footprint
Distinct hostnames that link to or from icalendar.org in the public web crawl.
362 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for icalendar.org.
| Mechanism | Target |
|---|---|
| SPF_A | icalendar.org |
| SPF_MX | icalendar.org |
Related pages
Pivot deeper into the graph from icalendar.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "icalendar.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.