Hostname
nbit.it
Last fetched
nbit.it resolves to 2 IPv4 addresses operated by AS62093 in IT. WHOIS lists registrar:cooperativa e.d.p. la traccia as the registrar.
Nutrition Label
Resolution chain
nbit.it 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 |
|---|---|---|---|---|
| 185.110.23.0 | 185.110.20.0/22 | AS62093 | — | IT |
| 195.211.165.52 | 195.211.165.0/24 | AS209902 | — | IT |
WHOIS identity
- Registrar
- registrar:cooperativa e.d.p. la traccia
- Organization
- dario ventura
- Contact emails
- —
Subdomains
49 observed subdomains of nbit.it.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nbit.it in the public web crawl.
19 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for nbit.it.
| Mechanism | Target |
|---|---|
| SPF_A | nbit.it |
| SPF_A | s1.nbit.it |
| SPF_A | s10.nbit.it |
| SPF_A | s11.nbit.it |
| SPF_A | smtp.nbit.it |
| SPF_INCLUDE | registrarmail.net |
| SPF_INCLUDE | spf.nbitter.com |
| SPF_MX | nbit.it |
Related pages
Pivot deeper into the graph from nbit.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbit.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.