Hostname
comunesbt.it
Last fetched
comunesbt.it resolves to 1 IPv4 address operated by AS41325 in IT. WHOIS lists registrar:domeneshop as as the registrar.
Nutrition Label
Resolution chain
comunesbt.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 84.38.57.15 | 84.38.56.0/23 | AS41325 | — | IT |
WHOIS identity
- Registrar
- registrar:domeneshop as
- Organization
- comune di san benedetto del tronto
- Contact emails
- —
Subdomains
42 observed subdomains of comunesbt.it.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comunesbt.it in the public web crawl.
204 sites link to this hostname.
59 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 comunesbt.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.carboniocloud.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailrouter.it |
| SPF_IP | 185.5.200.0/22 |
| SPF_IP | 2a02:cdc0::/29 |
| SPF_IP | 54.93.203.146/32 |
| SPF_IP | 84.38.57.0/28 |
| SPF_MX | comunesbt.it |
Related pages
Pivot deeper into the graph from comunesbt.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comunesbt.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.