Hostname
netsolapp.io
Last fetched
netsolapp.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
netsolapp.io 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 |
|---|---|---|---|---|
| 18.238.243.13 | 18.238.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.238.243.74 | 18.238.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.238.243.97 | 18.238.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.238.243.99 | 18.238.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.164.240.114 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.14 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.21 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.92 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- iana:48
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of netsolapp.io.
Showing 18 of 19. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for netsolapp.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 23.251.243.84/32 |
| SPF_IP | 23.251.243.85/32 |
| SPF_IP | 54.240.77.168/32 |
| SPF_IP | 54.240.77.169/32 |
Related pages
Pivot deeper into the graph from netsolapp.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netsolapp.io"})-[: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.