Hostname
dbnet.it
Last fetched
dbnet.it resolves to 2 IPv4 addresses operated by AS12637 in IT. WHOIS lists registrar:dbnet s.r.l. as the registrar.
Nutrition Label
Resolution chain
dbnet.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 |
|---|---|---|---|---|
| 213.171.187.12 | 213.171.160.0/19 | AS12637 | — | IT |
| 213.171.187.17 | 213.171.160.0/19 | AS12637 | — | IT |
WHOIS identity
- Registrar
- registrar:dbnet s.r.l.
- Organization
- dbnet srl
- Contact emails
- —
Subdomains
58 observed subdomains of dbnet.it.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dbnet.it in the public web crawl.
46 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for dbnet.it.
| Mechanism | Target |
|---|---|
| SPF_A | dbnet.it |
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | spf.mailvox.it |
| SPF_IP | 185.147.167.107 |
| SPF_IP | 213.171.187.0/24 |
| SPF_IP | 213.171.187.12 |
| SPF_IP | 93.174.64.0/21 |
| SPF_MX | dbnet.it |
Related pages
Pivot deeper into the graph from dbnet.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dbnet.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.