Hostname
saashr.com
Last fetched
saashr.com resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
saashr.com 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 |
|---|---|---|---|---|
| 34.8.185.168 | 34.8.0.0/13 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.144.251.134 | 34.144.128.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
43 observed subdomains of saashr.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from saashr.com in the public web crawl.
20 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for saashr.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 34.68.104.193/32 |
| SPF_IP | 34.74.57.127/32 |
| SPF_IP | 35.188.64.218/32 |
| SPF_IP | 35.202.125.231/32 |
| SPF_IP | 35.231.189.43/32 |
| SPF_IP | 35.231.237.213/32 |
Related pages
Pivot deeper into the graph from saashr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saashr.com"})-[: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.