Hostname
nxtsol.com
Last fetched
nxtsol.com resolves to 3 IPv4 addresses operated by LIGHTEDGE-AS-02 - LightEdge Solutions in US. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
nxtsol.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.158.44.31 | 207.162.4.0/24 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 207.158.44.51 | 207.162.4.0/24 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 216.69.166.140 | 216.70.14.0/23 | AS398101 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
- Registrar
- iana:9
- Organization
- domain registrar
- Contact emails
Subdomains
8 observed subdomains of nxtsol.com.
Web-graph footprint
Distinct hostnames that link to or from nxtsol.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
4 SPF mechanisms authorising senders for nxtsol.com.
| Mechanism | Target |
|---|---|
| SPF_A | nxtsol.com |
| SPF_IP | 207.158.44.0/24 |
| SPF_IP | 208.85.135.7/32 |
| SPF_IP | 4.78.147.148/32 |
Related pages
Pivot deeper into the graph from nxtsol.com.
- IP · 207.158.44.31
- ASN · AS11320LIGHTEDGE-AS-02 - LightEdge Solutions
- Registrar · iana:9
- Country · US
- Email · domains@nextsolutions.us
- TLD · .com
- Browse hostnames · nx…
- 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: "nxtsol.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.