Hostname
commonfund.org
Last fetched
commonfund.org resolves to 2 IPv4 addresses operated by YOUTUBE YOUTUBE in US.
Nutrition Label
Resolution chain
commonfund.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.209.134.116 | 35.208.0.0/15 | AS43515 | YOUTUBE YOUTUBE | US |
| 70.42.39.212 | 70.42.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | 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 commonfund.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for commonfund.org.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.commonfund.iphmx.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf1.commonfund.org |
| SPF_INCLUDE | spf2.commonfund.org |
| SPF_IP | 167.89.16.23/32 |
| SPF_IP | 167.89.16.230 |
| SPF_IP | 167.89.16.232 |
| SPF_IP | 198.37.153.46 |
| SPF_IP | 34.192.163.240/32 |
Related pages
Pivot deeper into the graph from commonfund.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "commonfund.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.