Hostname
saltysolutions.com
Last fetched
saltysolutions.com resolves to 2 IPv4 addresses operated by NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC in US. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
saltysolutions.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 |
|---|---|---|---|---|
| 162.241.170.244 | 162.241.170.0/23 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
| 45.55.233.57 | 45.55.192.0/18 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- buydomains_com
- Contact emails
Subdomains
1 observed subdomain of saltysolutions.com.
| Subdomain |
|---|
| www.saltysolutions.com |
Web-graph footprint
Distinct hostnames that link to or from saltysolutions.com in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for saltysolutions.com.
| Mechanism | Target |
|---|---|
| SPF_A | saltysolutions.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf_cd.spamtitan.com |
| SPF_INCLUDE | spf.serverdata.net |
| SPF_IP | 162.241.242.149 |
| SPF_IP | 45.55.233.57 |
| SPF_MX | saltysolutions.com |
Related pages
Pivot deeper into the graph from saltysolutions.com.
- IP · 162.241.170.244
- ASN · AS19871NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC
- Registrar · iana:440
- Country · US
- Email · brokerage@buydomains.com
- TLD · .com
- Browse hostnames · sa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saltysolutions.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.