Hostname
svsfund.org
Last fetched
svsfund.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
svsfund.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.124.113.216 | 13.124.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.124.221.119 | 13.124.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.34.157.31 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.35.113.128 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.36.29.1 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.38.239.10 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.39.183.155 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.116.6.180 | 54.116.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- korea social value and solidarity foundation
- Contact emails
- —
Subdomains
4 observed subdomains of svsfund.org.
Web-graph footprint
Distinct hostnames that link to or from svsfund.org in the public web crawl.
20 sites link to this hostname.
557 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from svsfund.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "svsfund.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.