Hostname
usgbc.org
Last fetched
usgbc.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
usgbc.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 |
|---|---|---|---|---|
| 172.66.134.150 | 172.66.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.140.116 | 172.66.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
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 usgbc.org in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for usgbc.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf2.elasticemail.com |
| SPF_INCLUDE | _spf3.elasticemail.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | cvent-planner.com |
| SPF_INCLUDE | emailsrvr.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.mbsrvs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.237.104.0/22 |
| SPF_IP | 130.248.172.0/24 |
| SPF_IP | 130.248.173.0/24 |
| SPF_IP | 185.28.196.0/22 |
| SPF_IP | 192.28.128.0/18 |
| SPF_IP | 66.150.113.91/32 |
| SPF_IP | 72.32.154.0/24 |
| SPF_IP | 72.32.217.0/24 |
| SPF_IP | 72.32.243.0/24 |
Related pages
Pivot deeper into the graph from usgbc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usgbc.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.