Hostname
netandwork.net
Last fetched
netandwork.net resolves to 3 IPv4 addresses operated by ITGATE in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
netandwork.net 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 |
|---|---|---|---|---|
| 176.110.111.74 | 176.110.111.0/24 | AS12779 | ITGATE | IT |
| 83.139.194.25 | 83.139.194.0/24 | AS201877 | NAW-AS NETandWORK srl | IT |
| 83.139.194.79 | 83.139.194.0/24 | AS201877 | NAW-AS NETandWORK srl | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- netandwork sas
- Contact emails
Subdomains
75 observed subdomains of netandwork.net.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netandwork.net in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for netandwork.net.
| Mechanism | Target |
|---|---|
| SPF_A | www21.netandwork.net |
| SPF_INCLUDE | musvc.com |
| SPF_IP | 83.139.194.74 |
| SPF_IP | 83.139.194.75 |
| SPF_MX | netandwork.net |
Related pages
Pivot deeper into the graph from netandwork.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netandwork.net"})-[: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.