Hostname
bertolotto.com
Last fetched
bertolotto.com resolves to 2 IPv4 addresses operated by ASN-ITNET in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
bertolotto.com 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 |
|---|---|---|---|---|
| 151.1.254.148 | 151.1.224.0/19 | AS3242 | ASN-ITNET | IT |
| 212.78.15.4 | 212.78.15.0/24 | AS8855 | ASN-PROMO Merate Lc, Italy | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- bertolotto porte spa
- Contact emails
Subdomains
11 observed subdomains of bertolotto.com.
Web-graph footprint
Distinct hostnames that link to or from bertolotto.com in the public web crawl.
211 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for bertolotto.com.
| Mechanism | Target |
|---|---|
| SPF_A | bertolotto.com |
| SPF_INCLUDE | _spf.ilger.com |
| SPF_MX | bertolotto.com |
Related pages
Pivot deeper into the graph from bertolotto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bertolotto.com"})-[: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.