Hostname
sa.org
Last fetched
sa.org resolves to 7 IPv4 addresses operated by CDN77 _ in US.
Nutrition Label
Resolution chain
sa.org resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.244.60.195 | 143.244.60.0/23 | AS60068 | CDN77 _ | US |
| 143.244.60.196 | 143.244.60.0/23 | AS60068 | CDN77 _ | US |
| 169.150.236.100 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 169.150.236.106 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 169.150.236.98 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 169.150.236.99 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 185.93.1.243 | 185.93.1.0/24 | AS60068 | CDN77 _ | 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 sa.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for sa.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | netblocks.dreamhost.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_MX | sa.org |
Related pages
Pivot deeper into the graph from sa.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sa.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.