Hostname
shv.com
Last fetched
shv.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
shv.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- sutter hill ventures
- Contact emails
Subdomains
16 observed subdomains of shv.com.
Web-graph footprint
Distinct hostnames that link to or from shv.com in the public web crawl.
85 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for shv.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _phishspf.knowbe4.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 134.170.140.0/24 |
| SPF_IP | 157.55.234.0/24 |
| SPF_IP | 157.56.110.0/23 |
| SPF_IP | 157.56.112.0/24 |
| SPF_IP | 167.71.156.220 |
| SPF_IP | 192.254.121.248/32 |
| SPF_IP | 207.46.100.0/24 |
| SPF_IP | 207.46.101.128/26 |
| SPF_IP | 207.46.163.0/24 |
| SPF_IP | 207.46.51.64/26 |
| SPF_IP | 209.237.52.250 |
| SPF_IP | 209.237.52.253 |
| SPF_IP | 213.199.154.0/24 |
| SPF_IP | 213.199.180.128/26 |
| SPF_IP | 2604:a880:2:d1:0:0:e:6001 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 64.4.22.64/26 |
| SPF_IP | 65.55.169.0/24 |
Related pages
Pivot deeper into the graph from shv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shv.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.