Hostname
softsphere.co.kr
Last fetched
softsphere.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
softsphere.co.kr 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 |
|---|---|---|---|---|
| 99.84.215.11 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.32 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.47 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.84 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.118 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.33 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.72 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.90 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with softsphere.co.kr in WhisperGraph.
Subdomains
1 observed subdomain of softsphere.co.kr.
| Subdomain |
|---|
| www.softsphere.co.kr |
Web-graph footprint
Distinct hostnames that link to or from softsphere.co.kr in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for softsphere.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.stibee.com |
Related pages
Pivot deeper into the graph from softsphere.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "softsphere.co.kr"})-[: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.