Hostname
mastrotto.com
Last fetched
mastrotto.com resolves to 1 IPv4 address operated by AS12637 in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
mastrotto.com 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 |
|---|---|---|---|---|
| 217.64.194.15 | 217.64.192.0/20 | AS12637 | — | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- gruppo mastrotto spa
- Contact emails
Subdomains
12 observed subdomains of mastrotto.com.
Web-graph footprint
Distinct hostnames that link to or from mastrotto.com in the public web crawl.
107 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mastrotto.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.57.11.48/29 |
| SPF_IP | 51.91.14.208 |
| SPF_IP | 62.77.38.32/28 |
| SPF_MX | mastrotto.com |
Related pages
Pivot deeper into the graph from mastrotto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mastrotto.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.