Hostname
nweb.it
Last fetched
nweb.it resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists registrar:gandi sas as the registrar.
Nutrition Label
Resolution chain
nweb.it resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.194.46 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.52 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.55 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.67 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.239.236.102 | 18.239.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.236.105 | 18.239.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.236.48 | 18.239.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.236.8 | 18.239.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.222.214.42 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.73 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.84 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.88 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:gandi sas
- Organization
- growens spa
- Contact emails
- —
Subdomains
16 observed subdomains of nweb.it.
Web-graph footprint
Distinct hostnames that link to or from nweb.it in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for nweb.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mailup.tunnel.esmtp.email |
| SPF_INCLUDE | musvc.com |
| SPF_IP | 158.58.136.0/21 |
| SPF_IP | 93.174.64.0/21 |
Related pages
Pivot deeper into the graph from nweb.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nweb.it"})-[: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.